Skip to content

Commit 17da6b6

Browse files
chore: release v1.1.1 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3b60c60 commit 17da6b6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/Rolv-Apneseth/clipvault/compare/v1.1.0...v1.1.1) - 2025-12-14
11+
12+
### Performance
13+
14+
- apply some SQlite options for performance
15+
- use `BufWriter` to write to stdout
16+
- only run `VACUUM` when estimated free space is over 1MB
17+
18+
### Fixed
19+
20+
- shrink DB after deleting all entries
21+
1022
## [1.1.0](https://github.com/Rolv-Apneseth/clipvault/compare/v1.0.6...v1.1.0) - 2025-11-05
1123

1224
### Refactor

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clipvault"
33
description = "Clipboard history manager for Wayland, inspired by cliphist"
4-
version = "1.1.0"
4+
version = "1.1.1"
55
edition = "2024"
66
repository = "https://github.com/rolv-apneseth/clipvault"
77
homepage = "https://github.com/rolv-apneseth/clipvault"

0 commit comments

Comments
 (0)