Skip to content

Version 48 #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 6, 2023
Merged

Version 48 #223

merged 12 commits into from
Nov 6, 2023

Conversation

neffo
Copy link
Owner

@neffo neffo commented Nov 1, 2023

Changes in this release:

  • move functions from global scope
  • remove unused imports
  • remove unused files
  • remove legacy pre-GNOME45 code
  • use console.log
  • remove selective disable
  • replace lookupByUUID
  • Fix incorrectly setting a shuffle timer when clicking random image (the dice)
  • Clicking on thumbnail opens that image in an image viewer (restore original behavior)
  • Download highest quality images from Bing
  • Improvements to shuffle mode (ignore certain images, only UHD or only favorites modes)
  • Fix shuffle mode strange behavior
  • Shuffle can now be set on the hour, daily or weekly

@@ -49,7 +48,7 @@ export var marketName = [
'українська (Україна)', '中文(中国)', '中文(中國香港特別行政區)', '中文(台灣)'
];

export var backgroundStyle = ['none', 'wallpaper', 'centered', 'scaled', 'stretched', 'zoom', 'spanned'];
export var backgroundStyle = ['none', 'wallpaper', 'centered', 'scaled', 'stretched', 'zoom', 'spanned']; // this may change in the future

export var randomIntervals = [ {value: 'hourly', title: ('on the hour')},
Copy link
Owner Author

@neffo neffo Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #206

{signal: 'changed::random-mode-enabled', call: this._randomModeChanged},
{signal: 'changed::random-mode-include-only-favourites', call: this._randomModeChanged},
{signal: 'changed::random-mode-include-only-unhidden', call: this._randomModeChanged},
{signal: 'changed::random-mode-include-only-uhd', call: this._randomModeChanged},
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

workaround #202 - select only UHD images when we shuffle

@neffo neffo merged commit bc29810 into master Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work on Gnome 45 [BUG] Port extension to GNOME 45
2 participants