-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'alpha' of github.com:Muhammed-Rahif/Notpad into display…
…-line-numbers
- Loading branch information
Showing
36 changed files
with
12,235 additions
and
3,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ dev-dist | |
|
||
build/ | ||
www/ | ||
src-tauri/target | ||
src-tauri/target | ||
src-tauri/gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
# 1.0.0-alpha.1 (2024-10-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* can’t save or open file on mobile devices ([94f80a0](https://github.com/Muhammed-Rahif/Notpad/commit/94f80a0f26f613b5bc3225e0d7f2aa2371c1bb60)), closes [#182](https://github.com/Muhammed-Rahif/Notpad/issues/182) | ||
* **config:** svelte with neutralino problems ([00a9656](https://github.com/Muhammed-Rahif/Notpad/commit/00a965664b07f6f68314822e480ec087deb89f7f)) | ||
* **editor:** editor title close button bg color ([b639bd4](https://github.com/Muhammed-Rahif/Notpad/commit/b639bd43b88233d97908bc976767b69ffeb51da2)) | ||
* **gh-pages:** blank page ([55be62f](https://github.com/Muhammed-Rahif/Notpad/commit/55be62fe532480c48135240ade0e70cc7b57f34f)) | ||
* **menubar:** close the notepad ([333c6a8](https://github.com/Muhammed-Rahif/Notpad/commit/333c6a8effc1d16cfa275a7d57f6dfd2778dbb62)) | ||
* **menubar:** dark mode label is not dynamic ([9f4968b](https://github.com/Muhammed-Rahif/Notpad/commit/9f4968bd005888939b27c08ddad8443e39f4bf81)), closes [#195](https://github.com/Muhammed-Rahif/Notpad/issues/195) | ||
* **print:** print with large content adds a scrollbar ([2111f84](https://github.com/Muhammed-Rahif/Notpad/commit/2111f84b180ea0c2fd071733459a8110db28550e)) | ||
* **pwa:** vite-pwa not offline compatible ([f860d07](https://github.com/Muhammed-Rahif/Notpad/commit/f860d07bd0b081bbe5e9a3daf72036588e1db037)) | ||
* **statusbar:** move statusbar to a new component ([629d145](https://github.com/Muhammed-Rahif/Notpad/commit/629d145d2ff48711d3b91dbee34f2147430415b5)) | ||
* **tauri:** menubar file options support on tauri ([4bb4883](https://github.com/Muhammed-Rahif/Notpad/commit/4bb48838357634c2d83496fb8e8b86c9f877ee6f)) | ||
|
||
- can’t save or open file on mobile devices ([94f80a0](https://github.com/Muhammed-Rahif/Notpad/commit/94f80a0f26f613b5bc3225e0d7f2aa2371c1bb60)), closes [#182](https://github.com/Muhammed-Rahif/Notpad/issues/182) | ||
- **config:** svelte with neutralino problems ([00a9656](https://github.com/Muhammed-Rahif/Notpad/commit/00a965664b07f6f68314822e480ec087deb89f7f)) | ||
- **editor:** editor title close button bg color ([b639bd4](https://github.com/Muhammed-Rahif/Notpad/commit/b639bd43b88233d97908bc976767b69ffeb51da2)) | ||
- **gh-pages:** blank page ([55be62f](https://github.com/Muhammed-Rahif/Notpad/commit/55be62fe532480c48135240ade0e70cc7b57f34f)) | ||
- **menubar:** close the notepad ([333c6a8](https://github.com/Muhammed-Rahif/Notpad/commit/333c6a8effc1d16cfa275a7d57f6dfd2778dbb62)) | ||
- **menubar:** dark mode label is not dynamic ([9f4968b](https://github.com/Muhammed-Rahif/Notpad/commit/9f4968bd005888939b27c08ddad8443e39f4bf81)), closes [#195](https://github.com/Muhammed-Rahif/Notpad/issues/195) | ||
- **print:** print with large content adds a scrollbar ([2111f84](https://github.com/Muhammed-Rahif/Notpad/commit/2111f84b180ea0c2fd071733459a8110db28550e)) | ||
- **pwa:** vite-pwa not offline compatible ([f860d07](https://github.com/Muhammed-Rahif/Notpad/commit/f860d07bd0b081bbe5e9a3daf72036588e1db037)) | ||
- **statusbar:** move statusbar to a new component ([629d145](https://github.com/Muhammed-Rahif/Notpad/commit/629d145d2ff48711d3b91dbee34f2147430415b5)) | ||
- **tauri:** menubar file options support on tauri ([4bb4883](https://github.com/Muhammed-Rahif/Notpad/commit/4bb48838357634c2d83496fb8e8b86c9f877ee6f)) | ||
|
||
### Features | ||
|
||
* Add character count feature to textarea ([53c826e](https://github.com/Muhammed-Rahif/Notpad/commit/53c826e86cfd7c1d426373aaee267d24f40bb4e9)) | ||
* **editor:** open text files from local ([8f0935a](https://github.com/Muhammed-Rahif/Notpad/commit/8f0935acd66923801964c24729920d551161575c)) | ||
* **files:** save and save as ([ad68c28](https://github.com/Muhammed-Rahif/Notpad/commit/ad68c28a89e1eae8fb9f70d5dc9b82360fd3a539)) | ||
* migrate to svelte from sveltekit ([a77d5d9](https://github.com/Muhammed-Rahif/Notpad/commit/a77d5d98509d7f69393d41f7b89e378d90ffdf89)) | ||
* print active editor ([2db8efe](https://github.com/Muhammed-Rahif/Notpad/commit/2db8efea1ffd53ab28459979b6f8751b66f278e8)) | ||
* **tauri:** replace neutralino using tauri ([8ea0897](https://github.com/Muhammed-Rahif/Notpad/commit/8ea089784fe7a790d85c1df236d6f52366e81956)) | ||
- Add character count feature to textarea ([53c826e](https://github.com/Muhammed-Rahif/Notpad/commit/53c826e86cfd7c1d426373aaee267d24f40bb4e9)) | ||
- **editor:** open text files from local ([8f0935a](https://github.com/Muhammed-Rahif/Notpad/commit/8f0935acd66923801964c24729920d551161575c)) | ||
- **files:** save and save as ([ad68c28](https://github.com/Muhammed-Rahif/Notpad/commit/ad68c28a89e1eae8fb9f70d5dc9b82360fd3a539)) | ||
- migrate to svelte from sveltekit ([a77d5d9](https://github.com/Muhammed-Rahif/Notpad/commit/a77d5d98509d7f69393d41f7b89e378d90ffdf89)) | ||
- print active editor ([2db8efe](https://github.com/Muhammed-Rahif/Notpad/commit/2db8efea1ffd53ab28459979b6f8751b66f278e8)) | ||
- **tauri:** replace neutralino using tauri ([8ea0897](https://github.com/Muhammed-Rahif/Notpad/commit/8ea089784fe7a790d85c1df236d6f52366e81956)) |
Oops, something went wrong.