Skip to content

Commit

Permalink
v1.1.8 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffington committed May 9, 2020
1 parent c772d50 commit ef32346
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions js/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var globals = PanelProperties.get_instance();
var pref = PanelProperties.get_instance(); // preferences
var tf = PanelProperties.get_instance(); // titleformating strings

var currentVersion = '1.1.8-beta2';
var currentVersion = '1.1.8';
var updateAvailable = false;
var updateHyperlink;

Expand Down Expand Up @@ -47,7 +47,7 @@ pref.add_properties({

show_timeline_tooltips: ['Show timeline tooltips', true], // true: show tooltips when hovering over the timeline that show information on plays

menu_font_size: ['Menu font size', 12],
menu_font_size: ['Menu font size', 12],

freq_update: ['Frequent progress bar updates', true], // true: update progress bar multiple times a second. Smoother, but uses more CPU
time_zone: ['Time-zone (formatted +/-HH:MM, e.g. -06:00)', '+00:00'], // used to create accurate timezone offsets. "Z", "-06:00", "+06:00", etc. are all valid values
Expand All @@ -64,7 +64,7 @@ pref.add_properties({
lyrics_text_shadow: ['Lyrics: Text Shadow', true],

show_weblinks: ['Playlist: Show weblinks', true],

font_size_playlist: ['Font Size: Playlist', 12],
font_size_playlist_header: ['Font Size: Playlist Header', 15],
lyrics_font_size: ['Font Size: Lyrics', 20],
Expand Down
10 changes: 5 additions & 5 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
### My unprioritized todo list

* ~Added menu based playlist scaling~
* ~Added menu based playlist scaling~ (implemented in 1.1.8)
* Convert to using foo_spider_monkey_panel instead of foo_jscript
* Handle GIFs for image types?
* Better lyrics handling
* Color picker menu with meta_db saving of seleted color based on arist/album/disc
* Better resolution handling for intermediate sizes (scaling? DPI based?)
* ~Add option to move transport controls below artwork~
* ~Show played date tooltip(?) when hovering over highlights on timeline~
* ~Add option to move transport controls below artwork~ (implemented in 1.1.8)
* ~Show played date tooltip(?) when hovering over highlights on timeline~ (implemented in 1.1.8)
* Move progress bar code to ui-components and turn it into a class
* ~Change sizes of menu fonts through menus~
* ~Change sizes of Transport control buttons through menus~
* ~Change sizes of menu fonts through menus~ (implemented in 1.1.8)
* ~Change sizes of Transport control buttons through menus~ (implemented in 1.1.8)

0 comments on commit ef32346

Please sign in to comment.