Skip to content

Commit

Permalink
2.21.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
s-victor committed Dec 10, 2024
1 parent 25b17a4 commit 6129c29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WIP
2.21.0 (2024-12-10)
-----------------------------
* General
- More optimization to all widgets & modules for further improved efficiency and less resource usage.
Expand Down Expand Up @@ -32,6 +32,9 @@ WIP
Tip: set color style differently to easier distinguish the two widgets.
- Add "horizontal_gap", "vertical_gap" options for enhanced arrangement (requested by doublebidule).

* Misc
- Updated User Guide info for related changes above.

2.20.1 (2024-11-24)
-----------------------------
* Pace Notes Playback
Expand Down
4 changes: 3 additions & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2368,7 +2368,9 @@ Set gap between each scale mark in degree. Default is `90` degree. Minimum value
Show user-defined custom steering wheel image instead of default image.

custom_steering_wheel_image_file
Set custom steering wheel image file path. Double-click this option in widget's `Config` dialog to select an image file. Note, image file must be in `PNG` format. Maximum supported `PNG` file size is limited to `5MB`. Default image will be used if selected image is invalid.
Set custom steering wheel image file path. Double-click this option in widget's `Config` dialog to select an image file.

Note, image file must be in `PNG` format with same width and height. Maximum supported `PNG` file size is limited to `5MB`. Default image will be used if selected image is not valid.

display_size
Set widget display size in pixels.
Expand Down
2 changes: 1 addition & 1 deletion tinypedal/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from PySide2.QtCore import qVersion


VERSION = "2.20.1"
VERSION = "2.21.0"
APP_NAME = "TinyPedal"
PLATFORM = platform.system()
APP_ICON = "images/icon.png"
Expand Down

0 comments on commit 6129c29

Please sign in to comment.