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
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
},
"version": "1.0.0"
}