Skip to content
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

Version 3.0.2 #203

Merged
merged 14 commits into from
May 9, 2024
Merged

Version 3.0.2 #203

merged 14 commits into from
May 9, 2024

Commits on Mar 26, 2024

  1. Remove description of legacy limitation

    Lucki authored and ifl0w committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d15f89a View commit details
    Browse the repository at this point in the history
  2. Update shell-version support to include 46

    Lucki authored and ifl0w committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f913779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9822834 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    422af64 View commit details
    Browse the repository at this point in the history
  2. Configurable zoom mode setting

    This adds a new helper function 'getZoomModeEnum()' to provide a list of valid zoom mode values from the new 'getEnumFromSettings()' which retrieves all possible enum values from a given gsettings schema.
    Fix #192
    Lucki authored and ifl0w committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    20135f2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    1143d67 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Wolfgang Rumpler <[email protected]>
    Lucki and ifl0w committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1672c77 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Set default zoom mode to 2

    This change is necessary for updating wallpapers to work on clean
    installs. The number 2 now maps to zoom.
    
    Unfortunately, the number has no direct relation to the valid values and
    changing the filter on the available picture-options will cause a
    regression here.
    ifl0w committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9490626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac23028 View commit details
    Browse the repository at this point in the history
  3. Update picture-options when changing zoom-mode

    This is solely done for user feedback when changing the value.
    ifl0w committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6755c63 View commit details
    Browse the repository at this point in the history
  4. Make version backwards compatible with 45

    The recommended "add_child" call doesn't behave exactly the same as
    "add_actor" in 45 and causes the history section to render incorrectly.
    With this commit, the working function is used depending on the major
    version.
    ifl0w committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5bfd150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5260881 View commit details
    Browse the repository at this point in the history
  6. Rename zoomMode and bind it directly to gnome settings

    * Change the name to "Scaling Mode" to be more generic
    * Bind settings UI directly to the gnome shell background and
      screen-saver settings to provide direct feedback when changing the
      value
    * The internal copy of the currently selected mode is kept as string to
      restore the selected value when not using an external wallpaper
      manager with multi-monitor support
    ifl0w committed May 9, 2024
    Configuration menu
    Copy the full SHA
    db1fcf1 View commit details
    Browse the repository at this point in the history
  7. Bump version to v3.0.2

    ifl0w committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ec148f1 View commit details
    Browse the repository at this point in the history