Skip to content

Commit

Permalink
chore: version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g-fb committed Feb 8, 2022
1 parent 0605a77 commit ca8cd37
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

cmake_minimum_required(VERSION 3.10)
project(mangareader VERSION 1.6.0 LANGUAGES CXX)
project(mangareader VERSION 1.7.0 LANGUAGES CXX)

find_package(ECM 5.66 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down
14 changes: 14 additions & 0 deletions data/com.georgefb.mangareader.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
<p>Configurable keyboard shortcuts.</p>
</description>
<releases>
<release version="1.7.0" date="2022-02-08">
<description>
<p>Features:</p>
<ul>
<li>Added buttons in the main view to set library folder and to open manga, when no manga is loaded</li>
<li>Added KHamburgerMenu, hiding the menubar will add a hamburger menu to the toolbar</li>
<li>Added more actions to menubar and remove unnecessary actions</li>
<li>Added setting to set the path of unrar, if it's not found in the standard locations</li>
<li>Breeze style is used on Windows</li>
<li>Manga library selection button is hidden when there's only one library</li>
<li>Moved manga library selection to the tree dock widget</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2021-12-14">
<description>
<p>Add option to change the color scheme. Can be accessed from the menubar, under Settings.</p>
Expand Down

0 comments on commit ca8cd37

Please sign in to comment.