Skip to content

Commit

Permalink
Released v2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kataiser committed Dec 18, 2024
1 parent 98f7af0 commit 460fea7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Tests.CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
21 changes: 21 additions & 0 deletions Changelogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,27 @@ <h1>
</h1>
<div>Generated from <a class="underlined_link" href="https://github.com/Kataiser/tf2-rich-presence/releases">releases</a></div>

<h4>
<a class="version_a" href="https://github.com/Kataiser/tf2-rich-presence/releases/tag/v2.1.11">
v2.1.11
</a>
(2024-12-17)
</h4>
<div class="markdown-heading">
<h3 class="heading-element">
Changes
</h3>
</div>
<ul>
<li>
Added support for the new Smissmas 2024 maps
<ul>
<li>
Overcast, Fortezza, Penguin Peak, Patagonia, Cutter, and Maul
</li>
</ul>
</li>
</ul>
<h4>
<a class="version_a" href="https://github.com/Kataiser/tf2-rich-presence/releases/tag/v2.1.10">
v2.1.10
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion TF2 Rich Presence/TF2RP.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion TF2 Rich Presence/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 460fea7

Please sign in to comment.