Skip to content

Commit

Permalink
Update release notes for 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhou-crto committed Sep 2, 2024
1 parent 09a4fb2 commit 90dc41d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions release-notes.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down

0 comments on commit 90dc41d

Please sign in to comment.