Skip to content

Commit 1b2d630

Browse files
committed
v0.1.14
1 parent fff5feb commit 1b2d630

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.1.14] - 2024-09-09
6+
7+
## Added
8+
9+
### Changed
10+
- Add `config.local-keys.*` to default local keys.
11+
12+
### Fixed
13+
- Fix: Unable to disable optional duration and rate settings.
14+
- Fix: Externally update selected values.
15+
- Fix: Dashboard averages all chart values.
16+
517
## [0.1.13] - 2024-09-02
618

719
## Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://stalw.art"
77
keywords = ["web", "admin", "email", "mail", "server"]
88
categories = ["email"]
99
license = "AGPL-3.0-only OR LicenseRef-SEL"
10-
version = "0.1.13"
10+
version = "0.1.14"
1111
edition = "2021"
1212
resolver = "2"
1313

0 commit comments

Comments
 (0)