Skip to content

Commit

Permalink
Bump changelog and version number to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Sep 24, 2024
1 parent cdd1c87 commit 71d75c9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.6.1] - 2024-09-24

### Fixed

- **CTF:** Added missing sound voice when flag returns on its own.
- **CTF:** Fixed flag returning on its own even if player has already returned it.
- Fixed server always restarting in TDM2 mode, regardless of how `sv_ag_gamemode` has been set on `startup_server.cfg`.
- Fixed `server.cfg` not being executed on map change by default. This fixes password not being removed on map change.
- This can be disabled by removing the line `mapchangecfgfile server.cfg` from `startup_server.cfg`.
- Fixed players outside of the match not being shown as spectators on server pause.

## [2.6] - 2024-09-01

### New
Expand Down Expand Up @@ -124,6 +135,7 @@ Now the mod has an [official website](https://rtxa.github.io/agmodx) made with D
- Arcade not setting armor on player spawn.
- Invalid private data when a player leaves before he has fully joined.

[2.6.1]: https://github.com/rtxa/agmodx/compare/2.6...2.6.1
[2.6]: https://github.com/rtxa/agmodx/compare/beta-2.5.2...2.6
[Beta 2.5.2]: https://github.com/rtxa/agmodx/compare/beta-2.5.1...beta-2.5.2
[Beta 2.5.1]: https://github.com/rtxa/agmodx/compare/beta-2.5...beta-2.5.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Logo](agmodx-logo.png)

![Author](https://img.shields.io/badge/Author-rtxa-9cf "Author") ![Version](https://img.shields.io/badge/Version-2.6-blue "Version") ![Last Update](https://img.shields.io/badge/Last%20Update-01/09/2024-blue "Last Update") [![Website](https://img.shields.io/badge/Go%20to%20the%20website-orange)](https://rtxa.github.io/agmodx/)
![Author](https://img.shields.io/badge/Author-rtxa-9cf "Author") ![Version](https://img.shields.io/badge/Version-2.6.1-blue "Version") ![Last Update](https://img.shields.io/badge/Last%20Update-24/09/2024-blue "Last Update") [![Website](https://img.shields.io/badge/Go%20to%20the%20website-orange)](https://rtxa.github.io/agmodx/)

An improved Mini AG alternative developed as an AMX Mod X plugin from the ground up. It contains many bugfixes and improvements, and because it's open source it allows you to add new stuff and make improvements easily.

Expand Down
2 changes: 1 addition & 1 deletion valve/addons/amxmodx/scripting/include/agmodx_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#endif
#define _agmodx_const_included

#define AGMODX_VERSION "2.6"
#define AGMODX_VERSION "2.6.1"

// array size of some gamemode cvars
#define SIZE_WEAPONS 14
Expand Down
6 changes: 3 additions & 3 deletions website/src/pages/downloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ hide_table_of_contents: true

The **Full Package** comes with everything the mod requires to run (Metamod and AMXX already included).

<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/2.6/agmodx-2.6-full-windows.zip"><InlineIcon icon="mingcute:windows-fill" /> Windows - Full Package</a>
<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/2.6/agmodx-2.6-full-linux.zip"><InlineIcon icon="mingcute:linux-fill" /> Linux - Full Package</a>
<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/2.6.1/agmodx-2.6.1-full-windows.zip"><InlineIcon icon="mingcute:windows-fill" /> Windows - Full Package</a>
<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/2.6.1/agmodx-2.6.1-full-linux.zip"><InlineIcon icon="mingcute:linux-fill" /> Linux - Full Package</a>

<p class="text--center">Latest version: **2.6**[All releases](https://github.com/rtxa/agmodx/releases)[Changelog](/changelog)</p>
<p class="text--center">Latest version: **2.6.1**[All releases](https://github.com/rtxa/agmodx/releases)[Changelog](/changelog)</p>

## ☰ Requirements

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function HomepageHeader() {
<InlineIcon icon="lucide:file-text" height="1.5rem" style={{ verticalAlign: 'text-bottom' }} /> Read the docs
</Link>
</div>
Latest version: <b>2.6</b><Link style={{ color: '#5a98fe' }} to='/changelog'>What's new?</Link>
Latest version: <b>2.6.1</b><Link style={{ color: '#5a98fe' }} to='/changelog'>What's new?</Link>
</div>
</header>
);
Expand Down

0 comments on commit 71d75c9

Please sign in to comment.