Skip to content

Commit 2c4bc10

Browse files
committed
Update version tags to 1.1.9
1 parent 4ace0d2 commit 2c4bc10

18 files changed

+90
-90
lines changed

api/src/main/java/com/lunarclient/apollo/mods/impl/Mod3dSkins.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class Mod3dSkins {
5858
/**
5959
* No documentation available.
6060
*
61-
* @since %release_version%
61+
* @since 1.1.9
6262
*/
6363
public static final SimpleOption<Boolean> SHOW_OTHERS = SimpleOption.<Boolean>builder()
6464
.node("3d-skins", "show-others").type(TypeToken.get(Boolean.class))
@@ -161,7 +161,7 @@ public final class Mod3dSkins {
161161
/**
162162
* No documentation available.
163163
*
164-
* @since %release_version%
164+
* @since 1.1.9
165165
*/
166166
public static final NumberOption<Float> FIRST_PERSON_VOXEL_SIZE = NumberOption.<Float>number()
167167
.node("3d-skins", "first-person-voxel-size").type(TypeToken.get(Float.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModArmorstatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public final class ModArmorstatus {
6969
/**
7070
* No documentation available.
7171
*
72-
* @since %release_version%
72+
* @since 1.1.9
7373
*/
7474
public static final SimpleOption<Boolean> HIDE_UNBREAKABLE_DURABILITY = SimpleOption.<Boolean>builder()
7575
.node("armorstatus", "hide-unbreakable-durability").type(TypeToken.get(Boolean.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModAutoTextHotkey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ModAutoTextHotkey {
4646
/**
4747
* Displays a notification when an input is blocked by the server.
4848
*
49-
* @since %release_version%
49+
* @since 1.1.9
5050
*/
5151
public static final SimpleOption<Boolean> NOTIFY_ON_BLOCKED_INPUT = SimpleOption.<Boolean>builder()
5252
.comment("Displays a notification when an input is blocked by the server")

api/src/main/java/com/lunarclient/apollo/mods/impl/ModChat.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class ModChat {
5858
/**
5959
* No documentation available.
6060
*
61-
* @since %release_version%
61+
* @since 1.1.9
6262
*/
6363
public static final SimpleOption<Boolean> MODERN_CHAT_LENGTH_HYPIXEL = SimpleOption.<Boolean>builder()
6464
.node("chat", "modern-chat-length-hypixel").type(TypeToken.get(Boolean.class))
@@ -68,7 +68,7 @@ public final class ModChat {
6868
/**
6969
* No documentation available.
7070
*
71-
* @since %release_version%
71+
* @since 1.1.9
7272
*/
7373
public static final SimpleOption<Boolean> LONG_CHAT_SINGLEPLAYER = SimpleOption.<Boolean>builder()
7474
.node("chat", "long-chat-singleplayer").type(TypeToken.get(Boolean.class))
@@ -240,7 +240,7 @@ public final class ModChat {
240240
/**
241241
* When your max image size is set to e.g. 50%, when you press shift, the image will expand to 100%.
242242
*
243-
* @since %release_version%
243+
* @since 1.1.9
244244
*/
245245
public static final SimpleOption<Boolean> FULLSCREEN_IMAGE = SimpleOption.<Boolean>builder()
246246
.comment("When your max image size is set to e.g. 50%, when you press shift, the image will expand to 100%")
@@ -272,7 +272,7 @@ public final class ModChat {
272272
/**
273273
* No documentation available.
274274
*
275-
* @since %release_version%
275+
* @since 1.1.9
276276
*/
277277
public static final SimpleOption<Boolean> CHAT_NAME_BOLD = SimpleOption.<Boolean>builder()
278278
.node("chat", "chat-name-bold").type(TypeToken.get(Boolean.class))
@@ -282,7 +282,7 @@ public final class ModChat {
282282
/**
283283
* No documentation available.
284284
*
285-
* @since %release_version%
285+
* @since 1.1.9
286286
*/
287287
public static final SimpleOption<Boolean> CHAT_NAME_ITALIC = SimpleOption.<Boolean>builder()
288288
.node("chat", "chat-name-italic").type(TypeToken.get(Boolean.class))
@@ -292,7 +292,7 @@ public final class ModChat {
292292
/**
293293
* No documentation available.
294294
*
295-
* @since %release_version%
295+
* @since 1.1.9
296296
*/
297297
public static final SimpleOption<Boolean> CHAT_NAME_UNDERLINE = SimpleOption.<Boolean>builder()
298298
.node("chat", "chat-name-underline").type(TypeToken.get(Boolean.class))
@@ -302,7 +302,7 @@ public final class ModChat {
302302
/**
303303
* No documentation available.
304304
*
305-
* @since %release_version%
305+
* @since 1.1.9
306306
*/
307307
public static final SimpleOption<Boolean> CHAT_NAME_STRIKETHROUGH = SimpleOption.<Boolean>builder()
308308
.node("chat", "chat-name-strikethrough").type(TypeToken.get(Boolean.class))
@@ -312,7 +312,7 @@ public final class ModChat {
312312
/**
313313
* No documentation available.
314314
*
315-
* @since %release_version%
315+
* @since 1.1.9
316316
*/
317317
public static final SimpleOption<Boolean> CHAT_NAME_OBFUSCATED = SimpleOption.<Boolean>builder()
318318
.node("chat", "chat-name-obfuscated").type(TypeToken.get(Boolean.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModDirectionHud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public final class ModDirectionHud {
152152
/**
153153
* Choose whether to show the Direction HUD when TAB is open.
154154
*
155-
* @since %release_version%
155+
* @since 1.1.9
156156
*/
157157
public static final SimpleOption<Boolean> SHOW_WITH_TAB = SimpleOption.<Boolean>builder()
158158
.comment("Choose whether to show the Direction HUD when TAB is open.")

api/src/main/java/com/lunarclient/apollo/mods/impl/ModInventoryMod.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
/**
3131
* A collection of quality of life tweaks for the inventory.
3232
*
33-
* @since %release_version%
33+
* @since 1.1.9
3434
*/
3535
public final class ModInventoryMod {
3636

3737
/**
3838
* No documentation available.
3939
*
40-
* @since %release_version%
40+
* @since 1.1.9
4141
*/
4242
public static final SimpleOption<Boolean> ENABLED = SimpleOption.<Boolean>builder()
4343
.node("inventory-mod", "enabled").type(TypeToken.get(Boolean.class))
@@ -47,7 +47,7 @@ public final class ModInventoryMod {
4747
/**
4848
* Useful for navigating inventory menus on servers.
4949
*
50-
* @since %release_version%
50+
* @since 1.1.9
5151
*/
5252
public static final SimpleOption<Boolean> DONT_RESET_CURSOR = SimpleOption.<Boolean>builder()
5353
.comment("Useful for navigating inventory menus on servers.")
@@ -58,7 +58,7 @@ public final class ModInventoryMod {
5858
/**
5959
* No documentation available.
6060
*
61-
* @since %release_version%
61+
* @since 1.1.9
6262
*/
6363
public static final NumberOption<Float> RESET_CURSOR_TIMEOUT = NumberOption.<Float>number()
6464
.node("inventory-mod", "reset-cursor-timeout").type(TypeToken.get(Float.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModKeystrokes.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public final class ModKeystrokes {
149149
/**
150150
* No documentation available.
151151
*
152-
* @since %release_version%
152+
* @since 1.1.9
153153
*/
154154
public static final SimpleOption<Boolean> ANIMATE = SimpleOption.<Boolean>builder()
155155
.node("keystrokes", "animate").type(TypeToken.get(Boolean.class))
@@ -159,7 +159,7 @@ public final class ModKeystrokes {
159159
/**
160160
* No documentation available.
161161
*
162-
* @since %release_version%
162+
* @since 1.1.9
163163
*/
164164
public static final NumberOption<Float> DURATION = NumberOption.<Float>number()
165165
.node("keystrokes", "duration").type(TypeToken.get(Float.class))
@@ -170,7 +170,7 @@ public final class ModKeystrokes {
170170
/**
171171
* No documentation available.
172172
*
173-
* @since %release_version%
173+
* @since 1.1.9
174174
*/
175175
public static final SimpleOption<Boolean> ANIMATE_COLOR = SimpleOption.<Boolean>builder()
176176
.node("keystrokes", "animate-color").type(TypeToken.get(Boolean.class))
@@ -180,7 +180,7 @@ public final class ModKeystrokes {
180180
/**
181181
* No documentation available.
182182
*
183-
* @since %release_version%
183+
* @since 1.1.9
184184
*/
185185
public static final SimpleOption<Color> ANIMATION_START_COLOR = SimpleOption.<Color>builder()
186186
.node("keystrokes", "animation-start-color").type(TypeToken.get(Color.class))
@@ -190,7 +190,7 @@ public final class ModKeystrokes {
190190
/**
191191
* No documentation available.
192192
*
193-
* @since %release_version%
193+
* @since 1.1.9
194194
*/
195195
public static final SimpleOption<Color> ANIMATION_CENTER_COLOR = SimpleOption.<Color>builder()
196196
.node("keystrokes", "animation-center-color").type(TypeToken.get(Color.class))
@@ -200,7 +200,7 @@ public final class ModKeystrokes {
200200
/**
201201
* No documentation available.
202202
*
203-
* @since %release_version%
203+
* @since 1.1.9
204204
*/
205205
public static final SimpleOption<Color> ANIMATION_END_COLOR = SimpleOption.<Color>builder()
206206
.node("keystrokes", "animation-end-color").type(TypeToken.get(Color.class))
@@ -293,7 +293,7 @@ public final class ModKeystrokes {
293293
/**
294294
* No documentation available.
295295
*
296-
* @since %release_version%
296+
* @since 1.1.9
297297
*/
298298
public static final NumberOption<Float> SPACEBAR_THICKNESS = NumberOption.<Float>number()
299299
.node("keystrokes", "spacebar-thickness").type(TypeToken.get(Float.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModKillSounds.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
/**
3030
* Allows you to change kill sounds for players.
3131
*
32-
* @since %release_version%
32+
* @since 1.1.9
3333
*/
3434
public final class ModKillSounds {
3535

3636
/**
3737
* No documentation available.
3838
*
39-
* @since %release_version%
39+
* @since 1.1.9
4040
*/
4141
public static final SimpleOption<Boolean> ENABLED = SimpleOption.<Boolean>builder()
4242
.node("kill-sounds", "enabled").type(TypeToken.get(Boolean.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModPackDisplay.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public final class ModPackDisplay {
7979
/**
8080
* No documentation available.
8181
*
82-
* @since %release_version%
82+
* @since 1.1.9
8383
*/
8484
public static final SimpleOption<Boolean> PACK_EXTENSION = SimpleOption.<Boolean>builder()
8585
.node("pack-display", "pack-extension").type(TypeToken.get(Boolean.class))
@@ -89,7 +89,7 @@ public final class ModPackDisplay {
8989
/**
9090
* No documentation available.
9191
*
92-
* @since %release_version%
92+
* @since 1.1.9
9393
*/
9494
public static final SimpleOption<Boolean> MOVE_TITLE_DOWN = SimpleOption.<Boolean>builder()
9595
.node("pack-display", "move-title-down").type(TypeToken.get(Boolean.class))
@@ -201,7 +201,7 @@ public final class ModPackDisplay {
201201
/**
202202
* No documentation available.
203203
*
204-
* @since %release_version%
204+
* @since 1.1.9
205205
*/
206206
public static final SimpleOption<Color> DESCRIPTION_REPLACEMENT_COLOR = SimpleOption.<Color>builder()
207207
.node("pack-display", "description-replacement-color").type(TypeToken.get(Color.class))
@@ -211,7 +211,7 @@ public final class ModPackDisplay {
211211
/**
212212
* No documentation available.
213213
*
214-
* @since %release_version%
214+
* @since 1.1.9
215215
*/
216216
public static final SimpleOption<Boolean> KEEP_BOLD = SimpleOption.<Boolean>builder()
217217
.node("pack-display", "keep-bold").type(TypeToken.get(Boolean.class))
@@ -221,7 +221,7 @@ public final class ModPackDisplay {
221221
/**
222222
* No documentation available.
223223
*
224-
* @since %release_version%
224+
* @since 1.1.9
225225
*/
226226
public static final SimpleOption<Boolean> KEEP_ITALIC = SimpleOption.<Boolean>builder()
227227
.node("pack-display", "keep-italic").type(TypeToken.get(Boolean.class))
@@ -231,7 +231,7 @@ public final class ModPackDisplay {
231231
/**
232232
* No documentation available.
233233
*
234-
* @since %release_version%
234+
* @since 1.1.9
235235
*/
236236
public static final SimpleOption<Boolean> KEEP_UNDERLINE = SimpleOption.<Boolean>builder()
237237
.node("pack-display", "keep-underline").type(TypeToken.get(Boolean.class))
@@ -241,7 +241,7 @@ public final class ModPackDisplay {
241241
/**
242242
* No documentation available.
243243
*
244-
* @since %release_version%
244+
* @since 1.1.9
245245
*/
246246
public static final SimpleOption<Boolean> KEEP_STRIKETHROUGH = SimpleOption.<Boolean>builder()
247247
.node("pack-display", "keep-strikethrough").type(TypeToken.get(Boolean.class))
@@ -251,7 +251,7 @@ public final class ModPackDisplay {
251251
/**
252252
* No documentation available.
253253
*
254-
* @since %release_version%
254+
* @since 1.1.9
255255
*/
256256
public static final SimpleOption<Boolean> KEEP_OBFUSCATED = SimpleOption.<Boolean>builder()
257257
.node("pack-display", "keep-obfuscated").type(TypeToken.get(Boolean.class))

api/src/main/java/com/lunarclient/apollo/mods/impl/ModPing.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class ModPing {
6060
/**
6161
* How many updates to average together (one update happens per the 'update interval' setting).
6262
*
63-
* @since %release_version%
63+
* @since 1.1.9
6464
*/
6565
public static final NumberOption<Integer> AVERAGE_SAMPLES = NumberOption.<Integer>number()
6666
.comment("How many updates to average together (one update happens per the 'update interval' setting)")
@@ -72,7 +72,7 @@ public final class ModPing {
7272
/**
7373
* No documentation available.
7474
*
75-
* @since %release_version%
75+
* @since 1.1.9
7676
*/
7777
public static final SimpleOption<Boolean> PING_SPIKE_DETECTION = SimpleOption.<Boolean>builder()
7878
.node("ping", "ping-spike-detection").type(TypeToken.get(Boolean.class))
@@ -82,7 +82,7 @@ public final class ModPing {
8282
/**
8383
* No documentation available.
8484
*
85-
* @since %release_version%
85+
* @since 1.1.9
8686
*/
8787
public static final NumberOption<Integer> MEDIUM_SPIKE_THRESHOLD = NumberOption.<Integer>number()
8888
.node("ping", "medium-spike-threshold").type(TypeToken.get(Integer.class))
@@ -93,7 +93,7 @@ public final class ModPing {
9393
/**
9494
* No documentation available.
9595
*
96-
* @since %release_version%
96+
* @since 1.1.9
9797
*/
9898
public static final SimpleOption<Color> MEDIUM_SPIKE_COLOR = SimpleOption.<Color>builder()
9999
.node("ping", "medium-spike-color").type(TypeToken.get(Color.class))
@@ -103,7 +103,7 @@ public final class ModPing {
103103
/**
104104
* No documentation available.
105105
*
106-
* @since %release_version%
106+
* @since 1.1.9
107107
*/
108108
public static final NumberOption<Integer> LARGE_SPIKE_THRESHOLD = NumberOption.<Integer>number()
109109
.node("ping", "large-spike-threshold").type(TypeToken.get(Integer.class))
@@ -114,7 +114,7 @@ public final class ModPing {
114114
/**
115115
* No documentation available.
116116
*
117-
* @since %release_version%
117+
* @since 1.1.9
118118
*/
119119
public static final SimpleOption<Color> LARGE_SPIKE_COLOR = SimpleOption.<Color>builder()
120120
.node("ping", "large-spike-color").type(TypeToken.get(Color.class))
@@ -134,7 +134,7 @@ public final class ModPing {
134134
/**
135135
* No documentation available.
136136
*
137-
* @since %release_version%
137+
* @since 1.1.9
138138
*/
139139
public static final SimpleOption<Boolean> SHOW_PING_PREFIX = SimpleOption.<Boolean>builder()
140140
.node("ping", "show-ping-prefix").type(TypeToken.get(Boolean.class))

0 commit comments

Comments
 (0)