Skip to content

Commit 7150713

Browse files
committed
Prepared for release: v1.10.0
1 parent 62357cf commit 7150713

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.10.0] - 2025-4-2
4+
5+
- Text Editor 2.0!!
6+
> This is the begining, it has Experimental Spell Checking. Many more features to come enabled by this.
7+
- Context menu in Scene List can now rename Scenes and Groups
8+
- Added Project Settings menu
9+
10+
311
## [1.9.2] - 2024-11-2
412

513
- Fixed Android minify crashes, the binary is now 60% smaller!
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Text Editor 2.0!!
2+
> This is the begining, it has Experimental Spell Checking. Many more features to come enabled by this.
3+
- Context menu in Scene List can now rename Scenes and Groups
4+
- Added Project Settings menu

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# App Versions
3-
app = "1.9.2"
3+
app = "1.10.0"
44
data_version = "1.0"
55

66
# Kotlin

0 commit comments

Comments
 (0)