• Pre-Release v0.20.3 09ddd5a31a

    [0.20.3] - 2023-03-10

    konrad released this 1 week ago | 28 commits to main since this release

    Downloads
     
  • Pre-Release v0.20.2 6259dd8d42

    [0.20.2] - 2023-01-24

    konrad released this 2 months ago | 0 commits to release/0.20 since this release

    Downloads
     
  • Pre-Release v0.20.0 b10dbce1a1

    [0.20.0] - 2022-10-28

    konrad released this 5 months ago | 201 commits to main since this release

    See changelog

    Downloads
     
  • Pre-Release v0.19.2 8fddbf43ba

    [0.19.2] - 2022-08-17

    konrad released this 7 months ago | 297 commits to main since this release

    See changelog

    Downloads
     
  • Pre-Release v0.19.1 d709db4e18

    [0.19.1] - 2022-08-17

    konrad released this 7 months ago | 300 commits to main since this release

    See changelog

    Downloads
     
  • Pre-Release v0.19.0 2a569488d7

    [0.19.0] - 2022-08-03

    konrad released this 8 months ago | 324 commits to main since this release

    See changelog

    Downloads
     
  • Pre-Release v0.18.1 bf00ea4939

    [0.18.1] - 2021-09-08

    konrad released this 2 years ago | 648 commits to main since this release

    Fixed

    • Docs: Add another third-party tutorial link
    • Don't try to export items which do not have a parent
    • fix(deps): update golang.org/x/sys commit hash to 6f6e228 (#970)
    • fix(deps): update golang.org/x/sys commit hash to c212e73 (#971)
    • Fix exporting tasks from archived lists
    • Fix lint
    • Fix tasks not exported
    • Fix tmp export file created in the wrong path
    Downloads
     
  • Pre-Release v0.18.0 24bb7e98fa

    [0.18.0] - 2021-09-05

    konrad released this 2 years ago | 657 commits to main since this release

    Added

    • Add default list setting (#875)
    • Add menu link to Vikunja Cloud in docs
    • Add more logging and better error messages for openid authentication + clarify docs
    • Add more logging for test data api endpoint
    • Add searching for tasks by index
    • Add setting for first day of the week
    • Add support of Unix socket (#912)
    • Add truncate parameter to test fixtures setup
    • Notify the user after three failed login attempts
    • Reorder tasks, lists and kanban buckets (#923)
    • Send a notification on failed TOTP
    • Task mentions (#926)
    • Try to get more information about the user when authenticating with openid
    • User account deletion (#937)
    • User Data Export and import (#967)

    Changed

    • Allow running migration 20210711173657 multiple times to fix issues when it didn't completely run through previously
    • Better logging for errors while importing a bunch of tasks
    • Change task title to TEXT instead of varchar(250) to allow for longer task titles
    • Disable the user account after 10 failed password attempts
    • Docs: Add a note about default password
    • Docs: Add another youtube tutorial
    • Docs: Add ios to the list of not working caldav clients
    • Docs: Add k8s-at-home Helm Chart for Vikunja
    • Docs: Add other installation resources
    • Docs: Add translation docs
    • Docs: Fix rewrite rules in apache example configs
    • Docs: Translation now happening at crowdin
    • Docs: Update translation guidelines
    • Don't fail when removing the last bucket in migration from other services
    • Don't notify the user who created the team
    • Don't use the mariadb root user in docker-compose examples
    • Ensure case insensitive search on postgres (#927)
    • Increase test timeout
    • Only filter out failing openid providers if multiple are configured and one of them failed
    • Only send an email about failed totp after three failed attempts
    • Rearrange setting frontend url in config
    • Refactor user email confirmation + password reset handling (#919)
    • Rename and sign drone config
    • Replace jwt-go with github.com/golang-jwt/jwt
    • Reset failed totp attempts when logging in successfully
    • Save user tokens as text and not varchar
    • Save user tokens as varchar(450) and not text to fix mysql indexing issues
    • Set todoist migration redirect url to the frontend url by default
    • Show config full paths and env variables with config options
    • Switch the :latest docker image tag to contain the latest release instead of the latest unstable
    • Tune test db server settings to speed up tests (#939)

    Fixed

    • Fix authentication callback
    • Fix duplicating empty lists
    • Fix error handling when deleting an attachment file
    • Fix error when searching for a namespace returned no results
    • Fix error when searching for a namespace with subscribers
    • Fix goimports
    • Fix importing archived projects and done items from todoist
    • Fix jwt middleware
    • Fix lint
    • Fix mapping task priorities from Vikunja to calDAV
    • Fix moving the done bucket around
    • Fix old references to master in docs
    • Fix panic on invalid smtp config
    • Fix parsing openid config when using a json config file
    • Fix saving pointer values to memory keyvalue
    • Fix saving reminders of repeating tasks
    • Fix setting a saved filter as favorite
    • Fix setting task favorite status of related tasks
    • Fix setting up keyvalue storage in tests
    • Fix swagger docs for create requests
    • Fix task relations not getting properly cleaned up when deleting them
    • Fix tests & lint
    • Make sure a bucket exists or use the default bucket when importing tasks
    • Make sure all associated entities of a task are deleted when the task is deleted
    • Make sure list / task favorites are set per user, not per entity (#915)
    • Make sure the configured frontend url always has a / at the end
    • Refactor & fix storing struct-values in redis keyvalue
    • Todoist migration: don't panic if no reminder was found for task

    Dependency updates

    • fix(deps): update golang.org/x/sys commit hash to 63515b4 (#959)
    • fix(deps): update golang.org/x/sys commit hash to 97244b9 (#965)
    • fix(deps): update golang.org/x/sys commit hash to f475640 (#962)
    • fix(deps): update golang.org/x/sys commit hash to f4d4317 (#961)
    • fix(deps): update module github.com/lib/pq to v1.10.3 (#963)
    • Update alpine Docker tag to v3.13 (#884)
    • Update alpine Docker tag to v3.14 (#889)
    • Update golang.org/x/crypto commit hash to 0a44fdf (#944)
    • Update golang.org/x/crypto commit hash to 0ba0e8f (#943)
    • Update golang.org/x/crypto commit hash to 32db794 (#949)
    • Update golang.org/x/crypto commit hash to 5ff15b2 (#891)
    • Update golang.org/x/crypto commit hash to a769d52 (#916)
    • Update golang.org/x/image commit hash to 775e3b0 (#880)
    • Update golang.org/x/image commit hash to a66eb64 (#900)
    • Update golang.org/x/image commit hash to e6eecd4 (#893)
    • Update golang.org/x/net commit hash to 37e1c6af
    • Update golang.org/x/oauth2 commit hash to 14747e6 (#894)
    • Update golang.org/x/oauth2 commit hash to 2bc19b1 (#955)
    • Update golang.org/x/oauth2 commit hash to 6f1e639 (#931)
    • Update golang.org/x/oauth2 commit hash to 7df4dd6 (#952)
    • Update golang.org/x/oauth2 commit hash to a41e5a7 (#902)
    • Update golang.org/x/oauth2 commit hash to a8dc77f (#896)
    • Update golang.org/x/oauth2 commit hash to bce0382 (#895)
    • Update golang.org/x/oauth2 commit hash to d040287 (#888)
    • Update golang.org/x/oauth2 commit hash to f6687ab (#862)
    • Update golang.org/x/oauth2 commit hash to faf39c7 (#935)
    • Update golang.org/x/sys commit hash to 00dd8d7 (#953)
    • Update golang.org/x/sys commit hash to 15123e1 (#946)
    • Update golang.org/x/sys commit hash to 1e6c022 (#947)
    • Update golang.org/x/sys commit hash to 30e4713 (#945)
    • Update golang.org/x/sys commit hash to 41cdb87 (#956)
    • Update golang.org/x/sys commit hash to 7d9622a (#948)
    • Update golang.org/x/sys commit hash to bfb29a6 (#951)
    • Update golang.org/x/sys commit hash to d867a43 (#934)
    • Update golang.org/x/sys commit hash to e5e7981 (#933)
    • Update golang.org/x/sys commit hash to f52c844 (#954)
    • Update golang.org/x/term commit hash to 6886f2d (#887)
    • Update module getsentry/sentry-go to v0.11.0 (#869)
    • Update module github.com/coreos/go-oidc to v3 (#885)
    • Update module github.com/gabriel-vasile/mimetype to v1.3.1 (#904)
    • Update module github.com/golang-jwt/jwt to v3.2.2 (#928)
    • Update module github.com/golang-jwt/jwt to v4 (#930)
    • Update module github.com/go-redis/redis/v8 to v8.11.0 (#903)
    • Update module github.com/go-redis/redis/v8 to v8.11.1 (#925)
    • Update module github.com/go-redis/redis/v8 to v8.11.2 (#932)
    • Update module github.com/go-redis/redis/v8 to v8.11.3 (#942)
    • Update module github.com/iancoleman/strcase to v0.2.0 (#918)
    • Update module github.com/labstack/echo/v4 to v4.4.0 (#917)
    • Update module github.com/labstack/echo/v4 to v4.5.0 (#929)
    • Update module github.com/mattn/go-sqlite3 to v1.14.8 (#921)
    • Update module github.com/spf13/cobra to v1.2.0 (#905)
    • Update module github.com/spf13/cobra to v1.2.1 (#906)
    • Update module github.com/spf13/viper to v1.8.0 (#890)
    • Update module github.com/spf13/viper to v1.8.1 (#899)
    • Update module github.com/swaggo/swag to v1.7.1 (#936)
    • Update module github.com/yuin/goldmark to v1.3.8 (#892)
    • Update module github.com/yuin/goldmark to v1.3.9 (#901)
    • Update module github.com/yuin/goldmark to v1.4.0 (#908)
    • Update module go-redis/redis/v8 to v8.10.0 (#882)
    • Update module go-redis/redis/v8 to v8.7.1 (#807)
    • Update module go-testfixtures/testfixtures/v3 to v3.6.1 (#868)
    • Update module lib/pq to v1.10.2 (#865)
    • Update module prometheus/client_golang to v1.11.0 (#879)
    • Update module yuin/goldmark to v1.3.6 (#863)
    • Update module yuin/goldmark to v1.3.7 (#867)
    • Update monachus/hugo Docker tag to v0.75.1 (#940)
    Downloads
     
  • Pre-Release v0.17.1 271a37eab9

    [0.17.1] - 2021-06-09

    konrad released this 2 years ago | 803 commits to main since this release

    Fixed

    • Fix parsing openid config when using a json config file
    Downloads
     
  • Pre-Release v0.17.0 e837c2a003

    [0.17.0] - 2021-05-14

    konrad released this 2 years ago | 805 commits to main since this release

    Added

    • Add a "done" option to kanban buckets (#821)
    • Add arm64 builds
    • Add basic auth for metrics endpoint
    • Add bucket limit validation
    • Add crud endpoints for notifications (#801)
    • Add endpoint to remove a list background
    • Add events (#777)
    • Add github funding link
    • Add link share password authentication (#831)
    • Add names for link shares (#829)
    • Add notifications package for easy sending of notifications (#779)
    • Add reminders for overdue tasks (#832)
    • Add repeat monthly setting for tasks (#834)
    • Add security information to readme
    • Add separate docker manifest file for latest docker images
    • Add systemd service file to linux packages
    • Add test for moving a task to another list
    • Enable searching users by full email or name
    • Expose tls parameter of Go MySQL driver to config file (#855)
    • Pagingation for tasks in kanban buckets (#805)

    Changed

    • Change keyvalue.Get to return if a value exists or not instead of an error
    • Change main branch to main
    • Change test file names to unstable
    • Change the name of the newly created bucket from "New Bucket" to "Backlog"
    • Change unstable versions in migration tests
    • Check if we're on main and change the version name accordingly if that's the case
    • Cleanup listener names
    • Cleanup old docs themes submodule
    • Disable deb repo in drone
    • Don't keep old releases from os packages when releasing for master
    • Don't try to get users for tasks if no tasks were found when looking for reminders
    • Explicitly add docker build step for latest
    • Explicitly check if there are Ids before trying to get items by a list of Ids
    • Improve duration format of overdue tasks in reminders
    • Improve loading labels performance (#824)
    • Improve sending overdue task reminders by only sending one for all overdue tasks
    • Make sure all tables are properly pluralized
    • Only send reminders for undone tasks
    • Re-Enable migration test steps in pipeline
    • Refactor getting all namespaces
    • Remove unused tools from tools.go
    • Run all lint checks at once
    • Send a notification to the user when they are added to the list
    • Show empty avatar when the user was not found
    • Subscribe a user to a task when they are assigned to it
    • Subscriptions and notifications for namespaces, tasks and lists (#786)
    • Switch building the docs to download the theme instead of building
    • Switch telegram notifications to matrix notifications
    • Temporarily disable migration step
    • Temporary build fix
    • Update changelog
    • Update copyright year
    • Update README (#858)
    • Use golang's tzdata package to handle time zones

    Fixed

    • Explicitly set darwin-10.15 when building binaries
    • Fix build
    • Fix checking list rights when accessing a bucket
    • Fix /dav/principals/*/ throwing a server error when accessed with GET instead of PROPFIND (#769)
    • Fix deleting task relations
    • Fix docs
    • Fix drone file
    • Fix due dates with times when migrating from todoist
    • Fix event error handler retrying infinitely
    • Fix filter for task index
    • Fix getting lists for shared, favorite and saved lists namespace
    • Fix getting user info from /user endpoint for link shares
    • Fix IncrBy and DecrBy in memory keyvalue implementation if there was no value set previously
    • Fix lint
    • Fix matrix notify room id
    • Fix moving repeating tasks to the done bucket
    • Fix multiarch docker image building
    • Fix not able to make saved filters favorite
    • Fix notifications table not being created on initial setup
    • Fix resetting the bucket limit
    • Fix retrieving over openid providers if there are none
    • Fix sending notifications to users if the user object didn't have an email
    • Fix setting the user in created_by when uploading an attachment
    • Fix shared lists showing up twice
    • Fix tests
    • Fix the shared lists pseudo namespace containing owned lists
    • Fix unstable version build file names
    • Fix user uploaded avatars
    • Pin golang alpine builder image to 3.12 to fix builds on arm
    • Revert "Update alpine Docker tag to v3.13 (#768)"

    Dependency Updates

    • Update alpine Docker tag to v3.13 (#768)
    • Update github.com/gordonklaus/ineffassign commit hash to 2e10b26 (#803)
    • Update github.com/gordonklaus/ineffassign commit hash to d0e41b2 (#780)
    • Update golang.org/x/crypto commit hash to 0c34fe9 (#822)
    • Update golang.org/x/crypto commit hash to 3497b51 (#853)
    • Update golang.org/x/crypto commit hash to 38f3c27 (#854)
    • Update golang.org/x/crypto commit hash to 4f45737 (#836)
    • Update golang.org/x/crypto commit hash to 513c2a4 (#817)
    • Update golang.org/x/crypto commit hash to 5bf0f12 (#839)
    • Update golang.org/x/crypto commit hash to 5ea612d (#797)
    • Update golang.org/x/crypto commit hash to 83a5a9b (#840)
    • Update golang.org/x/crypto commit hash to b8e89b7 (#793)
    • Update golang.org/x/crypto commit hash to c07d793 (#861)
    • Update golang.org/x/crypto commit hash to cd7d49e (#860)
    • Update golang.org/x/crypto commit hash to e6e6c4f (#816)
    • Update golang.org/x/crypto commit hash to e9a3299 (#851)
    • Update golang.org/x/image commit hash to 4410531 (#788)
    • Update golang.org/x/image commit hash to 55ae14f (#787)
    • Update golang.org/x/image commit hash to 7319ad4 (#852)
    • Update golang.org/x/image commit hash to ac19c3e (#798)
    • Update golang.org/x/oauth2 commit hash to 0101308 (#776)
    • Update golang.org/x/oauth2 commit hash to 01de73c (#762)
    • Update golang.org/x/oauth2 commit hash to 16ff188 (#789)
    • Update golang.org/x/oauth2 commit hash to 22b0ada (#823)
    • Update golang.org/x/oauth2 commit hash to 2e8d934 (#827)
    • Update golang.org/x/oauth2 commit hash to 5366d9d (#813)
    • Update golang.org/x/oauth2 commit hash to 5e61552 (#833)
    • Update golang.org/x/oauth2 commit hash to 6667018 (#783)
    • Update golang.org/x/oauth2 commit hash to 81ed05c (#848)
    • Update golang.org/x/oauth2 commit hash to 8b1d76f (#764)
    • Update golang.org/x/oauth2 commit hash to 9bb9049 (#796)
    • Update golang.org/x/oauth2 commit hash to af13f52 (#773)
    • Update golang.org/x/oauth2 commit hash to ba52d33 (#794)
    • Update golang.org/x/oauth2 commit hash to cd4f82c (#815)
    • Update golang.org/x/oauth2 commit hash to d3ed898 (#765)
    • Update golang.org/x/oauth2 commit hash to f9ce19e (#775)
    • Update golang.org/x/sync commit hash to 036812b (#799)
    • Update golang.org/x/term commit hash to 6a3ed07 (#800)
    • Update golang.org/x/term commit hash to 72f3dc4 (#828)
    • Update golang.org/x/term commit hash to a79de54 (#850)
    • Update golang.org/x/term commit hash to b80969c (#843)
    • Update golang.org/x/term commit hash to c04ba85 (#849)
    • Update golang.org/x/term commit hash to de623e6 (#818)
    • Update golang.org/x/term commit hash to f5beecf (#845)
    • Update module adlio/trello to v1.9.0 (#825)
    • Update module coreos/go-oidc to v3 (#760)
    • Update module gabriel-vasile/mimetype to v1.2.0 (#812)
    • Update module gabriel-vasile/mimetype to v1.3.0 (#857)
    • Update module getsentry/sentry-go to v0.10.0 (#792)
    • Update module go-redis/redis/v8 to v8.4.10 (#771)
    • Update module go-redis/redis/v8 to v8.4.11 (#774)
    • Update module go-redis/redis/v8 to v8.4.9 (#770)
    • Update module go-redis/redis/v8 to v8.5.0 (#778)
    • Update module go-redis/redis/v8 to v8.6.0 (#795)
    • Update module go-sql-driver/mysql to v1.6.0 (#826)
    • Update module go-testfixtures/testfixtures/v3 to v3.5.0 (#761)
    • Update module go-testfixtures/testfixtures/v3 to v3.6.0 (#838)
    • Update module iancoleman/strcase to v0.1.3 (#766)
    • Update module imdario/mergo to v0.3.12 (#811)
    • Update module jgautheron/goconst to v1 (#804)
    • Update module labstack/echo/v4 to v4.2.0 (#785)
    • Update module labstack/echo/v4 to v4.2.1 (#810)
    • Update module labstack/echo/v4 to v4.2.2 (#830)
    • Update module labstack/echo/v4 to v4.3.0 (#856)
    • Update module lib/pq to v1.10.0 (#809)
    • Update module lib/pq to v1.10.1 (#841)
    • Update module mattn/go-sqlite3 to v1.14.7 (#835)
    • Update module olekukonko/tablewriter to v0.0.5 (#782)
    • Update module prometheus/client_golang to v1.10.0 (#819)
    • Update module spf13/afero to v1.6.0 (#820)
    • Update module spf13/cobra to v1.1.2 (#781)
    • Update module spf13/cobra to v1.1.3 (#784)
    • Update module src.techknowlogick.com/xgo to v1.3.0+1.16.0 (#791)
    • Update module src.techknowlogick.com/xgo to v1.4.0+1.16.2 (#814)
    • Update module stretchr/testify to v1.7.0 (#763)
    Downloads