Merge pull request #2741 from TracksApp/2.6

Version 2.6
This commit is contained in:
Jyri-Petteri Paloposki 2022-02-21 12:11:20 +02:00 committed by GitHub
commit 4b2c4db457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 2 deletions

View file

@ -1,4 +1,4 @@
tracks_version='2.5.3'
tracks_version='2.6.0'
# comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer
info=`git log --pretty=format:"%ai" -1`

View file

@ -1,15 +1,29 @@
See doc/upgrading.md for the upgrade documentation!
## Version 2.6
## Version 2.6.0
## New features
* Ruby 3.0 is now supported.
* Support obsidian links in notes.
## Removed features
* No longer supporting EOL Ruby 2.5
### Bug fixes
* Fix Docker image functionality in certain cases.
* Lots of dependencies have been upgraded.
* Fixed some error messages in import.
* Fixed import in the Docker image.
## Updated translations
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
* Turkish (thanks Burak Ekseli!)
* Spanish (thanks Francisco Serrador!)
## Version 2.5.2
### New features