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
e42c9e96
Commit
e42c9e96
authored
Jan 18, 2020
by
Graeme Gott
Browse files
Bump version number.
parent
5b631f39
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e42c9e96
...
...
@@ -5,7 +5,7 @@ project(whiskermenu)
# version number
set
(
whiskermenu_version_major
"2"
)
set
(
whiskermenu_version_minor
"3"
)
set
(
whiskermenu_version_micro
"
4
"
)
set
(
whiskermenu_version_micro
"
5
"
)
set
(
whiskermenu_version_tag
""
)
set
(
whiskermenu_version
"
${
whiskermenu_version_major
}
.
${
whiskermenu_version_minor
}
.
${
whiskermenu_version_micro
}
"
)
if
(
${
whiskermenu_version_tag
}
MATCHES
"git"
)
...
...
NEWS
View file @
e42c9e96
2.3.5
=====
- Fix saving unchanged plugin title. (bug #15403)
- Fix sidebar scrollbar covering buttons. (bug #14730)
- Fix categories remaining scrolled when hidden.
- Fix incorrect alignment of commands next to search.
- Fix incorrect fallback value for menu opacity.
- Fix incorrect check when setting command.
- Update documentation URL. (bug #16183)
2.3.4
=====
- Fix building against xfce4-panel 4.15.0
...
...
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