From 78f10fd98f23229fd15e977374c310b2f077424c Mon Sep 17 00:00:00 2001 From: Istiak Hassan Emon <92997182+emon5122@users.noreply.github.com> Date: Sat, 21 Feb 2026 15:10:53 -0500 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b3ca9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## 1.0.0 (2026-02-21) + + +### Features + +* add device context menu component with network, DHCP, and WiFi settings ([7be8c73](https://github.com/emon5122/cableops/commit/7be8c733c32d1c8b76124a1bcbc500289da0983b)) +* add Dockerfile and docker-compose configuration for application setup ([ed58d8b](https://github.com/emon5122/cableops/commit/ed58d8b0100c809b1f50a099efc8e3504330763d)) +* add package definition to pnpm workspace configuration ([482df70](https://github.com/emon5122/cableops/commit/482df7018ac76f6509479ff582e51dfed943e8bb)) +* add workspace sharing functionality with import/export capabilities ([bb5a394](https://github.com/emon5122/cableops/commit/bb5a394f8b8cb87af12197f44f38b920f54f068f)) +* add zoom and fullscreen functionality to TopologyCanvas ([43f8a8c](https://github.com/emon5122/cableops/commit/43f8a8c9cffb62b73ce61a47b0ae4bb77e41b51a)) +* create snapshot JSON for PostgreSQL database schema including account, annotations, connections, devices, and more ([7be8c73](https://github.com/emon5122/cableops/commit/7be8c733c32d1c8b76124a1bcbc500289da0983b)) +* enhance connection validation with detailed issue reporting in TopologyCanvas ([d6fe657](https://github.com/emon5122/cableops/commit/d6fe657d81b3668aeca97fade0694a8ef0f050f3)) +* enhance device context menu and topology canvas with additional device information and DHCP handling ([dae34dd](https://github.com/emon5122/cableops/commit/dae34dd46c6020e69737134080d9863d3ecdb8a3)) +* enhance segment discovery and connection validation in TopologyCanvas ([d7183cd](https://github.com/emon5122/cableops/commit/d7183cdda56d71331107b4036ddca2d9fc70f4bf)) +* enhance TopologyCanvas with device type labels and routing indicators ([e74576e](https://github.com/emon5122/cableops/commit/e74576e909bc69840c4fe35c08824c0e720ed7d8)) +* enhance WiFi connection handling in TopologyCanvas and WorkspacePage ([8fba5bc](https://github.com/emon5122/cableops/commit/8fba5bc934aa91e473615e2b61bbf5ff9088d12b)) +* implement workspace snapshot schema and related import/export functionality ([dddc882](https://github.com/emon5122/cableops/commit/dddc882d95ae8793d03dc5141e3411814a0146d6)) +* integrate framer-motion for enhanced animations across components ([39ed4dd](https://github.com/emon5122/cableops/commit/39ed4ddb071ef584e56c2d2dc48b3b34d84014fe)) + + +### Bug Fixes + +* remove pull_request trigger and conditional login for GitHub Container Registry ([6e13d94](https://github.com/emon5122/cableops/commit/6e13d946b757a9c92fece89983245dc3bbf5d3a2)) +* remove test job from Docker workflow ([a5f1036](https://github.com/emon5122/cableops/commit/a5f1036d652946a8d948f76d1980a19ad8ff923d)) +* update GitHub token reference in workflow files ([49e875a](https://github.com/emon5122/cableops/commit/49e875a2d378e3f620fd6a18848f67ccd0bda154)) +* update WorkspaceSidebar for better responsiveness ([43f8a8c](https://github.com/emon5122/cableops/commit/43f8a8c9cffb62b73ce61a47b0ae4bb77e41b51a)) diff --git a/package.json b/package.json index 107b9c1..21f877a 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,6 @@ "typescript": "^5.7.2", "vite": "^7.1.7", "vite-tsconfig-paths": "^5.1.4" - } + }, + "version": "1.0.0" } \ No newline at end of file