Skip to content

Commit e5aa4b3

Browse files
committed
feat: update version to 0.0.9 and enhance changelog with new features and improvements
1 parent 0b630fd commit e5aa4b3

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.0.9] – 2025-12-16
6+
7+
### Added
8+
- File handling support: Clipboard manager and UI now handle file drops and file-type clipboard entries.
9+
- Image viewer: You can now open images directly from clipboard history.
10+
- Archive functionality: Archive clipboard items with retention period management and new UI for archived items.
11+
12+
### Changed
13+
- Enhanced UI styles: Improved backdrop filters and shadows for better visibility and aesthetics.
14+
- Improved window behavior on macOS: Window now centers on the display where the shortcut is triggered and behaves more naturally with multiple monitors/spaces.
15+
516
## [0.0.8] - 2024-12-15
617

718
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clipai",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Modern clipboard history manager powered by AI",
55
"author": "Mikheil Berishvili",
66
"main": "dist/main/main.js",
@@ -53,12 +53,6 @@
5353
"arch": [
5454
"arm64"
5555
]
56-
},
57-
{
58-
"target": "zip",
59-
"arch": [
60-
"arm64"
61-
]
6256
}
6357
],
6458
"icon": "assets/icon.png"

0 commit comments

Comments
 (0)