Releases: Huy-Ngo/acanban
Releases · Huy-Ngo/acanban
Fix error page on empty evaluation
0.1.3 Fix error page on empty evaluation
Minor display enhancements
This release is mainly to test the newly set up continuous delivery. The following changes were made since the last version:
- Fix 0.1.1 column width
- Format supervisor's evaluation as markdown
Improve task features and fix 0.1.0 bugs
In this release, we:
- Fix the markdown parsing order
- Allow updating task metadata
- Use project navigation tabs for task endpoint for clarity
- Add CSS versioning to avoid outdated cache
First alpha release
In this release, Acanban starts to be usable as a collaboration platform. The following features were added since version 0.0.7:
- Project creation and deadline dates
- Task creation
- Task discussion
- Task management (in Kanban style)
- Markdown rendering of user's input
Fix empty database fields handling
The following regressions from version 0.0.6 were fixed:
- Empty member lists on project lists (over / and /p)
- Newly created projects not showed on dashboard
- Server error (status 5xx) over multiple project tabs
Add project-related use cases and fix several design issues and fix bug
New features since 0.0.4:
- Implement project creation, read and update
- Add member tab and add member invitation
- Add project lists to user profile and dashboard
- Add project report and slides tab
- Update schema to include dates plus add tasks
In addition, the following were fixed:
- Use definition list for user info
- Cover case when fields do not exist
Add basic pages for user and project
Notable changes:
- Add user info and edit pages
- Add public project listing page
- Add front page for guests
- Proxy IPFS gateway
In addition, the paper has been restructured (again) and the PDF is now automatically compiled.
Rework front-end and configuration
0.0.3 Bump version to 0.0.3
Authentication
This version implements basic functionality for register, login, and logout.
Initialize the code base
0.0.1 Add notification use case