Skip to content

Commit

Permalink
Changed "Qt5" to "Qt" in the meta-info file
Browse files Browse the repository at this point in the history
Also, set the minimum required version of cmake to 3.5.0 to silence a new warning.
  • Loading branch information
tsujan committed Aug 15, 2023
1 parent cb27e55 commit bacdc96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.5.0)
project(feathernotes)
set(CMAKE_BUILD_TYPE Release)
add_definitions(-Wall)
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ V1.1.1
* Protect the file type filters of file dialogs from bad translations.
* Don't insert garbage when an image can't be loaded.
* Start searching in node names when Slash is pressed inside the side-pane.
* Changed "Qt5" to "Qt" in the meta-info file (the Qt5 support cannot last indefinitely).

V1.1.0
---------
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Latest version:

5 Jun 2023, V1.1.1
15 Aug 2023, V1.1.1

See "ChangeLog" for changes.
2 changes: 1 addition & 1 deletion feathernotes/data/feathernotes.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<description>
<p>FeatherNotes is a lightweight Qt5 hierarchical notes-manager for Linux. It is independent of any desktop environment and has:</p>
<p>FeatherNotes is a lightweight Qt hierarchical notes-manager for Linux. It is independent of any desktop environment and has:</p>
<ul>
<li>Support for rich text formatting, image embedding and inserting editable tables</li>
<li>Drag-and-drop capability for moving nodes and also for embedding images</li>
Expand Down

0 comments on commit bacdc96

Please sign in to comment.