Skip to content

Commit

Permalink
Adding release notes
Browse files Browse the repository at this point in the history
- Renamed some settings
  • Loading branch information
adambullmer committed Mar 12, 2018
1 parent c292406 commit cfa0901
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"children": [{
"caption": "Ansible Vault",
"children": [{
"caption": "Settings - User",
"caption": "Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/ansible_vault/AnsibleVault.sublime-settings",
"default": "// Ansible Vault user settings"
"default": "// Ansible Vault settings"
}
}]
}]
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"install": "messages/install.txt",
"1.1.0": "messages/1.1.0.txt",
"1.1.1": "messages/1.1.1.txt",
"1.2.0": "messages/1.2.0.txt"
"1.2.0": "messages/1.2.0.txt",
"1.3.0": "messages/1.3.0.txt"
}
7 changes: 7 additions & 0 deletions messages/1.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Ansible Vault
=============

Changelog
---------

- Using the newer style sublime settings command

0 comments on commit cfa0901

Please sign in to comment.