Vikunja - Package Updates
-
[1.6.12]
- Update vikunja to 0.24.6
- Full Changelog
- (export) Update only current user export file id
-
[1.17.0]
- Update base image to 5.0.0
-
[1.17.1]
- Don't disable openid on restart based on self managed users
-
[1.17.2]
- change website in manifest
-
[1.17.3]
- Set default folder to aid the cli
-
[1.18.0]
- Update vikunja to 1.0.0
- Full Changelog
- (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)
- Add required checkbox to confirm issue search before submission (d61caab)
- Add vikunja doctor command for diagnostic checks (#2165) (3aa1e90)
-
[1.19.0]
- Update vikunja to 1.1.0
- Full Changelog
- (auth) Remove unnecessary fields from JWT token payloads
- (backgrounds) Enforce max file size for unsplash downloads
- (backgrounds) Avoid integer overflow in max size calculation
- (backgrounds) Stream unsplash download to temp file instead of memory
- (build) Add osusergo tag to prevent SIGFPE crash under systemd
- (build) Normalize comma-separated TAGS to prevent build failure
- (dump) Stream files during restore to avoid memory pressure
- (dump) Limit copy size to prevent decompression bombs
- (files) Require io.ReadSeeker for S3 uploads, remove temp file fallback
- (files) Update all callers to provide seekable readers for S3 uploads