Skip to content

Commit

Permalink
fix: Change toolbar path to match Unity guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcodestudio committed Dec 12, 2023
1 parent 8ed2aa4 commit 988dab9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.2.3] - 2023-12-12
- Changed toolbar path to match Unity submission-guidelines (section 2.5.1.a)

## [1.2.2] - 2023-10-22
- Avoid overwriting setting by empty values

Expand Down
2 changes: 1 addition & 1 deletion Editor/UI/KeystoreEditorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class KeystoreEditorWindow : EditorWindow
private TextField _keyaliasName;
private TextField _keyaliasPass;

[MenuItem("DreamCode/Android/AutoKeystore")]
[MenuItem("Tools/DreamCode/Android/AutoKeystore")]
internal static void ShowWindow()
{
var window = GetWindow<KeystoreEditorWindow>();
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Allows store android keystore between sessions, without manual input everytime.
* Open `Package Manager` and press `Install` button.
<img src="https://user-images.githubusercontent.com/7010398/187045087-76c3bf90-f023-46d5-a794-9657d9398548.png" width="730">

* Open the setup dialog `DreamCode > Android > AutoKeystore`
* Open the setup dialog `Tools > DreamCode > Android > AutoKeystore`

![preview_autokeystore](https://user-images.githubusercontent.com/7010398/188006008-336628ff-39b7-42b9-820b-e2f21a5513da.png)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.dreamcode.mobile.android-keystore",
"displayName": "AutoKeystore",
"version": "1.2.2",
"version": "1.2.3",
"unity": "2020.3",
"description": "Allows store android keystore between sessions, without manual input everytime.",
"keywords": [
Expand Down

0 comments on commit 988dab9

Please sign in to comment.