Skip to content

Commit

Permalink
Merge pull request #24 from mrkwnzl/develop
Browse files Browse the repository at this point in the history
3.3.0
  • Loading branch information
mrkwnzl committed Oct 31, 2022
2 parents c7ced7d + e38e263 commit e5ee570
Show file tree
Hide file tree
Showing 40 changed files with 1,991 additions and 1,622 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# Substitute the Manifest and Download URLs in the module.json
- name: Substitute Manifest and Download Links For Versioned Ones
id: sub_manifest_link_version
uses: microsoft/variable-substitution@v1
with:
files: module.json
env:
version: ${{github.event.release.tag_name}}
manifest: https://github.com/mrkwnzl/cyphersystem-compendium/releases/download/${{github.event.release.tag_name}}/module.json
download: https://github.com/mrkwnzl/cyphersystem-compendium/releases/download/${{github.event.release.tag_name}}/release.zip

# Create zip file
- run: zip -r ./release.zip *
Expand All @@ -44,7 +33,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: './module.json, ./release.zip'
artifacts: './release.zip'
body: "Changelog: https://github.com/mrkwnzl/cyphersystem-compendium/blob/${{github.ref_name}}/CHANGELOG.md#${{steps.substitute_tag.outputs.value}}---${{steps.date.outputs.date}}"
omitDraftDuringUpdate: true
omitPrereleaseDuringUpdate: true
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.0] - 2022-10-31
### Added
- Compendium for basic creatures and NPCs.
- Compendium for vehicles.
- Compendium for starships.
- Compendium for descriptor characteristics.
- Compendium for inabilities.
- Compendium for post-apocalyptic armor.
- Compendium for post-apocalyptic equipment.
- Compendium for post-apocalyptic weapons.
- Compendium for crafting skills.
- Compendium for expanded skill list (mainly with skills from descriptors).
- Compendium for CSRD Journals, containing the complete Cypher SRD as a journal with linked items, so that you can create your character with a few drag & drop actions.
- Roll tables for type background connections.

### Changed
- Compatiblity with Cyhper system v2.0.0 and Foundry V10. Earlier versions are not supported.

### Removed
- Removed the cost of equipment from the item descriptions, since the equipment tables are now part of the CSRD Journal, which have the items sorted by cost.

## [3.2.0] - 2022-08-09
### Added
- Compendium for basic skills.
Expand Down
1 change: 1 addition & 0 deletions cyphersystem-compendium.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
🔒
Loading

0 comments on commit e5ee570

Please sign in to comment.