Skip to content

Commit

Permalink
Version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeiP committed Aug 14, 2022
1 parent fcb178f commit f599caf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/initializers/tracks.rb
Original file line number Diff line number Diff line change
@@ -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`
26 changes: 23 additions & 3 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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!)
Expand Down

0 comments on commit f599caf

Please sign in to comment.