-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80c90cd
commit 54e3ce4
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- New Feature: Focus Mode, edit a scene with less UI clutter | ||
- Improved Encyclopedia hashtag search, allow partial tag searching | ||
- Fix dropdown menu not showing selected item | ||
- Fixed Scene editor not closing when scene was deleted | ||
- Fix scene count in Project Home | ||
- Minor UI polish | ||
- DevOps: Greatly improved release process |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[versions] | ||
# App Versions | ||
app = "1.6.0" | ||
app = "1.7.0" | ||
data_version = "1.0" | ||
|
||
# Kotlin | ||
|