File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1- TRACKS_VERSION = '2.6.0 '
1+ TRACKS_VERSION = '2.6.1 '
22TRACKS_REVISION_WITH_DATE = `git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
33TRACKS_REVISION = `git log --pretty=format:"%h" -1`
Original file line number Diff line number Diff line change 11See 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!)
You can’t perform that action at this time.
0 commit comments