Recent commits to derivepassphrase.git (HEAD) https://git.schokokeks.org/derivepassphrase.git/tree/HEAD Recent commits feed provided by GitList. Release 0.2.0 https://git.schokokeks.org/derivepassphrase.git/commit/df459996c5d005264830175d20a149002266e13e m@the13thletter.info (Marco Ricci) Thu, 12 Sep 2024 13:59:16 +0200 df459996c5d005264830175d20a149002266e13e Reintroduce dynamic versioning via `hatch version` When we abandoned `hatch version` in 565dd46f8506662fd4abcc8e7f9c7a99ae15958f, we had three top-level packages sharing a version number, but `hatch version` did not support reading or updating the version from multiple sources. Since c4a57f311710768cb18df717a73fd48a8a3077fe however the system is rooted in the `derivepassphrase` top-level package, and the version number is internally copied from that package root. We are therefore once again in the classic scenario that `hatch version` supports. https://git.schokokeks.org/derivepassphrase.git/commit/e4371b6e3217dce085a3a2abea18828a6de0a5e2 m@the13thletter.info (Marco Ricci) Thu, 12 Sep 2024 13:40:04 +0200 e4371b6e3217dce085a3a2abea18828a6de0a5e2 Fix version typo in README https://git.schokokeks.org/derivepassphrase.git/commit/80c2cd1295cb481f4c9fa1e2950f1dd287017f3d m@the13thletter.info (Marco Ricci) Thu, 12 Sep 2024 13:35:41 +0200 80c2cd1295cb481f4c9fa1e2950f1dd287017f3d Fix phrasing and formatting in new changelog entries https://git.schokokeks.org/derivepassphrase.git/commit/519040a8d1d84e4061b91c2d95f74d0641e94efe m@the13thletter.info (Marco Ricci) Thu, 12 Sep 2024 13:31:26 +0200 519040a8d1d84e4061b91c2d95f74d0641e94efe Merge topic branch 'issue10-command-config-renaming' into master * t/issue10-command-config-renaming: Add changelog entries for subcommand/config subsystem migration Rename the configuration file to be subsystem-specific Fix minor typo, formatting and logic errors in tests Modularize test helpers to not unnecessarily manipulate config files Reintegrate all functionality as subcommands GitHub: Closes #10, closes #11. https://git.schokokeks.org/derivepassphrase.git/commit/69cf6a48483555dbcb4c8506673ef942fb008e18 m@the13thletter.info (Marco Ricci) Thu, 12 Sep 2024 13:15:58 +0200 69cf6a48483555dbcb4c8506673ef942fb008e18 Add changelog entries for subcommand/config subsystem migration https://git.schokokeks.org/derivepassphrase.git/commit/eecea3e9d87d0d6ef1f57b553c5d6bcaeb7df01e m@the13thletter.info (Marco Ricci) Thu, 12 Sep 2024 13:15:04 +0200 eecea3e9d87d0d6ef1f57b553c5d6bcaeb7df01e Rename the configuration file to be subsystem-specific In preparation for multiple passphrase derivation schemes with separate settings, use multiple configuration files for each part of the application ("subsystem"). The only currently established subsystem is "vault", using `vault.json`, and the existing configuration effectively corresponds to a "settings" subsystem. Until v1.0 is released, fall back to `settings.json` if `vault.json` does not exist. (But include a deprecation warning, and attempt to migrate to the new filename automatically.) https://git.schokokeks.org/derivepassphrase.git/commit/4ea247a8c0739e114d44fae84f6baa09ad4ebb5c m@the13thletter.info (Marco Ricci) Wed, 11 Sep 2024 22:13:56 +0200 4ea247a8c0739e114d44fae84f6baa09ad4ebb5c Fix minor typo, formatting and logic errors in tests Fix the test `test_230b_store_config_custom_error` to actually test a custom error. Also expand GitHub issue references with the full URL. https://git.schokokeks.org/derivepassphrase.git/commit/2bb00f7a81dad1210b60fb9a6d905ca8d5193655 m@the13thletter.info (Marco Ricci) Wed, 11 Sep 2024 21:06:13 +0200 2bb00f7a81dad1210b60fb9a6d905ca8d5193655 Modularize test helpers to not unnecessarily manipulate config files Rename the `isolated_config` to `isolated_vault_config`, which sets the `derivepassphrase vault` configuration files, and avoid config file manipulation in "vanilla" `isolated_config`. Update tests to use `isolated_config` where feasible. https://git.schokokeks.org/derivepassphrase.git/commit/c83eb5bc68a5fec0db1b37024297ad8b3c4df7ea m@the13thletter.info (Marco Ricci) Wed, 11 Sep 2024 21:00:34 +0200 c83eb5bc68a5fec0db1b37024297ad8b3c4df7ea Reintegrate all functionality as subcommands Move the existing main functionality into a `derivepassphrase vault` subcommand, and the existing exporter functionality into a `derivepassphrase export vault` subcommand, in preparation of supporting other schemes besides vault. Install proxy command-line interfaces that emit deprecation warnings and forward the call to the subcommands. (Some explanation and warning texts were relocated appropriately.) The exporter is no longer a separate command, but rather a subcommand `export`. The `derivepassphrase.exporter.cli` module has been folded into the `derivepassphrase.cli` module. Documentation and tests have been updated to match. The documentation in particular now strictly uses the one-line synopsis from the command's docstring. https://git.schokokeks.org/derivepassphrase.git/commit/61f4c67ce11a1dd77b59613e550822d64877c904 m@the13thletter.info (Marco Ricci) Wed, 11 Sep 2024 12:20:16 +0200 61f4c67ce11a1dd77b59613e550822d64877c904