Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 15:16
2c0726e

clearCore v0.1.0 turns the project into something you can cite and something you can download and run — no source build required.

(This is the first feature release since v0.0.1. Per Semantic Versioning, backward-compatible new functionality is a MINOR bump, so v0.1.0.)

📦 Downloadable binaries & packaging

  • Self-contained AppImage of the Qt6 desktop GUI — download one file, chmod +x, and run it with no Qt or toolchain installed. (#43)
  • Release automation: publishing a release now builds, tests, and attaches a clearCore-<version>-Linux-x86_64.tar.gz automatically. (#42)
  • install() rules + CPack: cmake --install and .tar.gz/.deb/.rpm packaging, with a clean install tree (no dependency headers/cruft). (#41)

📣 Citation & community

  • CITATION.cff — GitHub's "Cite this repository" button, ready for a Zenodo DOI. (#39)
  • JOSS paper draft under paper/ for a future peer-reviewed, citable reference. (#40)
  • Community health to 100%: CODE_OF_CONDUCT.md, root CONTRIBUTING.md, and a pull-request template. (#39)
  • Issue templates (bug report / feature request / custom) and a Sponsor button. (#35, #36, #38)

📖 Documentation

  • README restructured for new-developer readability. (#25)
  • Documented the Qt Quick/QML GUI and Nyxstone; corrected the test-suite count. (#21)

🔧 CI & internal

  • Reduced PR job count with path filters and conditional jobs. (#23)
  • Tightened the changelog workflow's top-level token permissions. (#27)
  • Version set to 0.1.0 across the build, citation metadata, and wiki. (#47)

Full Changelog: v0.0.1...v0.1.0