Skip to content

Commit ec11643

Browse files
committed
chore: v2.1.0 release preparations
1 parent 412215e commit ec11643

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)

0 commit comments

Comments
 (0)