diff --git a/CHANGELOG.md b/CHANGELOG.md index a09462dd..6fe0edb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.0] - 2026-04-26 + +### Changed + +- Upgraded Vuetify from v3 to v4 + - Migrated deprecated VRow/VCol props (align, justify, dense) to utility classes + - Migrated MD2 typography classes (headline, text-h5, subtitle-1/2) to MD3 equivalents + - Adopted MD3 visual defaults (elevation, density, button styling) + - Improved table UX with row hover highlighting + - Improved Settings page layout with max-width constraint and inner password icons + - Improved empty table state styling + - Improved edit page toolbar button ordering and spacing + - Refined footer, tag chips, and app bar density + +### Fixed + +- Fixed mass kill action on agents list page not sending kill commands due to incorrect session ID reference + ## [3.4.0] - 2026-03-08 ### Changed @@ -459,7 +477,9 @@ Including but not limited to: - Initial Release -[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v3.4.0...HEAD +[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v3.5.0...HEAD + +[3.5.0]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v3.4.0...v3.5.0 [3.4.0]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v3.3.0...v3.4.0 diff --git a/package.json b/package.json index b04aec62..2ad28237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starkiller", - "version": "3.4.0", + "version": "3.5.0", "private": true, "scripts": { "dev": "vite", @@ -31,7 +31,7 @@ "vue-markdown-render": "^2.3.0", "vue-router": "^4.3", "vuedraggable": "^4.1", - "vuetify": "^3.12" + "vuetify": "^4.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", @@ -43,6 +43,6 @@ "prettier": "^3.0.2", "sass": "^1.70", "vite": "^5.0", - "vite-plugin-vuetify": "^2.0" + "vite-plugin-vuetify": "^2.1" } } diff --git a/src/App.vue b/src/App.vue index 9f6d663b..0caff80c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,11 @@ ref="socketNotifications" /> - +