Skip to content

Commit 163c3c9

Browse files
committed
1.0.2
1 parent cf10fd1 commit 163c3c9

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.2
2+
3+
- v13 fixes for v13 public release.
4+
15
# 1.0.1
26

37
- Remove additional deprecation warnings.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simple enhanced Scene Notes/Pins for Foundry to add autonumbering.
88

99
## About
1010

11-
This module currently offers three improvements to journal notes/pins.
11+
This module offers three improvements to journal notes/pins.
1212

1313
- Create icons for scenes on the fly based on the journal name, e.g. 1a. Kobold Nursery would generate a nice icon with 1a in a circle. These are similar to the icons that are created by DDB Importer when importing an adventure.
1414
- Add the ability to remove the icon border. This is similar to the functionality in backgroundless-pins. If Backgroundless Pins is active, Note Licker will not enable this functionality, and works in v11. If Pin Cushion is installed, Note Licker will let this module handle background removal.
@@ -44,7 +44,7 @@ Please open bugs and issues on [github](https://github.com/MrPrimate/NoteLicker/
4444
You can create icons using the API as follows:
4545

4646
```javascript
47-
let path = await game.modules.get("notelicker")?.api.generateIcon("1a. Terror of fun");
47+
let path = await game.modules.get("notelicker")?.api.Icons.generateIcon("1a. Terror of fun");
4848
```
4949
5050
This will return the path to the new icon, which you can use to update a note or other.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notelicker",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "MrPrimate",
55
"description": "Foundry VTT module for enhancing notes and their icons",
66
"private": true,

0 commit comments

Comments
 (0)