Version 2.5.2. Some minor dependency updates.

This commit is contained in:
Jyri-Petteri Paloposki 2021-01-05 22:06:24 +02:00
parent bb151b1d36
commit 35d9c26f43
3 changed files with 27 additions and 7 deletions

View file

@ -119,7 +119,7 @@ GEM
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
highline (2.0.3) highline (2.0.3)
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (1.8.5) i18n (1.8.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-tasks (0.9.33) i18n-tasks (0.9.33)
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
@ -159,14 +159,15 @@ GEM
mime-types-data (3.2020.1104) mime-types-data (3.2020.1104)
mimemagic (0.3.5) mimemagic (0.3.5)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.5.0)
minitest (5.14.2) minitest (5.14.2)
minitest-stub-const (0.6) minitest-stub-const (0.6)
mocha (1.12.0) mocha (1.12.0)
mysql2 (0.5.3) mysql2 (0.5.3)
nio4r (2.5.4) nio4r (2.5.4)
nokogiri (1.10.10) nokogiri (1.11.0)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.4) nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4) nokogiri (~> 1.8, >= 1.8.4)
paperclip (6.1.0) paperclip (6.1.0)
@ -181,6 +182,7 @@ GEM
pg (1.2.3) pg (1.2.3)
puma (5.1.1) puma (5.1.1)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3) rack (2.2.3)
rack-mini-profiler (2.3.0) rack-mini-profiler (2.3.0)
rack (>= 1.2.0) rack (>= 1.2.0)
@ -244,9 +246,9 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0) rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0) unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0) rubocop-ast (1.4.0)
parser (>= 2.7.1.5) parser (>= 2.7.1.5)
ruby-progressbar (1.10.1) ruby-progressbar (1.11.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sanitize (5.2.1) sanitize (5.2.1)
crass (~> 1.0.2) crass (~> 1.0.2)

View file

@ -1,4 +1,4 @@
tracks_version='2.5.1' tracks_version='2.5.2'
# comment out next two lines if you do not want (or can not) the date of the # comment out next two lines if you do not want (or can not) the date of the
# last git commit in the footer # last git commit in the footer
info=`git log --pretty=format:"%ai" -1` info=`git log --pretty=format:"%ai" -1`

View file

@ -1,5 +1,23 @@
See doc/upgrading.md for the upgrade documentation! See doc/upgrading.md for the upgrade documentation!
## Version 2.5.2
### New features
* New Finnish locale by the maintainer Jyri-Petteri ”ZeiP” Paloposki.
* Update last login field when validating an existing login.
* Show more users in the user list and allow changing the order criteria.
### Bug fixes
* Fix tag-specific task lists to work in a multi-user environment.
* Fix setting the due date in the calendar view.
* Fix a bug causing 500 errors for users with different locales.
* Lots of dependencies have been upgraded.
* Better CI tests.
* Code style fixes.
* Small style issues.
## Version 2.5.1 ## Version 2.5.1
### Security issue disclosure ### Security issue disclosure