Skip to content

Commit c3d050f

Browse files
chore(release): 1.0.0
## 1.0.0 (2025-11-29) ### Features * Ability to override commands args ([604dcf3](604dcf3)) * create allow-list for filtering down devices to only a subset ([c9429c6](c9429c6)) * dynamic line stroke settings ([536b590](536b590)) * Update dashboard.component.ts ([bb98b8c](bb98b8c)) ### Bug Fixes * **collector:** show correct nvme capacity ([db86bac](db86bac)), closes [AnalogJ#466](https://github.com/Starosdev/scrutiny/issues/466) * AnalogJ#643 ([50561f3](50561f3)) * igeneric types ([e9cf8a9](e9cf8a9)) * increase timeout ([222b810](222b810)) * prod build command ([50321d8](50321d8)) * remove fullcalendar ([64ad353](64ad353)) * remove outdated option ([5518865](5518865)) ### Refactoring * update dependencies version ([e18a7e9](e18a7e9))
1 parent 4a55973 commit c3d050f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to Scrutiny will be documented in this file.
4+
5+
## 1.0.0 (2025-11-29)
6+
7+
### Features
8+
9+
* Ability to override commands args ([604dcf3](https://github.com/Starosdev/scrutiny/commit/604dcf355ce387de5b5030473163838c5855fa31))
10+
* create allow-list for filtering down devices to only a subset ([c9429c6](https://github.com/Starosdev/scrutiny/commit/c9429c61b2aa7dbea9ed412bd9d49326cf408e94))
11+
* dynamic line stroke settings ([536b590](https://github.com/Starosdev/scrutiny/commit/536b590080b589a807765b69612990d41ae97773))
12+
* Update dashboard.component.ts ([bb98b8c](https://github.com/Starosdev/scrutiny/commit/bb98b8c45b13d9b01c3a543022608fb746b207d6))
13+
14+
### Bug Fixes
15+
16+
* **collector:** show correct nvme capacity ([db86bac](https://github.com/Starosdev/scrutiny/commit/db86bac9efb10ca11177a1cf00621a8ea91dc6aa)), closes [#466](https://github.com/Starosdev/scrutiny/issues/466)
17+
* https://github.com/AnalogJ/scrutiny/issues/643 ([50561f3](https://github.com/Starosdev/scrutiny/commit/50561f34ead034c118dd7ea5f1d1f067b0d1d97a))
18+
* igeneric types ([e9cf8a9](https://github.com/Starosdev/scrutiny/commit/e9cf8a9180e5d181f62076bb602888e34596885b))
19+
* increase timeout ([222b810](https://github.com/Starosdev/scrutiny/commit/222b8103d635ddfafd29ac93ea110c3d851a3112))
20+
* prod build command ([50321d8](https://github.com/Starosdev/scrutiny/commit/50321d897a21faa515b142f4b2e285ba16815acd))
21+
* remove fullcalendar ([64ad353](https://github.com/Starosdev/scrutiny/commit/64ad3536284f67cb4652a9e83a02f0024b7dcde9))
22+
* remove outdated option ([5518865](https://github.com/Starosdev/scrutiny/commit/5518865bc69f0a9906977facfa4be8895a7b12d9))
23+
24+
### Refactoring
25+
26+
* update dependencies version ([e18a7e9](https://github.com/Starosdev/scrutiny/commit/e18a7e9ce08e9172853f7bd5f6a6388e278ee4e2))

webapp/backend/pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
// VERSION is the app-global version string, which will be replaced with a
44
// new value during packaging
5-
const VERSION = "0.8.1"
5+
const VERSION = "1.0.0"

0 commit comments

Comments
 (0)