Skip to content

Tags

Tags give the ability to mark specific points in history as being important
This project is mirrored from https://kolaente.dev/vikunja/vikunja. Pull mirroring updated .
  • v0.5
    cc6b35e3 · Priorites for tasks (#31) ·
    New Features:
    * Shared lists are now shown in a pseudonamespace
    * Tasks can have multiple reminders
    * Tasks can have subtasks
    * Tasks can have priorities
    
    Improvements:
    * Validation not so verbose anymore
    * License is now GPLv3
    * The crudhandler now has its own repo
    
  • v0.4
    196b6728 · updated readme ·
    New Features:
    
    * Get all tasks for the authenticated user sorted by their due date
    * CalDAV support
    * Pagination for everything which returns an array
    * Search all the things
    * More validation for most of the structs
    
  • v0.3
    14207a0f · Fix tests in drone (#13) ·
    New Features:
    * Password reset
    * Email verification when registering
    
    Misc bugfixes and improvements to the build process
    
  • v0.2
    New Features:
    
        Search endpoint for users
        Update a user’s password
        Add indicies for everything
        Much improved error handler
        Added config for max database connections
    
    Misc:
    
        Improved logging
        Improved docs & swagger
        Removed unused erros
  • v0.1
    3401d7ab · Fixed makefile ·
    First Beta release