Skip to content

Releases: stuarthayhurst/alphabetical-grid-extension

Release v22.0

07 Apr 16:58
Compare
Choose a tag to compare

New Changes:

  • Fixed folders not being updated when contents change

Release v21.0

06 Apr 13:59
Compare
Choose a tag to compare

New Changes:

  • Reimplement UI using pages
  • Added a new 'About' page, with support for GNOME 42
  • Added a new 'Credits' page, for extension developers and translators
  • Replaced preferences title with page switcher
  • Replaced extension icon with an svg
  • Miscellaneous settings menu design improvements
  • Updated README and showcase screenshots
  • General code fixes (Primarily target GNOME 40+, styling, code quality improvements)
  • Build system improvements (Output, structure)

Release v20.0

12 Mar 11:21
Compare
Choose a tag to compare

New Changes:

  • Russian translation fixes #53, #54
  • GNOME 42 support (no changes required)

Release v19.0

18 Feb 22:30
Compare
Choose a tag to compare

New Changes:

  • Added Russian translation - Nikolay #52
  • Stop translating log messages, as they're for debugging

Release v18.0

29 Jan 10:36
Compare
Choose a tag to compare

New Changes:

Release v17.0

18 Jan 09:50
Compare
Choose a tag to compare

New Changes:

  • Updated donation link
  • Updated copyright year
  • Silenced build system icon output

Release v16.0

22 Nov 15:58
Compare
Choose a tag to compare

New Changes:

  • README and changelog fixes
  • Minor Makefile improvement (Fixed -o7 quotes ending before content starts)
  • Removed "Show favourite apps on the app grid" option, as it's out of the project's scope
    • Use this extension instead

Release v15.0

09 Oct 19:46
Compare
Choose a tag to compare

New Changes:

  • Hotfix: Actually disconnect from GLib timeouts

Release v14.0

09 Oct 12:26
Compare
Choose a tag to compare

New Changes:

  • Fixed app grid not being reordered if the same pair of apps were swapped twice
  • Fixed favourite apps not starting in the correct place
  • Fixed initial reorder sometimes being incorrect #43
  • Updated pull request template
  • Build system improvements #39, #40
  • README improvements

Release v13.0

21 Sep 14:31
Compare
Choose a tag to compare

New Changes:

  • Added icon compressor (make compress) and optimised svg icon (make prune)
  • Added French translation (#33, #34) - Philipp Kiemle + A couple others
  • Added build system checks to GitHub CI Pipeline
  • Added comments for translators and tweaked translation strings (#36)
  • Added bug report, feature request and pull request templates
  • Added more documentation on build system targets and debugging (#38)
  • Added code of conduct and contributing guidelines
  • Fixed extension icon not showing up on some distros
  • Use Gio.Settings to create GSettings objects
  • Removed unused imports