Skip to content

Releases: MX-Linux/custom-toolbox

Release 26.05.2

05 May 13:22
e64c7ae

Choose a tag to compare

Automated release created for tag 26.05.2

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Fix INI-format .list files not being recognized correctly
  • Fix launcher Name, Comment, and icon theme being ignored in INI-format files
  • Use ; for comments in INI-format .list files (the example file and help text now show the correct character)
  • Update help text to match how INI files are actually detected

Release 26.05.1

05 May 13:17
c8b86dc

Choose a tag to compare

Automated release created for tag 26.05.1

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • INI detection — switched to ini_settings.contains("Categories/list") (the [General] test was a no-op since QSettings folds [General] into root scope).
  • parse_ini reads from wrong scope — Name/Comment/IconTheme now read at root, not under a General group.
  • Reopening the file — parse_ini now takes QSettings &; read_file() constructs one instance and reuses it for both detection and parsing. Signature in launcherparser.h updated.
  • Comment marker — example-ini.list and help/help.html now use ; (QSettings INI format does not strip #-prefixed lines). Help text also corrected from "detects on [General]" to "detects on [Categories]".

Release 26.05

05 May 05:57
b6c5e52

Choose a tag to compare

Automated release created for tag 26.05

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Add support for INI format in .list files with automatic detection
  • Fix GUI resizing unexpectedly during file reloads
  • Find applications more reliably, including those installed in non-standard locations
  • Honor the terminal flag in .list files so terminal apps open in a terminal again
  • Fix column layout not adjusting correctly when resizing the window
  • Keep current launcher contents visible if a .list file fails to reload
  • Restore window size and position correctly between sessions
  • Hide the startup checkbox when no autostart entry is applicable
  • Fix autostart entries containing special characters in names or commands

Release 26.03

18 Mar 17:39
26a20e9

Choose a tag to compare

Automated release created for tag 26.03

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Show Help/License in app

Release 26.02

21 Feb 21:07
578b357

Choose a tag to compare

Automated release created for tag 26.02

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Preserve default editor command flags when launching Edit
  • Improve default editor detection for terminal and self-elevating editors
  • Preserve the original HOME when opening docs from root sessions
  • Fix About -> Changelog so compressed changelog text displays correctly
  • Keep at least one button column in very narrow windows
  • Clear cached desktop entry lookups when reloading a .list file
  • Show clearer errors when commands fail to start
  • Apply the configured icon theme after loading each .list file
  • Fix FlatButton hover styling

Release 26.01

06 Jan 16:38
d5814d8

Choose a tag to compare

Automated release created for tag 26.01

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Don't freeze or hide interface (unless requested) when running programs that require elevation
  • Show empty results on search miss
  • Ensure autostart dir exists

Release 25.11

04 Nov 20:15
bc8e930

Choose a tag to compare

Automated release created for tag 25.11

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Adjust the root-home detection in displayDoc() to compare the canonical path against /root, so the original HOME is restored when the app was launched as root.
  • Clear icon_theme at the top of MainWindow::readFile() so theme settings don’t persist after removing the Theme= line in a .list
  • Add an early guard to bail out when a button’s command string is empty so we don’t crash on QProcess::splitCommand
  • Add file watcher to update UI when the .list file is changed
  • Fix various issues from codebase review

Release 25.08.4

21 Aug 12:44
a28e34f

Choose a tag to compare

Automated release created for tag 25.08.4

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Fix Edit button: run edit command in a shell to process env variables

Release 25.08.3

21 Aug 01:50
0b342a9

Choose a tag to compare

Automated release created for tag 25.08.3

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Quit app completely when pressing exit

Release 25.08.2

17 Aug 23:14
5c937f1

Choose a tag to compare

Automated release created for tag 25.08.2

  • Direct download link: build service
  • In repos: latest packaged version

Changelog

  • Minor optimizations
  • Update translations