Skip to content

Commit 525f66c

Browse files
committed
Add update message
1 parent 81161ca commit 525f66c

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

LICENSE.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 AdvancedNewFile authors
3+
Copyright (c) 2015 AdvancedNewFile authors
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6-
associated documentation files (the "Software"), to deal in the Software without restriction,
7-
including without limitation the rights to use, copy, modify, merge, publish, distribute,
8-
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction,
7+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
8+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
99
is furnished to do so, subject to the following conditions:
1010

11-
The above copyright notice and this permission notice shall be included in all copies or
11+
The above copyright notice and this permission notice shall be included in all copies or
1212
substantial portions of the Software.
1313

14-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
15-
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18-
sOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
15+
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"1.4.0": "messages/1.4.0.txt",
1818
"1.4.3": "messages/1.4.3.txt",
1919
"1.5.0": "messages/1.5.0.txt",
20-
"1.5.1": "messages/1.5.1.txt"
20+
"1.5.1": "messages/1.5.1.txt",
21+
"1.6.0": "messages/1.6.0.txt"
2122
}

messages/1.6.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* New setting "empty_filename_action". With no input specified, an unnamed new file will be created when executing the new file command. Default value is false.
2+
3+
Thanks for using AdvancedNewFile.

0 commit comments

Comments
 (0)