diff --git a/.github/workflows/Tests.CD.yml b/.github/workflows/Tests.CD.yml index 05c28ed..4cec11f 100644 --- a/.github/workflows/Tests.CD.yml +++ b/.github/workflows/Tests.CD.yml @@ -36,8 +36,8 @@ jobs: - name: Upload installer artifact uses: actions/upload-artifact@v4 with: - name: TF2RichPresence_v2.1.10_setup.exe - path: TF2 Rich Presence/TF2RichPresence_v2.1.9_setup.exe + name: TF2RichPresence_v2.1.11_setup.exe + path: TF2 Rich Presence/TF2RichPresence_v2.1.11_setup.exe - name: Run tests run: | cd "TF2 Rich Presence" diff --git a/Changelogs.html b/Changelogs.html index 3ba74f6..0f20b78 100644 --- a/Changelogs.html +++ b/Changelogs.html @@ -70,6 +70,27 @@

Generated from releases
+

+ + v2.1.11 + + (2024-12-17) +

+
+

+ Changes +

+
+

v2.1.10 diff --git a/README.md b/README.md index ee7fcb7..7f08474 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Discord Rich Presence for Team Fortress 2 ![GUI preview image](gui%20preview.webp) ## Download and install -Installer: [TF2RichPresence_v2.1.10_setup](https://github.com/Kataiser/tf2-rich-presence/releases/download/v2.1.10/TF2RichPresence_v2.1.10_setup.exe) (18.7 MB) -Alternatively, get the latest autobuild (may be untested/buggy): [TF2RichPresence_v2.1.10_setup](https://nightly.link/Kataiser/tf2-rich-presence/workflows/Tests.CD/master/TF2RichPresence_v2.1.10_setup.exe.zip) +Installer: [TF2RichPresence_v2.1.11_setup](https://github.com/Kataiser/tf2-rich-presence/releases/download/v2.1.11/TF2RichPresence_v2.1.11_setup.exe) (18.8 MB) +Alternatively, get the latest autobuild (may be untested/buggy): [TF2RichPresence_v2.1.11_setup](https://nightly.link/Kataiser/tf2-rich-presence/workflows/Tests.CD/master/TF2RichPresence_v2.1.11_setup.exe.zip) Note that having Python installed is not required. Requires Discord and Steam to be running as well, and will wait until the game and both programs are running. ## Changelogs diff --git a/TF2 Rich Presence/TF2RP.iss b/TF2 Rich Presence/TF2RP.iss index 18cbea1..d18baf1 100644 --- a/TF2 Rich Presence/TF2RP.iss +++ b/TF2 Rich Presence/TF2RP.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "TF2 Rich Presence" -#define MyAppVersion "2.1.10" +#define MyAppVersion "2.1.11" #define MyAppPublisher "Kataiser" #define MyAppURL "https://github.com/Kataiser/tf2-rich-presence" #define MyAppExeName "TF2 Rich Presence.bat" diff --git a/TF2 Rich Presence/build.py b/TF2 Rich Presence/build.py index 57a82fe..f58bf58 100644 --- a/TF2 Rich Presence/build.py +++ b/TF2 Rich Presence/build.py @@ -23,7 +23,7 @@ # TODO: don't do this separate locations nonsense, convert to using a repo properly -def main(version_num='v2.1.10'): +def main(version_num='v2.1.11'): parser = argparse.ArgumentParser() parser.add_argument('--n', action='store_true', help="Skip copying to an repo location", default=False) parser.add_argument('--ide', action='store_true', help="Use IDE-based build.log handling", default=False)