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

Proposed v2.5.2 release #5188

Merged
merged 29 commits into from
Oct 11, 2024
Merged

Commits on Oct 10, 2024

  1. Fixes an issue where adjusting the tree and then making it visible wo…

    …uld hide elements until one was selected.
    williambrode authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    80a7e87 View commit details
    Browse the repository at this point in the history
  2. use float comparison within delta

    dweymouth authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7c74996 View commit details
    Browse the repository at this point in the history
  3. Correctly shape input before truncating

    Partial fix for fyne-io#4998
    andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e9ec61c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa23de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b70dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c2de55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2536d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14ec458 View commit details
    Browse the repository at this point in the history
  9. missed web file

    andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6a958c2 View commit details
    Browse the repository at this point in the history
  10. Improving border docs

    andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    329e884 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19d9c1e View commit details
    Browse the repository at this point in the history
  12. widget.Entry: validate when pasting from clipboard

    pierre authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    be4d8e5 View commit details
    Browse the repository at this point in the history
  13. cache: use one lock/unclock cycle to remove expired items.

    pierre authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bf9f9c3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c076fca View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Swedish)

    Currently translated at 100.0% (39 of 39 strings)
    
    Translation: Fyne/Fyne
    Translate-URL: https://hosted.weblate.org/projects/fyne/fyne/sv/
    prifre authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    20b07d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00390a8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db5e9dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e2e1d7 View commit details
    Browse the repository at this point in the history
  19. Modernise CI infrastructure with Go 1.22

    This mainly does two things:
    - Uses Go 1.22 instead of 1.21 as the highest version (I don't have 1.23
      on Fedora 40 yet so did not want to bump to latest just yet).
    - We now always pull the latest setup-go-faster action in v1 without
      having to manually change version.
    Jacalz authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1b25c1f View commit details
    Browse the repository at this point in the history
  20. Update CI and code to use Staticcheck v0.5.1

    This fixes a few code errors that slipped through review (thankfully now
    handled by Staticcheck for us) and makes sure we are using the latest
    version.
    Jacalz authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e17d488 View commit details
    Browse the repository at this point in the history
  21. Add a missing import

    Haven't quite gotten used to Nvim yet ;)
    Jacalz authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    55deef8 View commit details
    Browse the repository at this point in the history
  22. Bump Go version in CI to 1.23

    This should be safer than ever given that some new features are
    dependent on the version in go.mod.
    Jacalz authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9f4d4eb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4954b75 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e15392c View commit details
    Browse the repository at this point in the history
  25. Fixes fyne-io#4758, set the correct parameter memory and size for Dwm…

    …SetWindowAttribute and DWMWA_USE_IMMERSIVE_DARK_MODE on windows.
    steampoweredtaco authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8585225 View commit details
    Browse the repository at this point in the history
  26. Fixes lint issues

    steampoweredtaco authored and andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bd39066 View commit details
    Browse the repository at this point in the history
  27. Missed changelog

    andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d85a96d View commit details
    Browse the repository at this point in the history
  28. Fix a logic error in test when picking which item to tap

    It was finding the child before changing to the desired directory!
    andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bb4cc42 View commit details
    Browse the repository at this point in the history
  29. Fix grammar

    andydotxyz committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    572a799 View commit details
    Browse the repository at this point in the history