Releases: aadithenoob/JNote
Releases · aadithenoob/JNote
JNote 0.2.0-alpha
What's Changed
New Commands
jnote list - shows all notes
jnote delete <title> - deletes a note
jnote create <title> [filepath] - create notes with title and optional filepath
Changes
- Auto-adds .md extension if missing
- Switched to picocli (-h/--help and -v/--version work now)
- Replaced -t/--title and -f/--filepath flags with positional parameters
- Metadata saves after changes
- Reorganized to io.github.aadithenoob.jnote package
Installation
- Download
JNote-0.2.0-alpha-portable.zip - Extract and run
install.bat - Run
jnotefrom anywhere
Bundled Java runtime included.
Only works on Windows.
JNote v0.1.0-alpha
PORTABLE VERSION DOES NOT WORK - Use source build only
Features
- Create notes with custom titles
- Multi-line input (type
ENDto finish) - Auto-adds
.mdextension if missing - Metadata stored in JSON with Gson
- Overwrite protection with confirmation
- Version flag (
-vor--version)
Known Issues
- No search or list commands yet
- Metadata stored but not used
- Windows only
- No UTF-8 support
Installation
Build from source with JDK 21+
Dependencies
- Gson 2.10.1
- JRE 21+