diff --git a/.drone.yml b/.drone.yml index 37b61b68c..60b6ddc67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1350,6 +1350,6 @@ steps: - failure --- kind: signature -hmac: 7fc1cb2b0cfdc84d7eda25ce75dd56446fc01060c03af89c91043f095e92a2b3 +hmac: a06d088bd62507aeb2be9cd4bfcd313bdc6fe0629b82816bef81770f8a34a3ef ... diff --git a/CHANGELOG.md b/CHANGELOG.md index debcfdb8c..8a50a26d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All releases can be found on https://code.vikunja.io/vikunja/releases. +## [0.24.5] - 2024-11-21 + +### Bug Fixes + +* *(attachments)* Check permissions when accessing all attachments +* *(saved filters)* Check permissions when accessing tasks of a filter +* Pin xgo to 1.22.x ([87b2aac](87b2aaccb8cdcbe1ecb6092951a0bfe224ad7006)) +* Upgrade xgo ([19b63c8](19b63c86c51f67614b867c75a58cda1774685edd)) +* Upgrade xgo docker image everywhere ([04b40f8](04b40f8a7dcd01a86ddb8b27596073d1e50f9e97)) +* *(ci)* Do not build linux 368 docker images +* Disable 368 releases ([73db10f](73db10fb02268e07d29842493df55f4d645ac503)) + - **BREAKING**: disable 368 releases + +### Miscellaneous Tasks + +* Sign drone config ([17c4878](17c487875b5771c0971ee8bf030807171de2dddc)) +* Go mod tidy ([9639025](96390257e0911089ae33a9565e8be7fa954c772c)) + ## [0.24.4] - 2024-09-29 ### Bug Fixes diff --git a/README.md b/README.md index 3d4106e69..a7f67e0c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/vikunjaa/status.svg)](https://drone.kolaente.de/vikunja/vikunja) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE) -[![Install](https://img.shields.io/badge/download-v0.24.4,brightgreen.svg)](https://vikunja.io/docs/installing) +[![Install](https://img.shields.io/badge/download-v0.24.5,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)