Skip to content

Commit

Permalink
更新 1.3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Aug 22, 2024
1 parent 68b8556 commit 99ddb0a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 17 deletions.
4 changes: 1 addition & 3 deletions assets/aseprite-theme/dark/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,7 @@
<background color="check_hot_face" state="selected" />
<icon part="pal_options" />
</style>
<style id="new_frame_button" extends="mini_button" padding-bottom="1">
<icon part="icon_add" />
</style>
<style id="new_frame_button" extends="mini_button" padding-left="2" width="11" />
<style id="color_button" extends="mini_button" font="mini" padding-bottom="1" />
<style id="splitter">
<background color="face" />
Expand Down
4 changes: 1 addition & 3 deletions assets/aseprite-theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,7 @@
<background color="check_hot_face" state="selected" />
<icon part="pal_options" />
</style>
<style id="new_frame_button" extends="mini_button" padding-bottom="1">
<icon part="icon_add" />
</style>
<style id="new_frame_button" extends="mini_button" padding-left="2" width="11" />
<style id="color_button" extends="mini_button" font="mini" padding-bottom="1" />
<style id="splitter">
<background color="face" />
Expand Down
4 changes: 2 additions & 2 deletions assets/aseprite-theme/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.3.8",
"version_url": "https://github.com/aseprite/aseprite/releases/tag/v1.3.8"
"version": "1.3.8.1",
"version_url": "https://github.com/aseprite/aseprite/releases/tag/v1.3.8.1"
}
2 changes: 1 addition & 1 deletion assets/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "universal-pixel-theme",
"displayName": "Universal Pixel Theme",
"description": "Aseprite multilingual supported Pixel-Art Themes, based on Default Aseprite Pixel-Art Themes",
"version": "1.3.8-build-1",
"version": "1.3.8.1-build-1",
"author": {
"name": "TakWolf",
"url": "https://takwolf.com"
Expand Down
4 changes: 1 addition & 3 deletions data/dark/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,7 @@
<background color="check_hot_face" state="selected" />
<icon part="pal_options" />
</style>
<style id="new_frame_button" extends="mini_button" padding-bottom="1">
<icon part="icon_add" />
</style>
<style id="new_frame_button" extends="mini_button" padding-left="2" width="11" />
<style id="color_button" extends="mini_button" font="mini" padding-bottom="1" />
<style id="splitter">
<background color="face" />
Expand Down
2 changes: 1 addition & 1 deletion data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "universal-pixel-theme",
"displayName": "Universal Pixel Theme",
"description": "Aseprite multilingual supported Pixel-Art Themes, based on Default Aseprite Pixel-Art Themes",
"version": "1.3.8-build-1",
"version": "1.3.8.1-build-1",
"author": {
"name": "TakWolf",
"url": "https://takwolf.com"
Expand Down
4 changes: 1 addition & 3 deletions data/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -691,9 +691,7 @@
<background color="check_hot_face" state="selected" />
<icon part="pal_options" />
</style>
<style id="new_frame_button" extends="mini_button" padding-bottom="1">
<icon part="icon_add" />
</style>
<style id="new_frame_button" extends="mini_button" padding-left="2" width="11" />
<style id="color_button" extends="mini_button" font="mini" padding-bottom="1" />
<style id="splitter">
<background color="face" />
Expand Down
2 changes: 1 addition & 1 deletion tools/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _update_fonts(tag_name: str | None = None):


def main():
_update_aseprite('v1.3.8')
_update_aseprite('v1.3.8.1')
_update_fonts()


Expand Down

0 comments on commit 99ddb0a

Please sign in to comment.