Advertisement
lad1337

new changelog

Nov 22nd, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. 85e3b91ce861a5de60a355522f02d6d405ae5352
  2.  
  3. Changelog for build 11.11.85e3b9
  4.  
  5. #### 85e3b9 ####
  6. api change on newzbin fix based on https://github.com/Toilal/Sick-Beard/commit/2f33fffd9d6870335ea53bf9bbdaf5c1426c589e
  7. could not merge / cherry pick since it is baed on more changes done before
  8. #### 9f6472 ####
  9. Fix the windows version checker to work with the new google code source
  10. #### 53dd79 ####
  11. Fix the fix for the previous fix.
  12. #### 8feb62 ####
  13. Revert part of the fix from last night until I have time to test it properly
  14. #### 984ea9 ####
  15. Fix shows that were "stuck" and wouldn't update because of deleted seasons on TVDB (Parks & Rec, It's Always Sunny, Futurama, etc etc)
  16. #### f4255a ####
  17. How did that sneak in there? (don't replace all periods with dashes)
  18. #### 4e4ba2 ####
  19. Don't crash when trying to output a parse result's string representation
  20. #### 4403ea ####
  21. Fixed a bug where SB would fall back on to thinking the x264 was an episode number in some retarded naming schemes
  22. #### 612c4a ####
  23. Fixed sanitizeFilenames to strip leading and trailing periods which cause Windows to poop itself and can hide folders on other OSes.
  24. #### d704ff ####
  25. Merge pull request #177 from camflan/master
  26.  
  27. Made show titles bolder on the main page
  28. #### 146aec ####
  29. Merge pull request #193 from nberlee/nzbmatrix
  30.  
  31. Finally rss.nzbmatrix.com has https support
  32. #### ac9691 ####
  33. Merge pull request #190 from gordonturner/master
  34.  
  35. Fixed http://code.google.com/p/sickbeard/issues/detail?id=1592
  36. #### ee3f11 ####
  37. Merge pull request #198 from chuckination/master
  38.  
  39. Split out data directory in fedora and ubuntu init script
  40. #### 70681a ####
  41. Merge pull request #196 from ghuntley/init.freebsd
  42.  
  43. Added FreeBSD startup/shutdown (rc.d) config
  44. #### 417558 ####
  45. Merge pull request #192 from lad1337/dateutil
  46.  
  47. Use dateutil to fix newzbin date parsing on non-english locales
  48. #### e2e09a ####
  49. Merge pull request #199 from thezoggy/gitignore
  50.  
  51. Reactor and expanded the .gitignore.
  52. #### e5dae4 ####
  53. Merge pull request #197 from giantspook/trivial-thumbnail-fix
  54.  
  55. Fix image thumbnail aspect ratio
  56. #### b7d7e2 ####
  57. Merge pull request #201 from lad1337/ui_notifications
  58.  
  59. ui.notifications: snatched msg should not only have a title
  60. #### 3dc05a ####
  61. Fix the IPv6 setting from getting reset to false on each boot.
  62. #### c078e5 ####
  63. ui.notifications: snatched msg should not only have a title, it has a simple title "Episode Snatched" and the main msg in the body
  64. #### 16ab1e ####
  65. Reactor and expanded the .gitignore.
  66. Should eliminate problems for those running sickbeard on an external drive or those that want to use an IDE (eclipse/wing/textmate) with sickbeard without having to be mindful of un-versioned files.
  67. #### 61192c ####
  68. Fix backlog support on newznab providers
  69. #### 9612af ####
  70. Changing default datadir to ~/.sickbeard
  71. #### 83aa0d ####
  72. Tweaking ubuntu and fedora init scripts to split out the data directory from the code directory. Tweaked ubuntu init script to block until the daemon exits when stopping.
  73. #### 3f5539 ####
  74. Fix image thumbnail aspect ratio
  75.  
  76. Resizing images using the thumbnail method preserves the aspect ratio,
  77. which is then discarded by the HTML/CSS, which forces them to a specific
  78. pixel size. Images which aren't that pixel size (not all TVDB banners
  79. are exactly the proscribed pixel size) get blurred by the web browser.
  80.  
  81. Also added a content-type header for the resized image and slightly
  82. increased the JPEG quality. Banners look way better as PNGs (JPEG blurs
  83. text), but if this feature is added it should probably be a user pref
  84. because PNGs are significantly larger.
  85. #### 75c804 ####
  86. Added FreeBSD startup/shutdown (rc.d) config
  87. #### 2ae491 ####
  88. Fix an encoding problem with the XBMC notifier
  89. #### 13a18f ####
  90. Finally rss.nzbmatrix.com has https support
  91. #### 19b1f8 ####
  92. incorporate the dateutil in the readme
  93. #### f53fbd ####
  94. use the dateutil lib for parsing the newzbin date
  95. #### b2829c ####
  96. say hello to the new dateutil lib
  97. a powerful dateparsing and calulating libary
  98. #### 96a2f4 ####
  99. sickbeard-1592: Fixed error generated by non ascii characters in the actor metadata.
  100. #### e0e8f0 ####
  101. Search newznab providers with exception names too
  102. #### ba638a ####
  103. Made Show titles bolder on main page so they don't get lost.
  104. #### c13478 ####
  105. Merge pull request #172 from thezoggy/jquery-autocomplete
  106.  
  107. Jquery autocomplete
  108.  
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement