Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from death-save:v1.5.0
Browse files Browse the repository at this point in the history
v1.5.0
  • Loading branch information
eclarke12 committed Jun 6, 2021
2 parents 7ac5887 + 5d3cec7 commit eff7c9e
Show file tree
Hide file tree
Showing 6 changed files with 5,886 additions and 688 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## [1.5.0] - 2021-06-05
- Added compatibility for [Foundry VTT v0.8.6](https://foundryvtt.com/releases/0.8.6) -- thanks @ethaks once again! 🎉
> Due to the massive changes in Foundry v0.8.x the way that Pin Cushion creates Player (Scene) Notes has changed. You now need to set the core permission `Create Map Notes` and the permission `Create Journal Entries`. If the `Create Journal Entries` permission is not set to allow Players to create Journal Entries, then players will receive a message when they try to create a Map Note using double-click. If the `Create Map Notes` permission is not set to allow Players to create Map Notes then no warning will be raised.
## [1.4.0] - 2021-04-18
- You can now set the default permission and folder when creating a Journal Note using Pin Cushion (thanks @saif-ellafi!)
- Images are no longer stretched in the Journal preview (thanks @krysztalzg!)
Expand Down
4 changes: 1 addition & 3 deletions lang/en.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"SETTINGS.AboutAppN": "About Pin Cushion",
"SETTINGS.AboutAppH": "Displays additional info about Pin Cushion",
"SETTINGS.AllowPlayerNotesN": "Allow Player Notes",
"SETTINGS.AllowPlayerNotesH": "Allows players to create map pins",
"SETTINGS.ShowJournalPreviewN": "Show Journal Preview",
"SETTINGS.ShowJournalPreviewH": "Shows a Journal preview when hovering over a map pin",
"SETTINGS.PreviewTypeN": "Journal Preview Type",
Expand All @@ -22,7 +20,7 @@
"PerUser": "Per User",
"Folder": "Journal Entry Folder:",
"ExistingFolders": "Existing Folders",
"DefaultPermission": "Default Permission:",
"DefaultPermission": "Default Permission (for all players):",
"CreateMissingFoldersT": "Create Missing Folders",
"CreateMissingFoldersC": "<b>Create a Journal Entry folder for each player?</b><br>This ensures that each player has their own folder for entries to be created in.",

Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "pin-cushion",
"title": "Pin Cushion",
"description": "Adds additional map pin (Journal Note/Scene Note) functionality",
"version": "1.4.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"version": "1.5.0",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.6",
"author": "Evan Clarke [errational#2007]",
"authors": [
{
Expand Down
Loading

0 comments on commit eff7c9e

Please sign in to comment.