Skip to content

Releases: myalt2335/Notepad

1.3.2

Choose a tag to compare

@myalt2335 myalt2335 released this 24 Mar 23:02
3d9696a

One of the updates of all time.

  • Re-added Ctrl N (I forgot to add it when I swapped to an accelerate table in v1.3.0)

That's all.

1.3.1

Choose a tag to compare

@myalt2335 myalt2335 released this 21 Mar 05:06
7607705

This is by far the smallest update I have ever made for this script.

  • Swapped filter in the file dialog to automatically filter for any file that holds text, not just .txt files.

That's all.

1.2.1

Choose a tag to compare

@myalt2335 myalt2335 released this 16 Oct 01:39
3d9696a

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

Choose a tag to compare

@myalt2335 myalt2335 released this 13 Jan 23:28
3d9696a

Yeah I decided I wanted to release the actual v1. I don't remember what's up with this version. That's all.

1.3.0

Choose a tag to compare

@myalt2335 myalt2335 released this 20 Mar 02:23
75f2acf

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

Choose a tag to compare

@myalt2335 myalt2335 released this 30 Dec 08:57
70f9f3d

1.2.3 is kind of halfway through completion from what 1.2.4 is so I skipped it.

1.2.3 brought: Filename to app title
1.2.4 brought: The unsaved indicator (*), Support for Ctrl+S

That's all.

1.2.2

Choose a tag to compare

@myalt2335 myalt2335 released this 29 Dec 03:43
8a853bb

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.