Skip to content

Commit 612242b

Browse files
committed
Release 1.9.2
1 parent 88c9bc2 commit 612242b

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3+
## [1.9.2](https://github.com/JMoerman/Go-For-It/tree/1.9.2) (2020-03-08)
4+
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.9.1...1.9.2)
5+
6+
**Implemented enhancements:**
7+
8+
- Added a keyboard shortcut (Ctrl + Q) to close the application.
9+
10+
**Fixed bugs:**
11+
12+
- _Go For It!_ would give an error when trying to save a todo.txt list on an SMB share. _Go For It!_ still won't let you pick such a file as it cannot mount SMB shares itself.
13+
314
## [1.9.1](https://github.com/JMoerman/Go-For-It/tree/1.9.1) (2020-02-22)
15+
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/1.9.0...1.9.1)
416

517
**Implemented enhancements:**
618

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set (APP_NAME "Go For It!")
2222
set (RELEASE_NAME "A stylish to-do list with built-in productivity timer")
2323
set (MAJOR_VERSION "1")
2424
set (MINOR_VERSION "9")
25-
set (MICRO_VERSION "1")
25+
set (MICRO_VERSION "2")
2626
set (VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}")
2727
set (VERSION_INFO "Release")
2828
set (ICON_NAME ${APP_ID})

data/go-for-it.appdata.xml.in.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ To-do lists are stored in the Todo.txt format. This simplifies synchronization w
3232
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
3333
</custom>
3434
<releases>
35+
<release version="1.9.2" date="2021-03-08">
36+
<description>
37+
<p>Improvements:</p>
38+
<ul>
39+
<li>Added a keyboard shortcut (Ctrl + Q) to close the application.</li>
40+
</ul>
41+
<p>Bugfixes:</p>
42+
<ul>
43+
<li>Go For It! would give an error when trying to save a todo.txt list on an SMB share. Go For It! still won't let you pick such a file as it cannot mount SMB shares itself.</li>
44+
</ul>
45+
</description>
46+
</release>
3547
<release version="1.9.1" date="2021-02-22">
3648
<description>
3749
<p>Improvements:</p>

0 commit comments

Comments
 (0)