Skip to content

Commit f599caf

Browse files
committed
Version 2.6.1
1 parent fcb178f commit f599caf

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

config/initializers/tracks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TRACKS_VERSION='2.6.0'
1+
TRACKS_VERSION='2.6.1'
22
TRACKS_REVISION_WITH_DATE=`git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
33
TRACKS_REVISION=`git log --pretty=format:"%h" -1`

doc/CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
11
See doc/upgrading.md for the upgrade documentation!
22

3+
## Version 2.6.1
4+
5+
### Deprecations
6+
7+
* This will be the last release to support Ruby 2.6, which is already end-of-life.
8+
9+
### Bug fixes
10+
11+
* Lots of dependencies have been updated (including security updates).
12+
* Fixed some documentation.
13+
* Updated and added missing Datepicker localisations which caused some locales to fail.
14+
* Added PostgreSQL documentation (thanks Sean Pappalardo!)
15+
* URL options can be specified to make autocompletion work behind a proxy (thanks Michal Koutný!)
16+
17+
### Updated translations
18+
19+
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
20+
* Spanish (thanks Francisco Serrador!)
21+
* Norwegian Bokmål (thanks Allan Nordhøy!)
22+
323
## Version 2.6.0
424

5-
## New features
25+
### New features
626

727
* Ruby 3.0 is now supported.
828
* Support obsidian links in notes.
929

10-
## Removed features
30+
### Removed features
1131

1232
* No longer supporting EOL Ruby 2.5
1333

@@ -19,7 +39,7 @@ See doc/upgrading.md for the upgrade documentation!
1939
* Fixed import in the Docker image.
2040
* Footer shows the Git version hash and date in the Docker image
2141

22-
## Updated translations
42+
### Updated translations
2343

2444
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
2545
* Turkish (thanks Burak Ekseli!)

0 commit comments

Comments
 (0)