Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mikhailnov
xfce4-whiskermenu-plugin
Commits
b8f75c39
Commit
b8f75c39
authored
Sep 19, 2021
by
Graeme Gott
Browse files
Bump version number
parent
34120b2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b8f75c39
...
...
@@ -4,9 +4,9 @@ project(whiskermenu)
# version number
set
(
whiskermenu_version_major
"2"
)
set
(
whiskermenu_version_minor
"
5
"
)
set
(
whiskermenu_version_minor
"
6
"
)
set
(
whiskermenu_version_micro
"0"
)
set
(
whiskermenu_version_tag
"
git
"
)
set
(
whiskermenu_version_tag
""
)
set
(
whiskermenu_version
"
${
whiskermenu_version_major
}
.
${
whiskermenu_version_minor
}
.
${
whiskermenu_version_micro
}
"
)
if
(
${
whiskermenu_version_tag
}
MATCHES
"git"
)
if
(
NOT DEFINED whiskermenu_version_build
)
...
...
NEWS
View file @
b8f75c39
2.6.0
=====
- Fix unable to resize with metacity. (Issue #56)
- Fix invalid desktop files when hiding applications. (Issue #53)
- Fix not showing focused launcher when searching. (Issue #45)
- Add option to disable sorting categories. (Issue #42)
- Translation updates: Arabic, Basque, Bulgarian, Catalan, Chinese (China),
Chinese (Taiwan), Czech, Danish, Dutch, Esperanto, Finnish, French,
Galician, Georgian, German, Hungarian, Interlingue, Italian, Lithuanian,
Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Thai,
Turkish, Ukrainian.
2.5.3
=====
- Fix invalid command expansion with Xfce 4.14 (Issue #39)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment