Skip to content

Commit 4b2c4db

Browse files
authored
Merge pull request #2741 from TracksApp/2.6
Version 2.6
2 parents 1404e80 + 4c429b7 commit 4b2c4db

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

config/initializers/tracks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tracks_version='2.5.3'
1+
tracks_version='2.6.0'
22
# comment out next two lines if you do not want (or can not) the date of the
33
# last git commit in the footer
44
info=`git log --pretty=format:"%ai" -1`

doc/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
See doc/upgrading.md for the upgrade documentation!
22

3-
## Version 2.6
3+
## Version 2.6.0
44

55
## New features
66

77
* Ruby 3.0 is now supported.
8+
* Support obsidian links in notes.
89

910
## Removed features
1011

1112
* No longer supporting EOL Ruby 2.5
1213

14+
### Bug fixes
15+
16+
* Fix Docker image functionality in certain cases.
17+
* Lots of dependencies have been upgraded.
18+
* Fixed some error messages in import.
19+
* Fixed import in the Docker image.
20+
21+
## Updated translations
22+
23+
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
24+
* Turkish (thanks Burak Ekseli!)
25+
* Spanish (thanks Francisco Serrador!)
26+
1327
## Version 2.5.2
1428

1529
### New features

0 commit comments

Comments
 (0)