Changelog - Axoria v1.0.0
Initial release of the Axoria platform.
v1.0.0 - Initial Release
Release date: March 2026
What's New
Organization Management
- Create organizations with name, slug, and description
- Manage members with roles:
OWNER,ADMIN,MEMBER,GUEST - Profile Groups for custom granular permissions
- Plans:
FREE,STARTER,PROFESSIONAL,ENTERPRISE
Project Management
- Create projects with a unique key, type, and visibility
- Support for types:
SOFTWARE,KANBAN,SCRUM,BUSINESS,CUSTOM - Customizable avatar and icon per project
- Project roles:
PROJECT_ADMIN,DEVELOPER,REPORTER,VIEWER
Board
- Kanban view with drag-and-drop between columns
- Table view for compact analysis
- Calendar view organized by due date
- Filters by assignee, type, priority, and text
- WIP limit configuration per column
Issues
- 10 issue types:
TASK,BUG,STORY,EPIC,SUBTASK,IMPROVEMENT,SPIKE,RESEARCH,HOTFIX,TECHNICAL_DEBT - 5 priority levels:
CRITICAL,HIGH,MEDIUM,LOW,TRIVIAL - Multiple assignees per issue
- Full Markdown support in descriptions
- Custom fields via Field Schema
- Change history in the details panel
- Sub-issues and task hierarchy
- Time tracking
- Automatic issue key per project (e.g.,
AXR-1)
Workflows
- Create statuses with name, color, and category (
TODO,IN_PROGRESS,DONE) - Configurable transitions between statuses
- Default initial status per project
Sprints (Backlog)
- Full lifecycle:
FUTURE→ACTIVE→COMPLETED - Only one active sprint per project at any given time
- Sprint goals and backlog issue management
- Move unfinished issues when completing a sprint
Project Schemes
- Group Board + Workflow + Field Schema into a scheme
- Activate a scheme to apply the full configuration immediately
Import / Export
- Bulk issue import via CSV and Excel (
.xlsx) - Issue export with filters in CSV and Excel
Notifications
- In-app notifications channel
- Configurable rules per event per project
Webhooks & Automations
- Webhook registration with HMAC-SHA256 signing
- Automation rules: Trigger → Conditions → Actions
Authentication
- Email and password login
- Social login with Google and GitHub (OAuth2)
- Email domain validation (public providers only)
- Public access tokens for boards and reports
Security
- CSRF protection on all form routes
- Input validation and sanitization on the backend
- Corporate email domain blocking at registration
- Role-Based Access Control (RBAC) at organization and project level
- HMAC-SHA256 signing for webhook payloads
- Public tokens for external access without exposing internal UUIDs
This is the initial release of Axoria. Future versions will bring continuous improvements based on user feedback.
Use the sidebar to navigate through all documentation.