Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Nov 9, 2023
1 parent 1f83dd9 commit b21243d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.16)

project(whiskermenu VERSION 2.8.0)
project(whiskermenu VERSION 2.8.1)

# options
string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_TOLOWER)
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.8.1
=====
- Fix missing commandline option in man page. (Issue #119)
- Fix incorrect category icons by disabling fallbacks. (Issue #116)
- Remember order of recently used when searching.
- Translation updates: Basque, Danish, German, Greek, Hungarian, Swedish, Ukrainian.

2.8.0
=====
- Fix menu toggling in Wayland.
Expand Down

0 comments on commit b21243d

Please sign in to comment.