Releases: TV-Rename/tvrename
Releases · TV-Rename/tvrename
TV Rename 2.3.2 RC2
Updates Since RC1
- Improved Error Handling
- Search for new version on startup
- Improved Update notification screen (better displayed as HTML and not text)
- Bug #289 - Custom Show Searches
- Fix to improve Keep Together Functionlity
TV Rename 2.3.2 RC1
Main New Feature:
- #276 - Notification of new version being available
Enhancements:
- #10 - Improved 'keep together' functionality
- #240 - Make % dirty configurable
- #241 - Make 'season' as a word configurable and other search terms that mean 'season'
- #277 - Added 'beta' mode that allows part working functions to be showcased
Bug Fixes:
- #273 - Fix exporter bug that caused crash if path was missing
- #285 - Fix to the banners to calculate the best banner rather than rely on the TVDB to get it right
- #286 - Fix bug that meant that the 'Find Unused Files' failed when doing a full scan
Added ShowSummary, DuplicateFinder (in alpha) behind the new Beta tag
TV Rename 2.3.1
TV Rename v2.3
Finally we have a new production release for TV Rename. This is the result of many years of work, so there are quite a lot of changes here, both obvious and more subtle ones behind the scenes
Main New Features
- Makes use of new TheTVDB json API
- Vastly improved configuration of different media centres (Kodi, Mede8er, pyTivo etc)
- Support for 'series.jpg' and 'folder.jpg' downloads
- Support for fanart, banners, season specific and show posters
- Option to recycle rather than delete files/folders
- Added Quick Scan option (just missing from the recent (7 by default) days plus any matching series identified from files in the download directories
Other New Features
- Added logging to /log directory next to the XML files (keeps 10 archives and rolls log file on each execution of TV Rename) (#25)
- Auto Folder Monitor can now be used to do a Quick, Recent or Full scan rather than just the full scan.
- Quick Filters on 'My Shows' list
- Added text file output of all shows
- Support for filesystems with >256 character paths
- Can auto-add folders when missing
- Can clean up download folders by deleting already obtained episodes from download folder and/or tidying away unused directories after files have been copied from them
- New Splash Screen
- New images view under 'My Shows'
- Ability to update images only
- New website and Logo
- Drag & Drop to link files from filesystem into missing files identified
- Shrink Mede8er image files
Bug Fixes
- Does not popup error message boxes when running hidden or unattended
- Improved resilience if 'The TVDB' is down or returning unexpected results
- Added Dutch 'Seizoen' to the list of words that describe a season Forum Link
- Fixed bug that meant that Exporters were not run in certain circumstances #226
- Fixed bug that meant the uTorrent was not found at certain times
- Removed dead RSS and Search URLs
- Fixed issue with main screen appearing behind already running windows #180
- Fix to issue hat meant that the new quickstart page is not displayed (#172)
- Fix bug that meant that Missing XML was not updated in certain circumstances (jamoamo@f5f8c50)
- Fix bug that meant that the 'copy not move' setting was ignored (#170)
- Fix bug that meant that multiepisode NFO files were not output in Kodi format properly (#126)
- Fix issue with episode names with trailing spaces
- Fix to try an ensure that users do not 'jump back in time' WRT tvdb update time and get stuck there (https://groups.google.com/forum/#!topic/tvrename/31J1LfLmPWw)
- Fix #182
- Auto folder monitor no longer falls over if it is called when it is already running
- Fixed bug that removed too many items from the UI when ignoring an entire series
- Matching files now works against any alias and not just the show name
- Speed updates when accessing filesystem
- Fixed bug with trailing spaces from episode names
- Improved error handling and robustness of XML setting/cache file parsing
- Fix bug that corrupted stats file broke application - now it restarts the statistics
- Prevent 2 scans running concurrently
- Improvements to non-English support
Technical
- Improvements to the build, deploy and installer process
- Removal of some unused code
- Implement Singletons for TheTVDB and Settings
- Refactor of some methods into helper classes (from Version.cs)
- IPC Refactor
- Licence, standards and contribution guidelines formalisation
- Refactor finders, exporters and download identifiers into new classes to make it easier to add new media centre systems in the future
- Documentation updates
- Move to VS 15 and .NET 4
- Add nlog to act as logging framework
- Move to build using AppVeyor
- Better helper methods for XML production
- Better encapsulation for TVDB classes
TV Rename v2.3 RC4
Continuing the process of driving towards a final 2.3 release, we are focusing on a 2.3 release by just fixing bugs and then we'll do a thorough code cleanup for version 3.
All features, bugs and other changes from the prior v2.3 RCs plus
New Features
- If a series has >10% of its episodes updated then we'll update the entire series as we assume someone is making some serious changes
Bug Fixes
- Does not popup error message boxes when running hidden or unattended
- Improved resilience if 'The TVDB' is down or returning unexpected results
- Added Dutch 'Seizoen' to the list of words that describe a season Forum Link
- Fixed bug that meant that Exporters were not run in certain circumstances #226
- Fixed bug that meant the uTorrent was not found at certain times
- Removed dead RSS and Search URLs
- Fixed issue with main screen appearing behind already running windows #180
Technical
- Improvements to the build, deploy and installer process
- Removal of some unused code
- Refactor of some methods into helper classes (from Version.cs)
- Improved Logging (ongoing)
- IPC Refactor
- Licence formalisation
- Documentation updates
TV Rename v2.3 RC3
Fixed 2 new bugs:
- Added Logging
- Fixed crash on full scan
TV Rename v2.3 RC2
New Features
- Added logging to /log directory next to the XML files (keeps 10 archives and rolls log file on each execution of TV Rename) (#25)
- New logo on the splash screen
- Links to new website and forums in the help menu
Bug Fixes
- Fix to issue hat meant that the new quickstart page is not displayed (#172)
- Fix bug that meant that Missing XML was not updated in certain circumstances (jamoamo@f5f8c50)
- Fix bug that meant that the 'copy not move' setting was ignored (#170)
- Fix bug that meant that multiepisode NFO files were not output in Kodi format properly (#126)
- Fix issue with episode names with trailing spaces
- Fix to try an ensure that users do not 'jump back in time' WRT tvdb update time and get stuck there (https://groups.google.com/forum/#!topic/tvrename/31J1LfLmPWw)
- Fix #182
Technical
- Move to VS 15 and .NET 4
- Add nlog to act as logging framework
- Move to build using AppVeyor