Skip to content

Commit

Permalink
v1.0.0 (#92)
Browse files Browse the repository at this point in the history
Compatibility update for Foundry v10
Importing has been streamlined and now also handles categories
  • Loading branch information
crash1115 authored Nov 7, 2022
1 parent a15522b commit 20eba18
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 102 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## No Longer Being Maintained
Due to time constraints, I'm no longer able to keep updating this module with any amount of frequency. You're welcome to keep using it; there's a decent chance that it'll get updated from time to time because my group uses it, but I won't be keeping up with feature requests or non-critical bug reports at the level that'd be expected for something actively being maintained. Thanks for sticking with me on this wild ride, it's been a lot of fun!

![Header Image](https://raw.githubusercontent.com/crash1115/5e-training/master/media/cover.png)

![GitHub All Releases](https://img.shields.io/github/downloads/crash1115/5e-training/total) ![GitHub Releases](https://img.shields.io/github/downloads/crash1115/5e-training/latest/total) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/crash1115/5e-training?label=latest%20version)
Expand All @@ -10,7 +13,7 @@ Tracking & Training is a module for the dnd5e system in Foundry VTT that adds a
Check out the [wiki](https://github.com/crash1115/5e-training/wiki) for instructions, screenshots, sample macros, compatibility info, API documentation, and more!

## Got Questions? Find a Bug?
Contact me on Discord (CRASH1115#2944) to chat, or create an issue right here on GitHub.
Create an issue right here on GitHub. If it's a critical/breaking bug, I'll try to fix it when I can. Feature requests likely won't be worked on unless I can find a use case for them with my groups that use this.

## Attributions and Special Thanks
- Thanks to KLO#1490 for Korean translations
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.0.0 (Foundry v10)
- Compatibility update for Foundry v10
- Importing has been streamlined and now also handles categories
- As of this release I will no longer be officially maintaing this module. You're welcome to keep submitting bug reports, and I'll try to fix issues if/when I can, but feature requests that haven't been gotten to by now will likely never get done. Thanks all for sticking with me this far, really appreciate all the support.

# Version 0.6.9
- Restrict module to dnd5e system (credit MrVauxs)
- Fix compatibility issues with MidiQOL and BetterRolls (credit tposney)
Expand Down
16 changes: 6 additions & 10 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"C5ETRAINING.AdjustProgressValue": "Adjust Progress",
"C5ETRAINING.Roll": "Roll",
"C5ETRAINING.ToolNotFoundWarning": "Selected tool not found. Please edit the item and select a new one.",

"C5ETRAINING.ProgressionStyleFixed": "Fixed Value",

"C5ETRAINING.MacroNotFoundWarning": "Couldn't find macro with name",

"C5ETRAINING.CompletedATrackedItem": "completed a tracked item.",
Expand Down Expand Up @@ -150,7 +149,6 @@
"C5ETRAINING.ProgressionStyleAbilityCheck": "Ability Check",
"C5ETRAINING.ProgressionStyleSkillCheck": "Skill Check",
"C5ETRAINING.ProgressionStyleToolCheck": "Tool Check",
"C5ETRAINING.ProgressionStyleMacro": "Macro",

"C5ETRAINING.ProgressionStyleFixedHeader": "Details - Fixed Value",
"C5ETRAINING.ProgressionStyleAbilityCheckHeader": "Details - Ability Check",
Expand All @@ -176,11 +174,9 @@
"C5ETRAINING.CheckTypeColumnHeader": "Type",
"C5ETRAINING.ProgressColumnHeader": "Progress",
"C5ETRAINING.ToggleInfo": "Toggle Info",
"C5ETRAINING.AdjustProgressValue": "Adjust Progress",

"C5ETRAINING.EditItem": "Edit Item",
"C5ETRAINING.EditCategory": "Edit Category",
"C5ETRAINING.DeleteCategory": "Delete Category",

"C5ETRAINING.None": "None",
"C5ETRAINING.Delete": "Delete",
Expand All @@ -199,8 +195,8 @@
"C5ETRAINING.ExportTrackedItemsTooltip": "Export tracked items to a file",
"C5ETRAINING.ImportTrackedItemsTooltip": "Import tracked items from a file",

"C5ETRAINING.ExportNoTrackedItems": "No items to export. Cancelling export.",
"C5ETRAINING.ImportNoTrackedItems": "No items to import. Cancelling import.",
"C5ETRAINING.ExportNoTrackedItems": "No items or categories to export. Cancelling export.",
"C5ETRAINING.ImportNoTrackedItems": "No items or categories to import. Cancelling import.",
"C5ETRAINING.ImportNoFile": "No file selected. Cancelling import.",

"C5ETRAINING.ImportTypeSelectionTitle": "How should we import?",
Expand All @@ -209,9 +205,9 @@
"C5ETRAINING.ImportTypeSelectionOverwrite": "Replace",
"C5ETRAINING.ImportTypeSelectionCombine": "Combine",

"C5ETRAINING.ImportDupeWarningTitle": "Possible Duplicate Items",
"C5ETRAINING.ImportDupeWarningText": "We found some things during the import that we thought might be duplicate items. Instead of just deleting whichever one we felt like, we kept them both so you can figure out which to keep.",
"C5ETRAINING.ImportDupeWarningConfirm": "Got it, thanks!",
"C5ETRAINING.ImportOldWarningTitle": "Could Not Import Categories",
"C5ETRAINING.ImportOldWarningText": "The data you imported is from an older version of the module that didn't support the export of category data along with items. We imported it for you anyway, but all items have been placed into the Uncategorized category.",
"C5ETRAINING.ImportOldWarningConfirm": "Got it, thanks!",

"C5ETRAINING.ImportComplete": "Import Complete",

Expand Down
42 changes: 31 additions & 11 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"name": "5e-training",
"title": "Crash's Tracking & Training (5e)",
"description": "Adds a tab to the character sheet to keep track of downtime activities, training, spell scribing, faction reputation, quest progress, and anything else you can think of.",
"author": "CRASH1115#2944",
"url": "https://github.com/crash1115/5e-training",
"readme": "https://github.com/crash1115/5e-training/blob/master/README.md",
"bugs": "https://github.com/crash1115/5e-training/issues",
"version": "0.6.9",
"system": ["dnd5e"],
"minimumCoreVersion": "0.8.2",
"compatibleCoreVersion": "9",
"minimumSystemVersion": "1.3.0",
"version": "1.0.0",
"esmodules": [
"scripts/crash-5e-training.js"
],
Expand All @@ -24,19 +18,45 @@
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
"path": "lang/en.json",
"flags": {}
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
"path": "lang/ko.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
"path": "lang/es.json",
"flags": {}
}
],
"manifest": "https://raw.githubusercontent.com/crash1115/5e-training/master/module.json",
"download": "https://github.com/crash1115/5e-training/releases/download/v0.6.9/5e-training.zip"
"download": "https://github.com/crash1115/5e-training/releases/download/v1.0.0/5e-training.zip",
"id": "5e-training",
"authors": [
{
"name": "CRASH1115#2944",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "10"
},
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "2.0.3",
"verified": "2.0.3"
}
}]
}
}

Loading

0 comments on commit 20eba18

Please sign in to comment.