diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23a59d6..04cbd91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/core": "0.11.0", - "packages/cli": "0.6.4" + "packages/cli": "0.7.0" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2b7c3cb..1b7c893 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.7.0](https://github.com/timgreen/Anki.md/compare/cli/v0.6.4...cli/v0.7.0) (2023-03-13) + +### ⚠ BREAKING CHANGES + +- stop matching noteId & report unmodified + +### Features + +- Stop matching noteId & report unmodified ([8226956](https://github.com/timgreen/Anki.md/commit/82269562bb30b638f6ef4451091c6aac4eb8bf6e)) + ## [0.6.4](https://github.com/timgreen/Anki.md/compare/cli/v0.6.3...cli/v0.6.4) (2023-03-12) ### Features diff --git a/packages/cli/README.md b/packages/cli/README.md index 35a89bd..ba39464 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -16,7 +16,7 @@ $ npm install -g @anki.md/cli $ ankimd COMMAND running command... $ ankimd (--version) -@anki.md/cli/0.6.4 linux-x64 node-v18.14.2 +@anki.md/cli/0.7.0 linux-x64 node-v18.14.2 $ ankimd --help [COMMAND] USAGE $ ankimd COMMAND @@ -38,7 +38,6 @@ USAGE - [`ankimd connect notesInfo NOTEIDS`](#ankimd-connect-notesinfo-noteids) - [`ankimd connect sync`](#ankimd-connect-sync) - [`ankimd help [COMMANDS]`](#ankimd-help-commands) -- [`ankimd rmids FILES`](#ankimd-rmids-files) - [`ankimd sync MARKDOWNS`](#ankimd-sync-markdowns) ## `ankimd autocomplete [SHELL]` @@ -226,28 +225,6 @@ DESCRIPTION _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.8/src/commands/help.ts)_ -## `ankimd rmids FILES` - -Remove the note IDs. - -``` -USAGE - $ ankimd rmids FILES - -ARGUMENTS - FILES Markdown files - -DESCRIPTION - Remove the note IDs. - -EXAMPLES - $ ankimd rmids deckA.md - - $ ankimd rmids deckA.md deckB.md -``` - -_See code: [dist/commands/rmids.ts](https://github.com/timgreen/Anki.md/blob/cli/v0.6.4/packages/cli/src/commands/rmids.ts)_ - ## `ankimd sync MARKDOWNS` Sync to Anki Desktop via AnkiConnect. @@ -255,7 +232,7 @@ Sync to Anki Desktop via AnkiConnect. ``` USAGE $ ankimd sync MARKDOWNS [--math native|svg] [--update-model-templates] [--update-model-styling] - [--save-note-ids] [--overwrite-existing-medias] + [--overwrite-existing-medias] ARGUMENTS MARKDOWNS Markdown files @@ -264,8 +241,6 @@ FLAGS --math=