diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-10 19:19:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 19:19:01 +0530 |
commit | 5715b59ed424a8aee963aa7f4857bba118d20ede (patch) | |
tree | 3b13ef20651c4f2b5989a516950786c0bc298c23 /CHANGELOG.md | |
parent | e0350043d0cb95999335ac746154c2c3f3129616 (diff) |
Replicate key selection flow for directory creation (#999)
* Replicate key selection flow
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Review fixes
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Set --user 0 in adb options to prevent automatically installing to work profile
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Fix committing regression
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af559a43..418ad027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ### Added - Allow changing the branch used for Git operations +- Allow setting a subdirectory key when creating folders ### Changed |