Skip to content

Releases: pepicrft/plasma

v0.3.0

25 Dec 17:37
de550ca

Choose a tag to compare

Features

  • Add build utilities for Xcode schemes (#5)

v0.2.0

25 Dec 10:45
c398638

Choose a tag to compare

Features

  • Add Xcode scheme discovery API endpoint (#4)

Miscellaneous Tasks

  • Remove version header from release notes

v0.1.0

24 Dec 19:29
0bd4510

Choose a tag to compare

Features

  • Implement automatic updates with Tauri updater (#3)

Bug Fixes

  • Trigger release with corrected signing key password

Miscellaneous Tasks

  • Remove TAURI_SIGNING_PRIVATE_KEY_PASSWORD env var
  • Regenerate signing keys with empty password
  • Disable updater artifacts temporarily

v0.0.4

24 Dec 16:24
09b1cb5

Choose a tag to compare

[0.0.4] - 2025-12-24

Bug Fixes

  • Remove RPM release number from artifact name

v0.0.3

24 Dec 16:16
2ab08c4

Choose a tag to compare

[0.0.3] - 2025-12-24

Bug Fixes

  • Remove version from artifact names and consolidate checksums

v0.0.2

24 Dec 15:51
02f133c

Choose a tag to compare

[0.0.2] - 2025-12-24

Bug Fixes

  • Only upload distributable packages to releases

v0.0.1

24 Dec 15:44
243270c

Choose a tag to compare

[0.0.1] - 2025-12-24

Features

  • Enable all bundle targets for releases

Bug Fixes

  • Simplify artifact preparation in release workflow
  • Correct bundle path to app/target/release/bundle
  • Set working-directory for checksum generation steps
  • Bundle artifacts are in workspace target, not app/target

Refactor

  • Make release workflow fully automated