diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e98ae..59f775d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.0.0-alpha.3](https://github.com/Muhammed-Rahif/Notpad/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-11-18) + + +### Bug Fixes + +* **editor:** fake caret dispositioned when toggling line numbers ([d6c7370](https://github.com/Muhammed-Rahif/Notpad/commit/d6c7370b380bdff7338911da2015722fa16f8d6d)) +* **editor:** inifinite recursion in editor caret position update ([fe9df2b](https://github.com/Muhammed-Rahif/Notpad/commit/fe9df2b53953c487076cc412b5818bb4a4ba9b84)), closes [#234](https://github.com/Muhammed-Rahif/Notpad/issues/234) +* **logo:** remove app logo white background color ([5568d65](https://github.com/Muhammed-Rahif/Notpad/commit/5568d6512d0e9d8aaacdc18b6d92e55b278de5db)), closes [#236](https://github.com/Muhammed-Rahif/Notpad/issues/236) +* **tauri:** search on google not wokring on tauri ([db17944](https://github.com/Muhammed-Rahif/Notpad/commit/db17944ac275feb962795f57e980da4081e11347)), closes [#235](https://github.com/Muhammed-Rahif/Notpad/issues/235) + # [1.0.0-alpha.2](https://github.com/Muhammed-Rahif/Notpad/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-11-18) diff --git a/package.json b/package.json index 8c8476b..3f4806d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notpad", "private": true, - "version": "1.0.0-2", + "version": "1.0.0-3", "type": "module", "scripts": { "dev": "vite --host", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b108798..87e8a09 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notpad" -version = "1.0.0-2" +version = "1.0.0-3" description = "Windows like notpad for cross platform." authors = ["Muhammed-Rahif"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6dd2b2e..3aa3c9a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -42,7 +42,7 @@ }, "productName": "Notpad", "mainBinaryName": "Notpad", - "version": "1.0.0-2", + "version": "1.0.0-3", "identifier": "tech.rahif.notpad", "plugins": {}, "app": {