All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- On login page, redirects to
/register
if no users exist (to help streamline initial setup)
- Fixes new user popup form so that it can now be submitted
- Project visibility can now be set to public - meaning anyone can view the project board
- When redirected to login page while trying to view a page that requires login, you'll be redirected back to the correct page after login
- When creating a new label within the LabelManager on a card, the new label will automatically be applied to the task after creation
- Switch primary font to Open Sans
- Any open popups are hidden when closing the Task Details window
- fix panic(nil) when loading config if config file actually exists
- first "stable" alpha release