File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,38 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88All releases can be found on https://code.vikunja.io/vikunja/releases .
99
10+ ## [ 2.1.0] - 2026-02-27
11+
12+ ### Bug Fixes
13+
14+ * * (auth)* Remove password reset token after use
15+ * * (auth)* Correctly delete older password reset tokens in cron
16+ * * (editor)* Use overflow-wrap instead of word-break for text wrapping
17+ * * (filter)* Recover from datemath panic on malformed date filter values
18+
19+ ### Dependencies
20+
21+ * * (deps)* Update dependency stylelint to v17.4.0
22+ * * (deps)* Update dependency autoprefixer to v10.4.26
23+ * * (deps)* Update dev-dependencies
24+ * * (deps)* Override transitive rollup 2.x to use direct dependency version
25+ * * (deps)* Upgrade transitive basic-ftp from 5.0.5 to 5.2.0
26+ * * (deps)* Upgrade transitive minimatch from 10.2.1 to 10.2.3+
27+
28+ ### Features
29+
30+ * * (checklist)* Show green progress circle when all checkboxes are done
31+ * * (multiselect)* Add green plus icon and always-visible hint to create option
32+
33+ ### Miscellaneous Tasks
34+
35+ * * (i18n)* Update translations via Crowdin
36+ * Add opensourcefinder verification ([ 1eccb0e] ( 1eccb0edb2e04ca2ba0b86eed3ba2b22510db385 ) )
37+
38+ ### Other
39+
40+ * * (other)* [ skip ci] Updated swagger docs
41+
1042## [ 2.0.0] - 2026-02-25
1143
1244### Bug Fixes
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://github.com/go-vikunja/vikunja/actions/workflows/ci.yml/badge.svg )] ( https://github.com/go-vikunja/vikunja/actions/workflows/ci.yml )
44[ ![ License: AGPL-3.0-or-later] ( https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg )] ( LICENSE )
5- [ ![ Install] ( https://img.shields.io/badge/download-v2.0 .0-brightgreen.svg )] ( https://vikunja.io/docs/installing )
5+ [ ![ Install] ( https://img.shields.io/badge/download-v2.1 .0-brightgreen.svg )] ( https://vikunja.io/docs/installing )
66[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/vikunja/vikunja.svg )] ( https://hub.docker.com/r/vikunja/vikunja/ )
77[ ![ Swagger Docs] ( https://img.shields.io/badge/swagger-docs-brightgreen.svg )] ( https://try.vikunja.io/api/v1/docs )
88[ ![ Go Report Card] ( https://goreportcard.com/badge/kolaente.dev/vikunja/vikunja )] ( https://goreportcard.com/report/kolaente.dev/vikunja/vikunja )
You can’t perform that action at this time.
0 commit comments