This is a small note-taking application written in Go.
It doesn't feature security mechanisms or similar, it's for personal use only.
This program uses the go module modernc.org/sqlite
Therefore, you need to install it first:
go get modernc.org/sqlite
go mod tidy-
$\textsf{\color{aqua}Version 1.0.0}$ - Initial commit
-
$\textsf{\color{aqua}Version 2.0.0}$ - Merge: Web- GUI added
-
$\textsf{\color{aqua}Version 2.0.1}$ - Small fixes
- Improved outsourcing
-
- Merge: Web- GUI added
-
$\textsf{\color{aqua}Version 3.0.0}$ - Switch to SQLite3 Database
- Improved Frontend → Buttons reconfig + Help Button
-
$\textsf{\color{aqua}Version 3.0.1}$ - .gitignore updated
-