Skip to content

Latest commit

 

History

History
127 lines (90 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

127 lines (90 loc) · 5.67 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Fixed - (#123) Default config if file is missing.
  • New - (#102) Add missing image.
  • Changed - (#120) Move configuration to TOML config file.
  • Changed - (#103) Modify show layout.
  • Fixed - Version number on build.
  • Fixed - (#106) Resolve issue with cache files.
  • New - (#110) Add exe details and Icon for windows executable.
  • Fixed - (#105) Caching of thumbnail images.
  • Fixed - (#104) HTTPS setting not populating.
  • New - Create API for web interface calls.
  • Changed - (#70) Move settings into Database.
  • Changed - Refactor logging to new logger package.
  • Changed - (#57) Update web interface settings page to enable population of all settings.
  • Changed - Index images retreved from API.
  • Changed - (#95) Update error messages to make more sense.
  • Changed - (#109) Remove config file from Readme file.
  • Fixed - (#89) Token file not generated if cache folder does not exist.
  • Changed - Changelog formatting.
  • Fixed - (#87) Update to return message if watched item has already been scrobbled on remote server.
  • Changed - Move config into own package.
  • Changed - (#63) Add version number to console on startup.
  • Changed - (#58) Changed text list of selected shows to thumbnail images from destination server.
  • Changed - (#61) Modify build to control versioning.
  • Changed - (#74) Moved tvshows.txt file to config folder.
  • Changed - (#76) Update display of shows on homepage to be responsive.
  • Fixed - Cleanup code errors.
  • Fixed - (#59) Handle returned errors for the GetToken method.
  • Changed - (#50) Refresh shows when reloading the WebUI homepage.
  • Changed - (#55) Ignore pre-release tags on header of web interface.
  • Changed - (#54) Move full version number into the settings page.
  • New - Script to bump version using GitVersion.
  • New - Go generate script to update version.
  • Changed - Moved builds from TravisCI to Appveyor.
  • Fixed - Sort selected shows on Home page.
  • New - Show selected shows on home page.
  • New - Version to WebUI pages.
  • New - Ability to remove a cached token from the web interface.
  • New - Logging to file.
  • New - Logging to web interface.
  • New - Web interface for management of the application.
  • Changed - After token generation direct user to the settings page.
  • Changed - Moved generation of token file into web interface.
  • Changed - Update logging to go to file and StdOut.
  • Changed - Update release to remove all .go files from subdirectories.
  • New - Add Readme.
  • New - Usage instructions to the Readme file.
  • New - Cache token in local token file.
  • New - Enable syncing of Show watched status from a local server to a remote server.
  • New - Support for MyPlex Account.
  • Fixed - App would attempt to sync even if a token was not obtained.
  • Fixed - Spaces in TV Show names cause errors.