v0.1.0 - First public release
Orangescrum Community Edition v0.1.0 - the first public release.
A self-hosted project management and collaboration tool. Free and open source under the AGPL-3.0. No licence key. No limit on users, projects or storage.
Install
Docker is the only requirement.
git clone https://github.com/Orangescrum/opensource-community-edition.git
cd opensource-community-edition
docker compose up -d --build
Then open http://localhost:8080 and follow the setup wizard.
Full instructions are in INSTALL.md.
Included in this release
- Projects, tasks, subtasks and task groups
- List, kanban, calendar and overview views
- Custom statuses and per-project workflows
- Time logging and timesheets
- Task and time-log CSV import and export
- Comments, file attachments and email notifications
- Five built-in roles
Fixes since the initial publication
- Task and time-log CSV import did not work. The import page stopped and showed a spinner. This is corrected. The CSV export is also corrected.
- The Create Project window did not close when you added a member by email address. This is corrected.
- The sample CSV files now show only the columns that this edition imports.
Notes
- Download the attached ZIP file, or clone the repository.
- Report problems on the Issues page.
- Report security problems privately. Read SECURITY.md.