Skip to content

Commit

Permalink
customize font, datetime, vertical scrollbar
Browse files Browse the repository at this point in the history
- add option for custom font color (default is white)
- add option for scalable font size (disabled by default)
- add optional format patterns for date and time fields (none by default)
- add option to display time in 24-hour notation (disabled by default)
- add option to disable vertical scrollbar (hidden by default)
- increase height of quotes list textbox
- revise settings dialog labels and tooltips
- update screenshot image and translation files
  • Loading branch information
thegli committed Mar 15, 2024
1 parent bf9b331 commit 4ff6c7e
Show file tree
Hide file tree
Showing 16 changed files with 1,578 additions and 604 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ To disable the debug log mode, delete the "DEBUG" file, and restart the Cinnamon

## Release Notes

### 0.11.0 - March 15, 2024

Features:

- new setting to customize font color and font size
- new setting to customize date and time format (see [date man page](https://man7.org/linux/man-pages/man1/date.1.html) for options)
- new setting to control vertical scrollbar

### 0.10.0 - March 4, 2024

Features:
Expand Down
178 changes: 112 additions & 66 deletions files/yfquotes@thegli/desklet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion files/yfquotes@thegli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "Yahoo Finance Quotes",
"prevent-decorations": true,
"max-instances": "10",
"version": "0.10.0",
"version": "0.11.0",
"uuid": "yfquotes@thegli"
}
Loading

0 comments on commit 4ff6c7e

Please sign in to comment.