Skip to content

Releases: kynatro/notepack-cli

CLI help and version flags

23 Dec 23:04
Compare
Choose a tag to compare
Pre-release

Introduces CLI --help and --version commands.

NOTE: This version changes the way that NotePack responds when running notepack without arguments. Instead of showing all open todos, it prints an error and shows help instead.

User folder watcher

26 Sep 22:11
Compare
Choose a tag to compare
User folder watcher Pre-release
Pre-release

Moves the "watching" file into the user's home folder instead of local to the installed package. This will allow upgrades to the package to know if a watcher was running previously and restart it with the updated scripts.

Note: it is recommended that you run notepack stop before installing this release or the old process will continue to run in the background.

Improve test coverage

17 Sep 05:01
Compare
Choose a tag to compare
Improve test coverage Pre-release
Pre-release

Improves test coverage

Fix watch variables and up testing

21 Aug 07:12
Compare
Choose a tag to compare
Pre-release

Fixes some variable loading in watcher scripts and increases testing coverage.

Add updateTodos tests

04 Aug 06:20
Compare
Choose a tag to compare
Add updateTodos tests Pre-release
Pre-release

Adds test coverage for the updateTodos.js module functions.

Fix broken tests

31 Jul 05:07
Compare
Choose a tag to compare
Fix broken tests Pre-release
Pre-release

Fixes broken tests to work with new user configuration.

Fix configuration default path

31 Jul 04:09
Compare
Choose a tag to compare
Pre-release

Fix configuration default Application Root Folder path when installing as a global module.

Fix configuration

30 Jul 07:05
Compare
Choose a tag to compare
Fix configuration Pre-release
Pre-release

Fixes configuration to persist when updating the script by moving the user configuration file to the user's home directory. Adds checks for configuration file presence, improved user feedback at CLI, and postinstall scripts to begin configuration if a configuration is not present.

Add global package support

28 Jul 05:05
Compare
Choose a tag to compare
Pre-release

Add support to be installed locally or globally to ease implementation and remove prerequisite of Note repo from also being a Node repo.

Test of combined publication workflow

27 Jul 06:47
Compare
Choose a tag to compare
Pre-release

Release to test combined publication workflow