Releases: vsitzmann/deckwerk
Releases · vsitzmann/deckwerk
Release list
DeckWerk 0.1.0
Installing
| Platform | How |
|---|---|
| macOS | brew install --cask vsitzmann/tap/deckwerk, or download the .dmg for your chip (arm64 for Apple silicon, x64 for Intel) |
| Linux | sudo apt install ./deckwerk_0.1.0_amd64.deb, or run the .AppImage |
| Windows | run deckwerk-0.1.0-win-x64-setup.exe |
macOS: this release is not yet signed or notarized. The first time you open it, macOS will refuse with "Apple could not verify DeckWerk is free of malware". Either:
- Open System Settings → Privacy & Security, scroll down, and click Open Anyway next to the DeckWerk message; or
- Clear the quarantine flag once from a terminal:
xattr -dr com.apple.quarantine /Applications/DeckWerk.app
Later releases will be signed and this step goes away.
Windows: SmartScreen may warn that the publisher is unknown. Choose More info → Run anyway.
What's Changed
- Make the release pipeline and CI runnable by @vsitzmann in #1
- Design panel: author overrides per text box, pin from the deck's real stylesheet by @vsitzmann in #2
New Contributors
- @vsitzmann made their first contribution in #1
Full Changelog: https://github.com/vsitzmann/deckwerk/commits/v0.1.0