Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit ce0b1d6

Browse files
committed
Release v1.5
* 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!
1 parent 45265d5 commit ce0b1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QuickLaunch.rdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource app_flags B_SINGLE_LAUNCH;
44

55
resource app_version {
66
major = 1,
7-
middle = 4,
7+
middle = 5,
88
minor = 0,
99

1010
/* 0 = development 1 = alpha 2 = beta
@@ -14,7 +14,7 @@ resource app_version {
1414
internal = 0,
1515

1616
short_info = "Application launcher",
17-
long_info = "Find and start any application with a query."
17+
long_info = "Find and start any installed application."
1818
};
1919

2020
resource vector_icon {

0 commit comments

Comments
 (0)