Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.0 #24

Merged
merged 2 commits into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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