Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Oct 5, 2020
1 parent d6e2fe3 commit 1cdefb0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.8 (2020-10-04)
## Features
* **Everywhere**: Hide default increment/decrement arrows on number inputs, which were causing issues. Some number inputs now use new, larger increment/decrement buttons. Partial fix for #48.
* **Pilot Sheet**: Add a core power toggle. Closes #52.
* **Attack Macros**: Add single-depth Overkill rerolling, and a button to roll another d6 if needed.
* **Status Icons**: Add status and condition icons from Comp/Con icon set. Closes #24.

## Bug Fixes
* **Pilot Sheet**: Fixed an issue preventing Aux/Aux and Main/Aux mounts from being created. Closes #73.
* **Pilot Sheet**: Cloud import now properly sets the Actor name. Closes #79.
* **Pilot Sheet**: Fix drag-and-drop item sorting.
* **NPC Sheet**: Fixed a bug preventing NPC HASE macros from rolling. Closes #76.
* **Compendiums**: Fixed a bug causing modified items in the Lancer compendiums to prevent the system from loading properly. Closes #78.
* **Compendium Manager**: Removed the setting to create system-wide compendiums, which caused issues with pilot imports. Closes #80.

# 0.1.7 (2020-09-27)
Hotfix to correct new issue with pilot sheet not loading.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "foundryvtt-lancer",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"scripts": {
"package": "gulp package",
Expand All @@ -25,15 +25,15 @@
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"prettier": "2.0.5",
"sass": "^1.26.7",
"sass": "^1.26.11",
"ts-loader": "^8.0.2",
"tslib": "^1.13.0",
"typescript": "^3.9.7",
"webpack-stream": "^5.2.1",
"yargs": "^15.3.1"
"yargs": "^15.4.1"
},
"dependencies": {
"@mdi/font": "^5.3.45",
"@mdi/font": "^5.6.55",
"lancer-data": "^2.0.35",
"machine-mind": "^0.1.1-beta.18"
}
Expand Down
Binary file added package/lancer-v0.1.8.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lancer",
"title": "LANCER",
"description": "A Foundry VTT game system for <a href=\"https://massif-press.itch.io/corebook-pdf\">Lancer</a> by <a href=\"https://massif-press.itch.io/\">Massif Press</a>, a mud-and-lasers tactical mech RPG.",
"version": "0.1.7",
"version": "0.1.8",
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.6.6",
"author": "Eranziel",
Expand All @@ -22,7 +22,7 @@
"secondaryTokenAttribute": "mech.heat",
"url": "https://github.com/Eranziel/foundryvtt-lancer",
"manifest": "https://raw.githubusercontent.com/Eranziel/foundryvtt-lancer/master/src/system.json",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.7/package/lancer-v0.1.7.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.8/package/lancer-v0.1.8.zip",
"license": "GNU GPLv3",
"readme": "",
"bugs": "",
Expand Down

0 comments on commit 1cdefb0

Please sign in to comment.