mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
commit
0a315c10e3
2 changed files with 24 additions and 4 deletions
|
@ -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`
|
||||
|
|
|
@ -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!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue