Skip to content

Commit 81fafe4

Browse files
committed
Add message for version 1.3.0
1 parent b322a50 commit 81fafe4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ or
2727
* Windows: %APPDATA%/Roaming/Sublime Text 3/Packages/
2828
* Linux: ~/.config/sublime-text-3/Packages/
2929

30+
Depending on your install on windows, the ST packages path may be `%APPDATA%/Sublime Text 2/...`
31+
3032
## Usage
3133
Simply bring up the AdvancedNewFile input through the appropriate [key binding](https://github.com/skuroda/Sublime-AdvancedNewFile). Then, enter the path, along with the file name into the input field. Upon pressing enter, the file will be created. In addition, if the directories specified do not yet exists, they will also be created. For more advanced usage of this plugin, be sure to look at [Advanced Path Usage](https://github.com/skuroda/Sublime-AdvancedNewFile#advanced-path-usage). By default, the path to the file being created will be filled shown in the status bar as you enter the path information.
3234

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"1.1.0": "messages/1.1.0.txt",
1313
"1.1.1": "messages/1.1.1.txt",
1414
"1.2.0": "messages/1.2.0.txt",
15-
"1.2.1": "messages/1.2.1.txt"
15+
"1.2.1": "messages/1.2.1.txt",
16+
"1.3.0": "messages/1.3.0.txt"
1617
}

messages/1.3.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Add new command `advanced_new_file_copy` to copy commands. See the wiki for more details about the command.
2+
- General bug fixes.

0 commit comments

Comments
 (0)