Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "0.7.1",
"version": "0.8.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notex",
"version": "0.7.1",
"version": "0.8.0",
"private": true,
"description": "",
"main": "index.js",
Expand Down