Releases: myalt2335/Notepad
Release list
1.3.2
1.3.1
1.2.1
Although this isn't the first version I made, this is the newest version, and the first one I'm releasing to github.
Its ok for being made super quickly I think.
Also somehow the build is detected as containing a virus, or at least it did for me during a test download. If you don't trust me you can build it yourself.
That's all.
Real v1
1.3.0
I left this script collecting dust for a bit, but I finally came back to it and made some minor updates:
- Swapped to semantic versioning
- Worked on file saving
- Ctrl+S now overwrites the existing file (if applicable) instead of always acting as "Save As"
- Ctrl+Shift+S is now used for "Save As" instead of Ctrl+S
- Added a check when exiting if the file is unsaved to ask if you wanna save it
Also, you'll notice v1.3.0 and v1.3.0-compressed, v1.3.0-compressed is a significantly smaller (2.5MB less when unzipped) than v1.3.0 but runs a bit slower.
That's all.
1.2.4
1.2.2
So I JUST realized that loading is bad. For some reason the indentation is bad. For example if you open a text that contains:
Hello!
More text on a line below
v1.2.1 would load it as:
Hello!More text on a line below
So I fixed that in v1.2.2.
That's all.