mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +08:00
Updated CHANGELOG and CONTRIBUTORS
This commit is contained in:
parent
dbd19e58be
commit
2c66a5f245
@ -1,4 +1,5 @@
|
|||||||
### 1.7.33 (build 21743, api 8, 2023-12-21)
|
### 1.7.33 (build 21743, api 8, 2023-12-21)
|
||||||
|
- Exposed an override for `bascenev1.Session`'s max players on servers (by EraOSBeta)
|
||||||
|
|
||||||
### 1.7.32 (build 21741, api 8, 2023-12-20)
|
### 1.7.32 (build 21741, api 8, 2023-12-20)
|
||||||
- Fixed a screen message that no one will ever see (Thanks vishal332008?...)
|
- Fixed a screen message that no one will ever see (Thanks vishal332008?...)
|
||||||
@ -42,7 +43,7 @@
|
|||||||
intended. Now, however, such commands get scheduled to a current
|
intended. Now, however, such commands get scheduled to a current
|
||||||
'ui-operation' and then run *almost* immediately, which should prevent such
|
'ui-operation' and then run *almost* immediately, which should prevent such
|
||||||
situations. Please holler if you run into any UI weirdness at this point.
|
situations. Please holler if you run into any UI weirdness at this point.
|
||||||
|
|
||||||
### 1.7.30 (build 21697, api 8, 2023-12-08)
|
### 1.7.30 (build 21697, api 8, 2023-12-08)
|
||||||
- Continued work on the big 1.7.28 update.
|
- Continued work on the big 1.7.28 update.
|
||||||
- Got the Android version back up and running. There's been lots of cleanup and
|
- Got the Android version back up and running. There's been lots of cleanup and
|
||||||
@ -319,7 +320,7 @@
|
|||||||
- Added a 'glow_type' arg to `bauiv1.textwidget()` to adjust the glow used when
|
- Added a 'glow_type' arg to `bauiv1.textwidget()` to adjust the glow used when
|
||||||
the text is selected. The default is 'gradient' but there is now a 'uniform'
|
the text is selected. The default is 'gradient' but there is now a 'uniform'
|
||||||
option which may look better in some circumstances.
|
option which may look better in some circumstances.
|
||||||
|
|
||||||
### 1.7.27 (build 21282, api 8, 2023-08-30)
|
### 1.7.27 (build 21282, api 8, 2023-08-30)
|
||||||
|
|
||||||
- Fixed a rare crash that could occur if the app shuts down while a background
|
- Fixed a rare crash that could occur if the app shuts down while a background
|
||||||
@ -440,7 +441,7 @@
|
|||||||
Visual Studio Code (and potentially other editors), so am seeing if it is
|
Visual Studio Code (and potentially other editors), so am seeing if it is
|
||||||
worth officially supporting in addition to or as a replacement for Mypy. See
|
worth officially supporting in addition to or as a replacement for Mypy. See
|
||||||
`tools/pcommand pyright`
|
`tools/pcommand pyright`
|
||||||
|
|
||||||
### 1.7.24 (build 21199, api 8, 2023-07-27)
|
### 1.7.24 (build 21199, api 8, 2023-07-27)
|
||||||
|
|
||||||
- Fixed an issue where respawn icons could disappear in epic mode (Thanks for
|
- Fixed an issue where respawn icons could disappear in epic mode (Thanks for
|
||||||
@ -495,7 +496,7 @@
|
|||||||
can be useful for core engine code to directly and clearly point out problems
|
can be useful for core engine code to directly and clearly point out problems
|
||||||
that cannot be recovered from (Exceptions in such cases can tend to be
|
that cannot be recovered from (Exceptions in such cases can tend to be
|
||||||
'handled' which leads to a broken or crashing app).
|
'handled' which leads to a broken or crashing app).
|
||||||
|
|
||||||
### 1.7.23 (build 21178, api 8, 2023-07-19)
|
### 1.7.23 (build 21178, api 8, 2023-07-19)
|
||||||
|
|
||||||
- Network security improvements. (Thanks Dliwk!)
|
- Network security improvements. (Thanks Dliwk!)
|
||||||
|
|||||||
@ -37,12 +37,12 @@
|
|||||||
- Added feature
|
- Added feature
|
||||||
|
|
||||||
### Vishal332008
|
### Vishal332008
|
||||||
- Bug Fixer
|
- QoL and Bug Fixer
|
||||||
- Modder
|
- Modder
|
||||||
|
|
||||||
### Era0S
|
### Era0S
|
||||||
- Community Suggestions Implementer
|
- Community Suggestions Implementer
|
||||||
- Bug Fixer
|
- QoL and Bug Fixer
|
||||||
- Modder
|
- Modder
|
||||||
|
|
||||||
### VinniTR
|
### VinniTR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user