Skip to content

Commit 58ea9dd

Browse files
committed
update Changelog
1 parent 5ee7a61 commit 58ea9dd

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,15 @@
8181
- HitColor option
8282
- Allow Snap Perspective mode to be used on servers where Freelook is disallowed
8383
- add a port of the Dynamic FPS mod by juliand665 to 1.8.9
84+
85+
### 2.2.9
86+
87+
- Fix some bugs
88+
- update config library, now uses the `multiversion` branch
89+
- Server API for disabling certain features
90+
- refactored AutoGG
91+
- prefix mixins
92+
- Image sharing via [gartbin](https://bin.gart.sh)
93+
- Complete README feature list (RoonMoonlight)
94+
- Weather Changer
95+
- Tablist Customisation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ qsl_version = 4.0.0-beta.3
1515
config_version = 2.0.1
1616

1717
# Mod Properties
18-
version = 2.2.9-beta.2
18+
version = 2.2.9
1919
maven_group = io.github.axolotlclient
2020
archives_base_name = AxolotlClient

src/main/java/io/github/axolotlclient/mixin/PlayerListHudMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2021-2022 moehreag <[email protected]> & Contributors
2+
* Copyright © 2021-2023 moehreag <[email protected]> & Contributors
33
*
44
* This file is part of AxolotlClient.
55
*

src/main/java/io/github/axolotlclient/modules/tablist/Tablist.java

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
* Copyright © 2021-2023 moehreag <[email protected]> & Contributors
3+
*
4+
* This file is part of AxolotlClient.
5+
*
6+
* This program is free software; you can redistribute it and/or
7+
* modify it under the terms of the GNU Lesser General Public
8+
* License as published by the Free Software Foundation; either
9+
* version 3 of the License, or (at your option) any later version.
10+
*
11+
* This program is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
* Lesser General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Lesser General Public License
17+
* along with this program; if not, write to the Free Software Foundation,
18+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19+
*
20+
* For more information, see the LICENSE file.
21+
*/
22+
123
package io.github.axolotlclient.modules.tablist;
224

325
import io.github.axolotlclient.AxolotlClient;

0 commit comments

Comments
 (0)