Skip to content

Commit 90dc41d

Browse files
committed
Update release notes for 1.13.0
1 parent 09a4fb2 commit 90dc41d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

release-notes.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.13.0:
2+
version: 1.13.0
3+
releaseNotes: |
4+
# ✨ New Features
5+
* 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.
6+
* a new resources `{APP_NAME}_FULL_COMMAND_NAME` will be passed to the managed command. This environment variable contains (separated by space):
7+
* the command launcher binary name
8+
* the command group name (if any)
9+
* the command name
10+
* 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.
11+
# New Contributors:
12+
* @jdevera made their first contribution in PR #136
13+
startPartition: 0
14+
endPartition: 9
15+
116
1.12.1:
217
version: 1.12.1
318
releaseNotes: |

0 commit comments

Comments
 (0)