• v0.11 7ddfa76a84

    Version 0.11 Pre-Release

    konrad released this 2020-03-01 16:32:38 +00:00 | 8783 commits to main since this release

    This release's highlights:

    • Postgres Support!
    • Task Comments!
    • A bunch of bugfixes and improvements.

    Added

    • Add config options for cors handling (#124)
    • Add config options for task attachments (#125)
    • Add generate as a make dependency for make build
    • Add logging for invalid model errors (#126)
    • Add more logging to web handler methods
    • Add postgres support (#135)
    • Add rate limit by ip for non-authenticated routes (#127)
    • Better efficency for loading teams (#128)
    • Expand relative path ~/.config/vikunja to $HOME/.config/vikunja (#146)
    • Task Comments (#138)

    Fixed

    • Fix typo in docker-compose example (#140)
    • Fix frontend url for wunderlist migration in docs
    • Fix inserting task structure with related tasks (#142)
    • Fix time zone settings not working in Docker
    • Fix updating dates when marking a task as done (#145)
    • Make sure the author is returned when creating a new comment
    • Remove double user field

    Changed

    • Explicitly disable wunderlist migration by default (#141)
    • Migration Improvements (#122)
    • Refactor User and DB handling (#123)
    • Return iso dates for everything date related from the api (#130)
    • Update copyright header
    • Update theme
    • Update xorm to use the new import path (#133)
    • Use relative url in .gitmodules (#132)
    Downloads