File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# GamesList Manager
2
2
3
3
![ Python] ( https://badgen.net/badge/python/3.7%2B/blue?icon=python )
4
- ![ Version] ( https://badgen.net/badge/version/v1.9.7 /orange?icon=github )
4
+ ![ Version] ( https://badgen.net/badge/version/v1.9.8 /orange?icon=github )
5
5
![ License] ( https://badgen.net/badge/license/GPL-3.0/green?icon=github )
6
6
7
7
## Table of Contents
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
# Application version - update this single location to change version across the entire app
6
- VERSION = "1.9.7 "
6
+ VERSION = "1.9.8 "
7
7
8
8
_DEBUG = False
9
9
15
15
# Discord Rich Presence configuration
16
16
# SETUP REQUIRED: Replace CLIENT_ID with your actual Discord Application ID
17
17
# See DISCORD_SETUP.md for detailed setup instructions
18
- DISCORD_CLIENT_ID = "123456789012345678 " # Placeholder - needs to be replaced with actual Discord app ID
18
+ DISCORD_CLIENT_ID = "1234567890123456789 " # Placeholder - needs to be replaced with actual Discord app ID
19
19
DISCORD_GITHUB_URL = "https://yourname.github.io/GameTracker/"
20
20
21
21
# Special key constants for different platforms
Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ <h1>GamesList Manager</h1>
648
648
< p > A comprehensive desktop application for managing your video game collection and tracking your gaming sessions</ p >
649
649
< div class ="badges ">
650
650
< span class ="badge "> Python 3.7+</ span >
651
- < span class ="badge "> Version 1.9.7 </ span >
651
+ < span class ="badge "> Version 1.9.8 </ span >
652
652
< span class ="badge "> GPL-3.0 License</ span >
653
653
< span class ="badge "> Discord Integration</ span >
654
654
</ div >
You can’t perform that action at this time.
0 commit comments