Skip to content

Commit 5f07fda

Browse files
committed
version 13.0.1
1 parent 5372e8c commit 5f07fda

File tree

3 files changed

+52
-48
lines changed

3 files changed

+52
-48
lines changed

changelog.md

Lines changed: 48 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,48 @@
1-
### 13.0.0
2-
3-
- Upgrade for fvtt13, and replace some code form jquery to vanilla javascript ty very much to @St4rwolf13 and is PR https://github.com/p4535992/foundryvtt-playlist-import/pull/16
4-
5-
### 1.9.0
6-
7-
- Upgrade for fvtt11
8-
9-
### 1.8.6
10-
11-
- Bug fix: https://github.com/p4535992/foundryvtt-playlist-import/issues/6
12-
13-
### 1.8.4-5
14-
15-
- Add drag and dorp support
16-
- Add more audio file support
17-
18-
### 1.8.3
19-
20-
- Updated languages
21-
22-
### 1.8.1-2
23-
24-
- Upgrade to fvtt10
25-
26-
### 1.7.5
27-
28-
- Some clean up and better design pattern
29-
30-
### 1.7.4
31-
32-
- Some clean up, and bug fix a typo
33-
34-
### 1.7.3
35-
36-
- A bunchof bug fixing
37-
- Add button for delete all the playlist imported
38-
- Add setting `Delete playlist before import`
39-
- Add setting `Maintain original folder name`
40-
- Add setting `Override playlist`
41-
42-
### 1.7.2
43-
44-
- Forked release
1+
### 13.0.1
2+
3+
- Bug fix https://github.com/p4535992/foundryvtt-playlist-import/issues/12 ty to @cstby and @St4rwolf13 for the PR https://github.com/p4535992/foundryvtt-playlist-import/pull/17
4+
5+
### 13.0.0
6+
7+
- Upgrade for fvtt13, and replace some code form jquery to vanilla javascript ty very much to @St4rwolf13 and is PR https://github.com/p4535992/foundryvtt-playlist-import/pull/16
8+
9+
### 1.9.0
10+
11+
- Upgrade for fvtt11
12+
13+
### 1.8.6
14+
15+
- Bug fix: https://github.com/p4535992/foundryvtt-playlist-import/issues/6
16+
17+
### 1.8.4-5
18+
19+
- Add drag and dorp support
20+
- Add more audio file support
21+
22+
### 1.8.3
23+
24+
- Updated languages
25+
26+
### 1.8.1-2
27+
28+
- Upgrade to fvtt10
29+
30+
### 1.7.5
31+
32+
- Some clean up and better design pattern
33+
34+
### 1.7.4
35+
36+
- Some clean up, and bug fix a typo
37+
38+
### 1.7.3
39+
40+
- A bunchof bug fixing
41+
- Add button for delete all the playlist imported
42+
- Add setting `Delete playlist before import`
43+
- Add setting `Maintain original folder name`
44+
- Add setting `Override playlist`
45+
46+
### 1.7.2
47+
48+
- Forked release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playlist_import",
33
"title": "Playlist Importer",
44
"description": "Speeds up the process of importing your sounds",
5-
"version": "13.0.0",
5+
"version": "13.0.1",
66
"main": "module.js",
77
"license": "SEE LICENSE IN LICENSE",
88
"private": true,

src/module.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "playlist_import",
33
"title": "Playlist Importer",
44
"description": "Speeds up the process of importing your sounds",
5-
"version": "13.0.0",
5+
"version": "13.0.1",
66
"authors": [
77
{
88
"name": "Jacob McAuley"
@@ -68,8 +68,8 @@
6868
"maximum": 13
6969
},
7070
"url": "https://github.com/p4535992/foundryvtt-playlist-import",
71-
"manifest": "https://github.com/p4535992/foundryvtt-playlist-import/releases/download/13.0.0/module.json",
72-
"download": "https://github.com/p4535992/foundryvtt-playlist-import/releases/download/13.0.0/module.zip",
71+
"manifest": "https://github.com/p4535992/foundryvtt-playlist-import/releases/download/13.0.1/module.json",
72+
"download": "https://github.com/p4535992/foundryvtt-playlist-import/releases/download/13.0.1/module.zip",
7373
"readme": "https://github.com/p4535992/foundryvtt-playlist-import/blob/master/README.md",
7474
"changelog": "https://github.com/p4535992/foundryvtt-playlist-import/blob/master/changelog.md",
7575
"bugs": "https://github.com/p4535992/foundryvtt-playlist-import/issues",

0 commit comments

Comments
 (0)