From 3ba5192b1bd0607998bdaf9259d795fb14530384 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 27 Jan 2026 18:17:33 +0100 Subject: [PATCH] chore: v1.0.0 release preparations --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f3411a0..46b5ee2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7ed6c33e7..9724b2d84 100644 --- a/README.md +++ b/README.md @@ -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)