Version 2.6.1

This commit is contained in:
Jyri-Petteri Paloposki 2022-08-14 11:41:14 +03:00
parent fcb178fd66
commit f599cafff8
2 changed files with 24 additions and 4 deletions

View file

@ -1,3 +1,3 @@
TRACKS_VERSION='2.6.0'
TRACKS_VERSION='2.6.1'
TRACKS_REVISION_WITH_DATE=`git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
TRACKS_REVISION=`git log --pretty=format:"%h" -1`

View file

@ -1,13 +1,33 @@
See doc/upgrading.md for the upgrade documentation!
## Version 2.6.1
### Deprecations
* This will be the last release to support Ruby 2.6, which is already end-of-life.
### Bug fixes
* Lots of dependencies have been updated (including security updates).
* Fixed some documentation.
* Updated and added missing Datepicker localisations which caused some locales to fail.
* Added PostgreSQL documentation (thanks Sean Pappalardo!)
* URL options can be specified to make autocompletion work behind a proxy (thanks Michal Koutný!)
### Updated translations
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
* Spanish (thanks Francisco Serrador!)
* Norwegian Bokmål (thanks Allan Nordhøy!)
## Version 2.6.0
## New features
### New features
* Ruby 3.0 is now supported.
* Support obsidian links in notes.
## Removed features
### Removed features
* No longer supporting EOL Ruby 2.5
@ -19,7 +39,7 @@ See doc/upgrading.md for the upgrade documentation!
* Fixed import in the Docker image.
* Footer shows the Git version hash and date in the Docker image
## Updated translations
### Updated translations
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
* Turkish (thanks Burak Ekseli!)