Skip to content

Releases: Huy-Ngo/acanban

Fix error page on empty evaluation

17 Mar 02:29
Compare
Choose a tag to compare
Pre-release
0.1.3

Fix error page on empty evaluation

Minor display enhancements

10 Mar 16:58
5069147
Compare
Choose a tag to compare
Pre-release

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

26 Feb 15:24
Compare
Choose a tag to compare

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

23 Feb 06:33
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-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

30 Jan 13:37
502807f
Compare
Choose a tag to compare
Pre-release

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

28 Jan 10:44
Compare
Choose a tag to compare

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

05 Jan 06:35
90e3a86
Compare
Choose a tag to compare
Pre-release

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

25 Dec 09:24
c025759
Compare
Choose a tag to compare
Pre-release
0.0.3

Bump version to 0.0.3

Authentication

11 Dec 15:12
67f817c
Compare
Choose a tag to compare
Authentication Pre-release
Pre-release

This version implements basic functionality for register, login, and logout.

Initialize the code base

27 Nov 07:08
d1f7346
Compare
Choose a tag to compare
Pre-release
0.0.1

Add notification use case