Skip to content

Commit 0c7dd58

Browse files
committed
Add update information
1 parent 2560672 commit 0c7dd58

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for AdvancedNewFile
2-
- 9 November 2013
2+
Information from future releases can be seen by browsing the `messages` directory for the version.
3+
4+
- 9 November 2013 / 1.0.0
5+
- Switch to semantic versioning.
36
- Rename default with special token for current file.
47
- README updates.
58

messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"2013.07.29.11.00.00": "messages/5.txt",
88
"2013.08.05.11.00.00": "messages/6.txt",
99
"2013.09.03.11.00.00": "messages/7.txt",
10-
"2013.11.05.11.00.00": "messages/8.txt"
10+
"2013.11.05.11.00.00": "messages/8.txt",
11+
"1.0.0": "messages/8.txt",
12+
"1.1.0": "messages/9.txt"
1113
}

messages/1.1.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This version contains a major refactor of the code. If any issues arise, please create an issue on the github (https://github.com/skuroda/Sublime-AdvancedNewFile) page. Thank you for using AdvancedNewFile.
2+
3+
Changes:
4+
- Rename key `<current>` has been replaced with `<filename>`
5+
- Remove setting to display context menu in side bar. Instructions on how to add menu entries have been added to the github wiki.
6+
- Miscellaneous bug fixes.
7+
8+
Enhancements:
9+
- Add rename key `<filepath>` to display absolute path to the current file.
10+
- Add basic support for git when moving or deleting files. Thank you @btsai
11+
- When moving a file, specifying a directory will move the file to that location with the same name.
12+

0 commit comments

Comments
 (0)