Wheatbin v1.0.19 Release Notes

  • ๐Ÿ†• New features:

    • โž• Added web notifications
    • โž• Added LDAP group sync
    • โž• Added swimlane description
    • ๐Ÿ†• New plugin system (alpha)
    • โž• Added Bahasa Indonesia translation
    • โž• Added API procedures: getMyOverdueTasks, getOverdueTasksByProject and GetMyProjects
    • โž• Added user API access for procedure getProjectActivity()
    • โž• Added config parameter to enable/disable Syslog
    • โž• Added custom filters
    • โž• Added http client proxy support

    ๐Ÿšš Core functionalities moved to plugins:

    ๐Ÿ‘Œ Improvements:

    • When duplicating a task redirect to the new task
    • Include more shortcut links into the view "My projects"
    • Duplicate a project with tasks will copy the new tasks in the same columns
    • Offer alternative method to create Mysql and Postgres databases (import sql dump)
    • ๐Ÿ‘‰ Make sure there is always a trailing slash for application_url
    • 0๏ธโƒฃ Do not show the checkbox "Show default swimlane" when there is no active swimlanes
    • Append filters instead of replacing value for users and categories dropdowns
    • Do not show empty swimlanes in public view
    • ๐Ÿ”„ Change swimlane layout to save space on the screen
    • โž• Add the possibility to set/unset max column height (column scrolling)
    • ๐Ÿ‘‰ Show "Open this task" in dropdown menu for closed tasks
    • ๐Ÿ‘‰ Show assignee on card only when someone is assigned (hide nobody text)
    • Highlight selected item in dropdown menus
    • Gantt chart: change bar color according to task progress
    • Replace color dropdown by color picker in task forms
    • Creating another task stay in the popover (no full page refresh anymore)
    • ๐Ÿ Avoid scrollbar in Gantt chart for row title on Windows platform
    • โœ‚ Remove unnecessary margin for calendar header
    • ๐Ÿ“š Show localized documentation if available
    • โž• Add event subtask.delete
    • โž• Add abstract storage layer
    • โž• Add abstract cache layer
    • โž• Add Docker tag for stable version

    Others:

    • Data directory permissions are not checked anymore
    • Data directory is not mandatory anymore for people that use a remote database and remote object storage

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix typo in template that prevent the Gitlab OAuth link to be displayed
    • ๐Ÿ›  Fix Markdown preview links focus
    • Avoid dropdown menu to be truncated inside a column with scrolling
    • โšก๏ธ Deleting subtask doesn't update task time tracking
    • ๐Ÿ›  Fix Mysql error about gitlab_id when creating remote user
    • ๐Ÿ›  Fix subtask timer bug (event called recursively)
    • Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links
    • ๐Ÿ›  Fix issue with due date greater than year 2038