Skip to content

Commit 54e3ce4

Browse files
committed
Prepared for release: v1.7.0
1 parent 80c90cd commit 54e3ce4

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
# [1.7.0] 2024-1-31
4+
5+
- New Feature: Focus Mode, edit a scene with less UI clutter
6+
- Improved Encyclopedia hashtag search, allow partial tag searching
7+
- Fix dropdown menu not showing selected item
8+
- Fixed Scene editor not closing when scene was deleted
9+
- Fix scene count in Project Home
10+
- Minor UI polish
11+
- DevOps: Greatly improved release process
12+
13+
314
## [1.6.0] - 2024-01-19
415

516
- Added Scene Metadata
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- New Feature: Focus Mode, edit a scene with less UI clutter
2+
- Improved Encyclopedia hashtag search, allow partial tag searching
3+
- Fix dropdown menu not showing selected item
4+
- Fixed Scene editor not closing when scene was deleted
5+
- Fix scene count in Project Home
6+
- Minor UI polish
7+
- DevOps: Greatly improved release process

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[versions]
44
# App Versions
5-
app = "1.6.0"
5+
app = "1.7.0"
66
data_version = "1.0"
77

88
# Kotlin

0 commit comments

Comments
 (0)