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 '
2
2
TRACKS_REVISION_WITH_DATE = `git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
3
3
TRACKS_REVISION = `git log --pretty=format:"%h" -1`
Original file line number Diff line number Diff line change 1
1
See doc/upgrading.md for the upgrade documentation!
2
2
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
+
3
23
## Version 2.6.0
4
24
5
- ## New features
25
+ ### New features
6
26
7
27
* Ruby 3.0 is now supported.
8
28
* Support obsidian links in notes.
9
29
10
- ## Removed features
30
+ ### Removed features
11
31
12
32
* No longer supporting EOL Ruby 2.5
13
33
@@ -19,7 +39,7 @@ See doc/upgrading.md for the upgrade documentation!
19
39
* Fixed import in the Docker image.
20
40
* Footer shows the Git version hash and date in the Docker image
21
41
22
- ## Updated translations
42
+ ### Updated translations
23
43
24
44
* Finnish (by maintainer Jyri-Petteri ”ZeiP” Paloposki)
25
45
* Turkish (thanks Burak Ekseli!)
You can’t perform that action at this time.
0 commit comments