Skip to content

Commit 31d4b6a

Browse files
committed
bump version to 0.0.4
1 parent 0ad3d21 commit 31d4b6a

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This extension allow you to insert timestamp, copyright or any information to yo
1010

1111
## Features
1212

13-
- insert defined parameter like `date`, `time`, `datetime`, `year`, `company`
13+
- insert defined parameter like `date`, `time`, `datetime`, `day`, `month`, `year`, `hour`, `minute`, `second`, `company`, `filename`
1414
- insert your own parameter and template
1515
- define multiple templates
1616

@@ -53,7 +53,7 @@ This is default configuration
5353
}
5454
```
5555

56-
Define all custom variables/paramenters in star `*` key like
56+
Define all custom variables/paramenters in asterisk `*` like
5757

5858
```
5959
"fileHeaderComment.parameter":{
@@ -65,7 +65,7 @@ Define all custom variables/paramenters in star `*` key like
6565
}
6666
```
6767

68-
Use your variable in template like (star sign `*` will be default template)
68+
Use your variable in template like (asterisk `*` will be default template)
6969

7070
```
7171
"fileHeaderComment.template":{
@@ -125,14 +125,23 @@ You can use parameters below in your template
125125
- `datetime`: print current date + time
126126
- `datetime24h` : print current date + time in 24 hour format
127127
- `company` : print "Your Company"
128+
- `day`: print day of the month
129+
- `month`: print current month
128130
- `year`: print current year
131+
- `hour`: print current hour (24h)
132+
- `minute`: print current minute
133+
- `second`: print current second
134+
- `filename`: print filename
129135

130136

131137

132138
## Release Notes
139+
### 0.0.4
140+
- support yaml, shellscript language (thanks to @waddyvic)
141+
- add day, month, hour, minute, second, filename parameter (thanks to @rcabg, @ternvein)
133142

134143
### 0.0.3
135-
- fixing "unknown configuration setting" message in Settings
144+
- fixing "unknown configuration setting" message in Settings (thanks to @isuda)
136145

137146
### 0.0.2
138147
- multiple templates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fileheadercomment",
33
"displayName": "File Header Comment",
44
"description": "Insert File Header Comment such as date, time",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"publisher": "doi",
77
"engines": {
88
"vscode": "^1.0.0"

0 commit comments

Comments
 (0)