Skip to content

Releases: CaptainChicky/Note-taking-App

Note-taking App v2.0

13 Jul 04:34
Compare
Choose a tag to compare

Updated to improve everything.

  • Added my signature code moment of if <condition> {// do nothing 😁}
  • Added storage system via a storage.json with Newtonsoft.Json package.
  • Minor tweaks to the form app element position.
  • Disabled window resizing manually.
  • Two size modes: maximized, or regular. Janky anchors but whatever.

Hopefully this is helpful to anyone trying to get into learning C# lmao

Finalized App

08 Dec 01:44
514d746
Compare
Choose a tag to compare

Full release v1.0. Fully functional executable with icon and version information(via Resource Hacker 😁). Works in Windows 10, and possibly most other OSes. Not code-signed but who cares 🤣. Your antivirus will probably make a big fuss over this so make sure to mark the executable as "trusted" first.

Enjoy! 😄

Note the issue of read/delete making error when pressed and there is no saved note. Will fix in later versions.