Version 2.6

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-21 11:51:37 +02:00
parent 1404e8053d
commit 4c429b7a83
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