Skip to content

Commit

Permalink
Bump version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
z411 committed Oct 13, 2022
1 parent e132db0 commit 3971729
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.8.5
- Enhancement: Improved title guessing logic
- Enhancement: (GTK) Several visual improvements and bugfixes
- Enhancement: (MPRIS) Add support for view_offset
- Enhancement: (Qt) Several peformance improvements
- Enhancement: (Win32) Add mpv.net detection
- Change: (MPRIS) Using pydbus instead of dbus-python
- Change: Added Discord presence hook
- Bugfix: Several Kitsu bugfixes
- Bugfix: Prevent zombie processes
- Bugfix: (Shikimori) Fixed fetch limit and edge cases
- Bugfix: (Tracker) Fixed altname changes
- Bugfix: (MAL) Fixed token refreshing failure
- Bugfix: (MAL) Fixed crash with unknown media types

v0.8.4
- Hotfix: (GTK) Fixed account screen for OAuth PKCE (MAL)

Expand Down
2 changes: 1 addition & 1 deletion trackma/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import uuid
from enum import Enum, auto

VERSION = '0.8.4'
VERSION = '0.8.5'

DATADIR = os.path.dirname(__file__) + '/data'

Expand Down

0 comments on commit 3971729

Please sign in to comment.