Releases: KidiXDev/TrackMyPlaytime
v2.0.0 beta
Next major update
I would like to inform you that in version v2.0.0 I will make some major changes, one of which is to rework most of the UI that I have made, in the next update I will introduce many new features, such as adding a description, release date, etc.
Preview Changelog
New Feature:
- New Home Screen UI Rework.
You can now provide a description, game tag, release date, and link to a specific website, then display it to the library. - The level of opacity and the intensity of the blur on background image can be fully customized via the settings.
- VNDB integrity support (Work in progress)
- Difference screenshot API
- Custom screenshot output directory
- Changed image artwork type from landscape to portrait
- Performance improvement
- Setting UI Rework
- Game setting UI Rework
New UI Preview

v1.3.1
Patch Note
Bug fixed:
- Shortcut issue (running the game via the shortcut doesn't work, could cause the game list data to be lost that had been included in the library). #4 Fixed
- Incorrectly selected index right after changing sort type
- Delete game from library issue when you force to delete using context menu while your game is still running
UI Improvement:
- Change setting UI layout (again)
- Removed Create shortcut and Delete button from Edit Game Window
New Minor Feature:
- Added new "Date Created" sort menu
v1.3.0
ChangeLog:
New Features:
- New GameList ContextMenu feature
- Search menu
- Added new detail animation on some UI Element
- Properties window
- Sort Filter option
- Add more UI Improvement
- Enable Screenshot Toogle
Bug fixed:
- Typo on crash log fixed
- Typo message box on crash info
- WordWrap issue on playtime label
- Fixed minor issue when program required restart after change Discord RPC setting
Temporary Removed Feature:
- Import GameList
v1.2.1
v1.2.0
Changelog:
- Added automatic update checker
- Change notification system
- Added screenshots sound effect
- Change UI Update Before and After game launch
- The window will remember the state and size of the window when it last exited
Changing the notification system
Previously I used TrayNotification and it was not very good, now I replaced it with UWP Toast Notification to make it more efficient and easier to set up.
Automatic update checker
Now you will always be notified when a new update has been released, you can also disable this feature via settings.
Screenshot sound effect
Screenshot is a feature that I actually made from the first version, but I didn't tell you, you can press the F12 button while playing a game (Without a Launcher Handler) then you will get your screenshot saved in your Pictures folder, in my current version has added screenshot previews and sound effects that did not exist in previous versions.
v1.1.0
Changelog:
- Optimized Performance
- Fixed crash issue #1
- Added about window
- Fullscreen Support
What's Optimized?
Changed the way to get the icon from before having to extract the icon from the executable file, so after extracting it then saving it into base64string to reduce loading time. This action can increase program performance by Β±70% when the size of your game library is large.