Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "14.3.0"
".": "14.4.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@ from [Conventional Commits](https://www.conventionalcommits.org/) on `main`.

---

## [14.4.0](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/compare/v14.3.0...v14.4.0) (2026-06-19)


### 🚀 Features

* **agile:** Sprint 2 — integrations: webhooks UI, CSV/Trello importers, action-aware notifications ([#252](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/252))
* **agile:** Sprint 3 — story points + estimation scale, Trello rich import, @mention notifications ([#253](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/253))
* **reports:** Sprint 4 — agile reports: burndown, velocity, CFD + branded PDF export ([#255](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/255))
* **gantt:** Sprint 5 — Gantt / timeline view + recurring tasks ([#256](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/256))
* **public-share:** harden public read-only links — expiry, password, hard-revoke, rate-limit ([#258](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/258))
* **tasks, epics:** blocked-task warning + epic dates / owner / priority / progress ([#259](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/259))


### 🐛 Bug Fixes

* **tracker:** detect keyboard vs mouse via cursor movement; powerMonitor idle activity ([#254](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/254))
* **gantt:** render tasks when the Gantt tab is the reload entry point ([#257](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/pull/257))


## [14.3.0](https://github.com/aliansoftwareteam/AlianHub-Project-Management-System/compare/v14.2.0...v14.3.0) (2026-06-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alian-hub-v3",
"version": "14.3.0",
"version": "14.4.0",
"description": "AlianHub — the open-source, self-hosted project management system. Multi-tenant, real-time, customizable. An open-source alternative to Jira, Asana, Monday, Linear, and ClickUp.",
"keywords": [
"project-management",
Expand Down
Loading