Skip to content

Commit

Permalink
Released v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kataiser committed Jul 18, 2024
1 parent b7b983d commit 122694e
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.8_setup.exe
path: TF2 Rich Presence/TF2RichPresence_v2.1.8_setup.exe
name: TF2RichPresence_v2.1.9_setup.exe
path: TF2 Rich Presence/TF2RichPresence_v2.1.9_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.9">
v2.1.9
</a>
(2024-07-18)
</h4>
<div class="markdown-heading">
<h3 class="heading-element">
Changes
</h3>
</div>
<ul>
<li>
Added support for the new Summer 2024 maps
<ul>
<li>
Embargo, Odyssey, Megaton, Cachoeira, Overgrown, Hadal, Applejack, Atom Smash, Canaveral, and Burghausen
</li>
</ul>
</li>
</ul>
<h4>
<a class="version_a" href="https://github.com/Kataiser/tf2-rich-presence/releases/tag/v2.1.8">
v2.1.8
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.8_setup](https://github.com/Kataiser/tf2-rich-presence/releases/download/v2.1.8/TF2RichPresence_v2.1.8_setup.exe) (18.3 MB)
Alternatively, get the latest autobuild (may be untested/buggy): [TF2RichPresence_v2.1.8_setup](https://nightly.link/Kataiser/tf2-rich-presence/workflows/Tests.CD/master/TF2RichPresence_v2.1.8_setup.exe.zip)
Installer: [TF2RichPresence_v2.1.9_setup](https://github.com/Kataiser/tf2-rich-presence/releases/download/v2.1.9/TF2RichPresence_v2.1.9_setup.exe) (18.5 MB)
Alternatively, get the latest autobuild (may be untested/buggy): [TF2RichPresence_v2.1.9_setup](https://nightly.link/Kataiser/tf2-rich-presence/workflows/Tests.CD/master/TF2RichPresence_v2.1.9_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.8"
#define MyAppVersion "2.1.9"
#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.8'):
def main(version_num='v2.1.9'):
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 122694e

Please sign in to comment.