-
Notifications
You must be signed in to change notification settings - Fork 5
/
NEWS
400 lines (282 loc) · 10.3 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
4.1.0 - September 12, 2024
==========================
- Oldest tested dependencies (you may be able to go older):
gio & glib - 2.74.0
gtk4 - 4.8.3
vala - 0.56.3
- May be linked with libadwaita for a different look. Thanks to kramo for this.
- Fixes Issues:
#16 (implement more amounts of worms) thanks to Zeno Mat for this,
#14, #68, #11, #7, #19 & #32.
- Updated translations (Hebrew, German, Hindi, Turkish, Ukrainian, Czech,
Slovenian, Russian, Swedish, Georgian, Finnish, Belarusian, Persian)
- Fix worm head tests.
4.0.4 - April 16, 2024
======================
- Updated translations (British English).
- Fix compile issue with vala >= 0.57
- Fix / work around for issue #69 (segfault at game start). Thanks to david_david for finding this.
4.0.3 - March 15, 2024
======================
- Updated translations (Hungarian & Basque).
4.0.2 - February 9, 2024
========================
- Updated translations (German, Indonesian & Lithuanian).
- Fixes for compatibility with gcc >= 14.0 & clang >= 16 when compiling with a version of vala < 0.56.15
- Note:
If you have still have issues compiling this or other vala source code try the following compiler options:
For gcc >= 14
"-Wno-incompatible-pointer-types"
For clang >= 16
"-Wno-incompatible-function-pointer-types" & "-Wno-incompatible-pointer-types"
- Thanks:
Gnome Nibbles has recently been packaged for pkgsrc.org, many thanks to Thomas Klausner.
For those of you who don't know pkgsrc it is an impressive package system that works on multiple platforms.
4.0.1 - December 17, 2023
=========================
- Dependency changes; Updated to use gtk4(>=4.6) & libgnome-games-support(>=2.0.0). Dropped gtk3, cogl, clutter, clutter-gtk. Added pangocairo and a glib target version of 2.78.
- Feature; added a 3D view.
- Fix Issues; #58(Computer Worms get stuck), #56, #33, #15, #54, #62(Keys do not work in a non-Latin keyboard layout), #53.
- Updated translations (Persian, French, Czech, Belarusian, Turkish, Finnish, Ukrainian, Indonesian, Icelandic, Polish, Georgian, Portuguese, Kazakh, Russian, Swedish, Galician, German, Hebrew, Czech, Hungarian, Chinese (China), Basque).
- Fixes for appstreamcli version 1.0
- Fixes default arrow keys not working (Issue #67).
- This Nibbles release is for GNOME release 46.
For the libgnome-games-support package;
source is here: https://gitlab.gnome.org/GNOME/libgnome-games-support/-/tree/2.0.0?ref_type=tags
release is here: https://download.gnome.org/sources/libgnome-games-support/2.0/
The release version numbering has changed:
4.0.alpha - for package maintainers to raise issues: https://gitlab.gnome.org/GNOME/gnome-nibbles/-/issues
4.0.beta - for general testing, do your worst, raise issues found at: https://gitlab.gnome.org/GNOME/gnome-nibbles/-/issues
4.0.rc1 - the release unless something big is found
4.0.0 - full release
4.0.1 - minor release, translations or critical fixes
3.38.3 - May 1, 2023
====================
- Fixes to build with newer valac (!27, !29, Rico Tzschichholz)
- Misc merge requests: !28, !30, !31, !32, !39, !40, !41
- Updated user help (Andre Klapper)
- Updated translations
3.38.2 - November 1st, 2020
===========================
- Crash fixed
- Updated translations
3.38.1 - October 5, 2020
===========================
- Updated translations
3.38.0 - September 12, 2020
===========================
- Updated translations
3.37.90 - August 8, 2020
========================
- Keyboard shortcuts dialog and multiple shortcuts improvements
- Add various command line arguments
- Updated translations (Basque, Kazakh, Romanian, Ukrainian, Friulian, Lithuanian, Catalan, Spanish, Basque, Swedish, Galician)
3.37.0 - July 4, 2020
=====================
- Rework worms directions code (Arnaud Bonatti)
- Many fixes to Control screen (Arnaud Bonatti)
- Remove preferences dialog and create new pre-game screen with options (Arnaud Bonatti)
- Updated translations
- Many other fixes and improvements
3.35.90 - February 14, 2020
===========================
- Updated help pages (Andre Klapper)
- Updated translations (Daniel Mustieles García, Umarzuki Mochlis, Piotr Drąg)
3.34.2 - January 3, 2020
========================
- Re-enabled pt_BR translation (Rafael Fontenelle)
- Updated translations (Catalan - Jordi Mas)
3.34.1 - Octomber 7, 2019
=========================
- Update appdata file (Bilal Elmoussaoui)
3.34.0 - September 10, 2019
===========================
- Updated translations
3.33.90 - August 5, 2019
========================
- Drop libcanberra in favor of gsound (Arnaud Bonatti)
- Port to meson build system (thanks everyone!)
3.31.3 - December 10, 2018
==========================
- Fix display of level completed label and next level button (#22, Pedro Aldatxarren)
- Replace app menu with window menu (Jeremy Bicha)
- Updated translations
3.23.92 - March 13, 2017
========================
* Updated translations
3.23.91 - February 28, 2016
===========================
* Updated translations
3.23.2 - November 22, 2016
==========================
* Updated translations
3.23.1 - October 24, 2016
=========================
* Set default widget on level completed screen
* Updated translations
3.22.0 - September 20, 2016
===========================
* Updated translations
3.21.92 - September 13, 2016
============================
* Updated translations
3.21.91 - August 30, 2016
=========================
* Updated translations
3.21.90 - August 15, 2016
=========================
* Set default widgets on new game screens
* Work around broken GtkStack transitions on Wayland
* Fix incorrect license displayed in preferences dialog
* Build with new libgnome-games-support
* Updated translations
3.21.4 - July 17, 2016
======================
* Dist the gresource file
* Updated translations
3.21.3 - June 20, 2016
======================
* Simplify GResource handling
* Updated translations
3.21.2 - May 23, 2016
=====================
* Updated translations
3.20.1 - April 11, 2016
=======================
* Updated translations
3.20.0 - March 23, 2016
=======================
* Internationalization bugs fixed
* Updated translations
3.19.92 - March 8, 2016
=======================
* Fix a crash when eating a cherry shortly after an apple or a banana.
* Fix minor style issue.
* Updated translations
3.19.91 - February 28, 2016
===========================
* Fix New Game/Pause buttons during countown
* Fix sounds played when eating a bonus
* Restore user help
* Updated translations
3.19.90 - February 15, 2016
===========================
Dependencies: GTK+ 3.18
* Fix CSS problems
* Add proper end game screens for all possible outcomes
* Use the new scores import API from libgames-support
* Fix problem with buttons breaking the game during the end game screens
* Fix window size increasing with GTK+ 3.20
* Fix bug with worm being briefly uncontrollable at the start of a level
* Add buttons for selecting the number of AI players
* Update project license
* Add screen congratulating the player when reaching the last level of the game
* Updated translations
===========================
3.19.4 - January 18, 2016
=========================
* Updated translations
* Added preferences dialog
3.19.3 - December 14, 2015
==========================
* Make worms spawning on top of other worms ghosts until they move to a safe
area
* Reset level when starting a new game
3.19.2 - November 24, 2015
==========================
* Updated translations
* Use gettext
3.19.1 - October 26, 2015
=========================
* Rewritten in Vala
* New visual design
3.17.90 - August 12, 2015
=========================
* Add symbolic app icon (Jakub Steiner)
* Fix typos in documentation (Anders Jonsson)
* Updated translations
gnome-nibbles 3.15.91.1
=======================
* Fix installation of appdata files
gnome-nibbles 3.15.91
=====================
Dependencies: GTK+ 3.15
* Pause game when viewing preferences or scores
* Use gresource, code cleanups
* Updated translations
gnome-nibbles 3.15.90
=====================
* Don't connect to the windowing system when parsing command line options
* Don't allow setting the number of human players to zero
* Updated translations
gnome-nibbles 3.14.0
=====================
* Updated translations
gnome-nibbles 3.13.92
=====================
* Updated translations
* Make game delay configurable by debug switch
gnome-nibbles 3.13.91
=====================
* Updated translations
* Make all animations depend on already existing game delay constant.
gnome-nibbles 3.13.90
=====================
Dependencies: GTK+ 3.12
* Fix several causes of invisible death worms, but a few know cases remain
* The game will now crash whenever an invisible death worm would be created
* Fix pause action in app menu
* Fix resizing the board
* Remove seriously buggy random teleporter on level 25
* Use header bar on preferences dialog
* Don't allow multiple windows
* Fix small memory leak
* Code cleanups
* Updated Catalan, Czech, German, Greek, Hungarian, Lithuanian, Norwegian, Slovenian, and Swedish translations
gnome-nibbles 3.12.0
==================
* Updated French, Basque, Indonesian, Serbian, Slovak, Italian, Russian, Hungarian, Danish, Portuguese translations
gnome-nibbles 3.11.92
==================
* Updated Finnish, Polish, French, Chinese, Korean, Latvian, Lithuanian and Norwegian translations
gnome-nibbles 3.11.90.1
==================
* Added GtkHeaderBar, bumps depends to GTK+ 3.10
gnome-nibbles 3.11.90
==================
* AppData improvements
gnome-nibbles 3.11.5
==================
* Many updated translations
* GtkApplication Port with new AppMenu
* Fix scores system and move to storing in home
* End game will show scores dialog
gnome-nibbles 3.11.1
==================
* Updated Slovenian translation
* Added initial Hungarian translation
* Added AppData file
* Minor improvements to translatablity
* Code and file cleanups
gnome-nibbles 3.10.0
==================
* Translation updates
gnome-nibbles 3.9.92
==================
* Added an appdata file
* Translation updates
* Disable preferences menu when playing
* Remove score-dialog that doesn't work
* Migrated to Clutter 1.14.4
* Help pages updated
* Performance improvements and code cleanup
gnome-nibbles 3.8.0
==================
* Translation updates
* .desktop file reverted
gnome-nibbles 3.7.4
====================
* Updated translations
gnome-nibbles 3.7.2
====================
First release split from gnome-games