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
d7912ff1
Commit
d7912ff1
authored
Dec 24, 2020
by
Graeme Gott
Browse files
Bump version number.
parent
4829f2c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d7912ff1
...
...
@@ -4,9 +4,9 @@ project(whiskermenu)
# version number
set
(
whiskermenu_version_major
"2"
)
set
(
whiskermenu_version_minor
"
4
"
)
set
(
whiskermenu_version_minor
"
5
"
)
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 @
d7912ff1
2.5.0
=====
- Add option to show all applications by default. (Issue #4)
- Rearrange sidebar buttons to match default category. (Issue #9)
- Show panel button title as tooltip in icon-only mode. (Issue #12)
- Always sort top-level categories.
- Vertically center contents of header.
- Use new Xfce action icons.
- Use new desktop ids for default programs.
- Rewrite to hide menu on focus out.
- Refactor code to use new Xfce functions.
- Refactor building translations.
- Translation updates: Bulgarian, Chinese (China), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch, Esperanto, French, Galician,
German, Italian, Korean, Lithuanian, Malay, Polish, Portuguese,
Portuguese (Brazil), Slovak, Spanish, Swedish, Turkish.
2.4.6
=====
- Fix crash during grab check. (Issue #19)
...
...
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