Skip to content

Commit

Permalink
Release v1.5
Browse files Browse the repository at this point in the history
* Moved the QuickLaunch binary directly into /system/apps. An alert will
  prompt the user to adjust their Shortcuts perferences.
* Moved documentation into /system/documentation hierarchy.
* Added "Open Shortcuts preferences" button to Setup window as convenience.
* Improved color management, esp. for dark themes.
* Update translations, thanks all translators!
* Added Australian English translation
* Added Norwegian translation, thanks Johan Wagenheim!
* Added Latin American Spanish translation, thanks cafeina, victroniko, OscarL!
  • Loading branch information
humdingerb committed Sep 11, 2024
1 parent 45265d5 commit ce0b1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/QuickLaunch.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 1,
middle = 4,
middle = 5,
minor = 0,

/* 0 = development 1 = alpha 2 = beta
Expand All @@ -14,7 +14,7 @@ resource app_version {
internal = 0,

short_info = "Application launcher",
long_info = "Find and start any application with a query."
long_info = "Find and start any installed application."
};

resource vector_icon {
Expand Down

0 comments on commit ce0b1d6

Please sign in to comment.