Skip to content

Commit a093d6b

Browse files
committed
Version 2.5.0
1 parent daf1917 commit a093d6b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
cmake_minimum_required(VERSION 3.30)
8-
project(mangareader VERSION 2.4.0 LANGUAGES CXX)
8+
project(mangareader VERSION 2.5.0 LANGUAGES CXX)
99

1010
set(QT_MIN_VERSION 6.10.0)
1111
set(KF6_MIN_VERSION 6.20.0)

data/com.georgefb.mangareader.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
<p>Configurable keyboard shortcuts.</p>
2828
</description>
2929
<releases>
30+
<release version="2.5.0" date="2026-05-16">
31+
<description>
32+
<p>Features</p>
33+
<ul>
34+
<li>Remove button from "go to page" widget</li>
35+
<li>Changed hamburger menu, now most actions are available directly in it rather than in submenus</li>
36+
</ul>
37+
</description>
38+
</release>
3039
<release version="2.4.0" date="2026-04-09">
3140
<description>
3241
<p>Features</p>

0 commit comments

Comments
 (0)