Skip to content

Releases: aadithenoob/JNote

JNote 0.2.0-alpha

26 Oct 07:52

Choose a tag to compare

JNote 0.2.0-alpha Pre-release
Pre-release

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

  1. Download JNote-0.2.0-alpha-portable.zip
  2. Extract and run install.bat
  3. Run jnote from anywhere

Bundled Java runtime included.

Only works on Windows.

JNote v0.1.0-alpha

23 Oct 13:26

Choose a tag to compare

JNote v0.1.0-alpha Pre-release
Pre-release

PORTABLE VERSION DOES NOT WORK - Use source build only

Features

  • Create notes with custom titles
  • Multi-line input (type END to finish)
  • Auto-adds .md extension if missing
  • Metadata stored in JSON with Gson
  • Overwrite protection with confirmation
  • Version flag (-v or --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+