Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Oct 28, 2017
1 parent f78f068 commit 998f402
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [1.6.2](https://github.com/JMoerman/Go-For-It/tree/1.6.2) (2017-10-28)
[Full Changelog](https://github.com/JMoerman/Go-For-It/compare/release_v1.6.1...1.6.2)

**Implemented enhancements:**

- Reverse Domain Name Notation is now used for filenames (application data, executables).
- An appstream appdata.xml metadata file has been added.
- The following translations are updated: Lithuanian.

**Fixed bugs:**

- Parsed command line strings would not get freed.
- Changing the path to the stored todo.txt files would lead to a crash when a task is marked as done.

**Merged pull requests:**

- Add appdata file [\#123](https://github.com/mank319/Go-For-It/pull/123) ([AsavarTzeth](https://github.com/AsavarTzeth))
- Add flatpak instructions and fix archlinux [\#124](https://github.com/mank319/Go-For-It/pull/124) ([AsavarTzeth](https://github.com/AsavarTzeth))

## [1.6.1](https://github.com/mank319/Go-For-It/tree/release_v1.6.1) (2017-10-15)
[Full Changelog](https://github.com/mank319/Go-For-It/compare/release_v1.6...release_v1.6.1)

Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
com.github.jmoerman.go-for-it (1.6.2) xenial; urgency=medium

* Reverse Domain Name Notation is now used for filenames (application data,
executables).
* An appstream appdata.xml metadata file has been added.
* The following translations are updated: Lithuanian.
* Fixed: Parsed command line strings would not get freed.
* Fixed: Changing the path to the stored todo.txt files would lead to a crash
when a task is marked as done.

-- Jonathan Moerman <jonathanmoerman@gmal.com> Sat, 28 Oct 2017 15:36:00 +0200

com.github.jmoerman.go-for-it (1.6.1) xenial; urgency=low

* Updates translations for Dutch, Brazillian Portuguese, German, Czech.
Expand Down

0 comments on commit 998f402

Please sign in to comment.