From 90dc41db4ed6ec8657879ecde9d357e0f8fcf911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B3=20Bo=20HOU?= Date: Mon, 2 Sep 2024 14:38:20 +0200 Subject: [PATCH] Update release notes for 1.13.0 --- release-notes.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-notes.yaml b/release-notes.yaml index ee72edf..9cf056e 100644 --- a/release-notes.yaml +++ b/release-notes.yaml @@ -1,3 +1,18 @@ +1.13.0: + version: 1.13.0 + releaseNotes: | + # ✨ New Features + * built-in login command now look for three environment variables for the default user name (in order): `${APP_NAME}_USERNAME`, `$USER`, and `$USERNAME`. The default user is also printed in the output to avoid confusion. + * a new resources `{APP_NAME}_FULL_COMMAND_NAME` will be passed to the managed command. This environment variable contains (separated by space): + * the command launcher binary name + * the command group name (if any) + * the command name + * a new boolean type configuration item `group_help_by_registry` to allow the user to group the top level commands by registry in the help message. The default value is true. + # New Contributors: + * @jdevera made their first contribution in PR #136 + startPartition: 0 + endPartition: 9 + 1.12.1: version: 1.12.1 releaseNotes: |