forked from yishwkssj/aliucord-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CustomStatusPresets to V1.3.0
- Loading branch information
Showing
3 changed files
with
60 additions
and
41 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
version = "1.2.1" | ||
description = "Adds presets to the custom status menu. Long press on the save button to save a preset" | ||
version = "1.3.0" | ||
description = "Adds presets to the custom status menu. Long press on the save button to save a preset" | ||
|
||
aliucord { | ||
changelog.set( | ||
""" | ||
# 1.3.0 | ||
* Fixed overlapping views on the status page | ||
* Fixed position changing after editing emoji | ||
* Code cleanup | ||
""".trimIndent() | ||
) | ||
} |
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