Skip to content

Commit 88412cd

Browse files
chore(release): 1.1.1
## [1.1.1](v1.1.0...v1.1.1) (2025-12-09) ### Bug Fixes * **collector:** handle large LBA values in SMART data parsing ([7f4bceb](7f4bceb)), closes [#24](#24) [AnalogJ#800](AnalogJ#800) * **collector:** ignore bit 6 in smartctl exit-code during detect ([735fe2e](735fe2e)) * **collector:** keep existing device type ([b5bb1a2](b5bb1a2)) * **config:** use structured logging for config file messages ([03513b7](03513b7)), closes [#22](#22) [AnalogJ#814](AnalogJ#814) * **database:** use WAL mode to prevent readonly errors in restricted Docker ([1db337d](1db337d)), closes [#25](#25) [AnalogJ#772](AnalogJ#772) * **notify:** try to unmarshal notify.urls as JSON array ([9109fb5](9109fb5)) * **thresholds:** add observed threshold for attribute 188 with value 0 ([c86ee89](c86ee89)) * **thresholds:** mark wear leveling count (attr 177) as critical ([c072119](c072119)), closes [#21](#21) [AnalogJ#818](AnalogJ#818) * **ui:** display temperature graph times in local timezone ([6123347](6123347)), closes [#30](#30)
1 parent cf18a6b commit 88412cd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to Scrutiny will be documented in this file.
44

5+
## [1.1.1](https://github.com/Starosdev/scrutiny/compare/v1.1.0...v1.1.1) (2025-12-09)
6+
7+
### Bug Fixes
8+
9+
* **collector:** handle large LBA values in SMART data parsing ([7f4bceb](https://github.com/Starosdev/scrutiny/commit/7f4bceb85506606d6318253fd406da4b55921383)), closes [#24](https://github.com/Starosdev/scrutiny/issues/24) [AnalogJ/scrutiny#800](https://github.com/AnalogJ/scrutiny/issues/800)
10+
* **collector:** ignore bit 6 in smartctl exit-code during detect ([735fe2e](https://github.com/Starosdev/scrutiny/commit/735fe2e57d9afc9d32832619d6c3c758ec91eb11))
11+
* **collector:** keep existing device type ([b5bb1a2](https://github.com/Starosdev/scrutiny/commit/b5bb1a232a2e38e6bbffb041ffa397b54999fc02))
12+
* **config:** use structured logging for config file messages ([03513b7](https://github.com/Starosdev/scrutiny/commit/03513b742622b77d27cd08b941147eadf35bec91)), closes [#22](https://github.com/Starosdev/scrutiny/issues/22) [AnalogJ/scrutiny#814](https://github.com/AnalogJ/scrutiny/issues/814)
13+
* **database:** use WAL mode to prevent readonly errors in restricted Docker ([1db337d](https://github.com/Starosdev/scrutiny/commit/1db337d872b655e0c68a4a506f9706f0cb7d4a79)), closes [#25](https://github.com/Starosdev/scrutiny/issues/25) [AnalogJ/scrutiny#772](https://github.com/AnalogJ/scrutiny/issues/772)
14+
* **notify:** try to unmarshal notify.urls as JSON array ([9109fb5](https://github.com/Starosdev/scrutiny/commit/9109fb5447080b5faab3377721b830f1e0266500))
15+
* **thresholds:** add observed threshold for attribute 188 with value 0 ([c86ee89](https://github.com/Starosdev/scrutiny/commit/c86ee894468068830fa9e8cf93cde3ef6df1f5d0))
16+
* **thresholds:** mark wear leveling count (attr 177) as critical ([c072119](https://github.com/Starosdev/scrutiny/commit/c0721199b86b02ae398afcc439f4162a760f1d5e)), closes [#21](https://github.com/Starosdev/scrutiny/issues/21) [AnalogJ/scrutiny#818](https://github.com/AnalogJ/scrutiny/issues/818)
17+
* **ui:** display temperature graph times in local timezone ([6123347](https://github.com/Starosdev/scrutiny/commit/6123347165794a5de177248802229c9ea0ea4a9f)), closes [#30](https://github.com/Starosdev/scrutiny/issues/30)
18+
519
## [1.1.0](https://github.com/Starosdev/scrutiny/compare/v1.0.0...v1.1.0) (2025-11-30)
620

721
### Features

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 = "1.1.0"
5+
const VERSION = "1.1.1"

0 commit comments

Comments
 (0)