1
0
Fork 0

Bump version

master
stweedo 2024-09-07 13:09:14 -05:00
parent 42dd3b94f4
commit 4287509061
2 changed files with 3 additions and 2 deletions

View File

@ -11,4 +11,5 @@
- [+] Improved battery level update logic to reduce unnecessary refreshes
- [+] Fixed optional seconds not displaying in time
- [+] Fixed drag handler by adding E.stopEventPropagation()
- [+] General code optimization and cleanup
- [+] General code optimization and cleanup
0.09: Revised event handler code

View File

@ -1,7 +1,7 @@
{
"id": "boxclk",
"name": "Box Clock",
"version": "0.08",
"version": "0.09",
"description": "A customizable clock with configurable text boxes that can be positioned to show your favorite background",
"icon": "app.png",
"dependencies" : { "clockbg":"module" },