diff --git a/CHANGELOG.md b/CHANGELOG.md index f365fdb..d40bedb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.8.0](https://github.com/usenotex/notex/compare/v0.7.1...v0.8.0) (2025-12-30) + +### 🚀 New Features +- Add support for copying images ([#76](https://github.com/usenotex/notex/pull/76)) + +### 🐛 Bug Fixes +- Disable spellcheck for search input and textarea ([94b23ac](https://github.com/usenotex/notex/commit/94b23ac)) + +### 🏠 Chores +- Updated bun to v1.3.5 ([0add72d](https://github.com/usenotex/notex/commit/0add72d)) + +### 📖 Documentation +- Updated CONTRIBUTING doc ([cc54707](https://github.com/usenotex/notex/commit/cc54707)) + +### 🤖 Automation +- Move build steps to release workflow ([cf3a592](https://github.com/usenotex/notex/commit/cf3a592)) + + ## [0.7.1](https://github.com/usenotex/notex/compare/v0.7.0...v0.7.1) (2025-11-22) ### 🐛 Bug Fixes diff --git a/bun.lock b/bun.lock index 7f08e23..34488e9 100644 --- a/bun.lock +++ b/bun.lock @@ -32,7 +32,7 @@ }, "desktop": { "name": "desktop", - "version": "0.7.1", + "version": "0.8.0", "dependencies": { "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "^2.4.0", diff --git a/desktop/package.json b/desktop/package.json index a01a42f..5f5d293 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "0.7.1", + "version": "0.8.0", "type": "module", "scripts": { "dev": "vite", diff --git a/package.json b/package.json index 9092143..0158926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notex", - "version": "0.7.1", + "version": "0.8.0", "private": true, "description": "", "main": "index.js",