chore: v1.0.0 release preparations

This commit is contained in:
kolaente 2026-01-27 18:17:33 +01:00
parent e5da54e58a
commit 3ba5192b1b
2 changed files with 26 additions and 1 deletions

View File

@ -7,6 +7,31 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All releases can be found on https://code.vikunja.io/vikunja/releases.
## [1.0.0] - 2026-01-27
### Bug Fixes
* *(editor)* Prevent crash when exiting edit mode in tiptap
* *(files)* Make sure base directory exists when using local file system (#2166)
* *(routes)* Restore SPA routing after Echo v5 upgrade
* Use dark shadows for email template in dark mode (#2155) ([28593e6](28593e6460e66b78c9bed4e401aa51b93bcfb8f9))
### Dependencies
* *(deps)* Update dependency sass-embedded to v1.97.3 (#2150)
* *(deps)* Update module github.com/redis/go-redis/v9 to v9.17.3 (#2153)
* *(deps)* Update dev-dependencies (major) (#1375)
* *(deps)* Update tiptap to v3.17.0
### Features
* Add required checkbox to confirm issue search before submission ([d61caab](d61caab168f8649598f21df438716e9257cefe59))
* Add vikunja doctor command for diagnostic checks (#2165) ([3aa1e90](3aa1e90d7f9b40be78e9b5aa047010d1558f7eb7))
### Miscellaneous Tasks
* Use correct repo and issue url ([72a928d](72a928dcce62699262fdbf6051abfd633633ea60))
## [1.0.0-rc4] - 2026-01-24
### Bug Fixes

View File

@ -2,7 +2,7 @@
[![Build Status](https://github.com/go-vikunja/vikunja/actions/workflows/ci.yml/badge.svg)](https://github.com/go-vikunja/vikunja/actions/workflows/ci.yml)
[![License: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg)](LICENSE)
[![Install](https://img.shields.io/badge/download-v1.0.0rc4-brightgreen.svg)](https://vikunja.io/docs/installing)
[![Install](https://img.shields.io/badge/download-v1.0.0-brightgreen.svg)](https://vikunja.io/docs/installing)
[![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/vikunja.svg)](https://hub.docker.com/r/vikunja/vikunja/)
[![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs)
[![Go Report Card](https://goreportcard.com/badge/kolaente.dev/vikunja/vikunja)](https://goreportcard.com/report/kolaente.dev/vikunja/vikunja)