diff --git a/config/initializers/tracks.rb b/config/initializers/tracks.rb index 8816d318b..77d12eac3 100644 --- a/config/initializers/tracks.rb +++ b/config/initializers/tracks.rb @@ -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` diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index e62628cd3..e051dee1a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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!)