Skip to content

Releases: sharkykh/TraktPlaybackProgressManager

v0.8

23 Apr 18:25
d6fc71e
Compare
Choose a tag to compare
  • Restructure more of the app - split tppm/__init__.py into tppm/app.py & tppm/dialogs.py.
  • Use HTTPS for Trakt API
  • Fix bug when user's profile has a full name.
  • Change auth dialog font to match the rest of the app
  • Hide unused textboxes/labels when a movie is selected
  • Fix login button sometimes missing
  • Update test data (send_test_data.py)
  • Feature: Stop currently playing

v0.7

10 Jan 21:07
e76d38e
Compare
Choose a tag to compare
  • Add "Paused At" info
  • Redesign the app to make the window size smaller.
  • Fix select/deselect all button when there's only one option selected
  • Fix incorrect "no items to remove" message when clicking "refresh" (when not logged in)
  • Fix losing current selection when the ListBox loses focus
  • Add current version and a link to the GitHub repository

v0.6

03 Sep 13:56
d9ff9bb
Compare
Choose a tag to compare
  • Refactor application code and update old code
  • Implement some design features such as app icon, center windows and busy mouse cursor when loading data.
  • Fixed a bug where the application would take a while to show the main window.
    If Trakt.tv is unavailable or slow to respond it will open and show a busy mouse cursor.
  • Fix authorization file location to be next to the main file.

v0.5

07 Aug 10:32
7892f7a
Compare
Choose a tag to compare
  • Python 3 compatibility (#2)

v0.4

20 Jul 20:10
284b01a
Compare
Choose a tag to compare
  • Fix application not loading on some systems due to a bad icon configuration.
  • Fix authorization file location.
  • Fix list overflowing when it contains many items, add a vertical scrollbar.

v0.3

20 Jul 17:09
v0.3
de95c24
Compare
Choose a tag to compare
  • Fix token not being refreshed automatically
  • Restructure application
  • Add Pipfile (for use with Pipenv)

v0.2

21 Apr 05:45
Compare
Choose a tag to compare

Updated script

v0.1

16 Feb 04:25
Compare
Choose a tag to compare

Initial release