SelfCare

Reminds you to hydrate by drinking water, check your posture, and take breaks at configurable intervals.

File Details

v1.5.2

  • R
  • Jun 14, 2026
  • 12.23 KB
  • 20
  • 12.0.5+5
  • Classic + 3

File Name

SelfCare-v1.5.2.zip

Supported Versions

  • 12.0.5
  • 5.5.4
  • 4.4.2
  • 3.4.3
  • 2.5.5
  • 1.15.8

SelfCare

v1.5.2 (2026-06-14)

Full Changelog Previous Releases

  • chore: set version v1.5.2
  • Merge pull request #20 from Valiice/fix/version-from-tags
    Fix version regression: base auto-bump on git tags, fix tag push, relax interface tests
  • fix: base auto-bump version on latest git tag; fix tag push; relax interface tests
    • bump CLI now takes the base version (from the latest v* tag) instead of
      reading the drifting TOC ## Version: line, so it can't regress below the
      real latest release (was producing 1.0.1 against a live 1.5.1).
    • both workflows push the tag explicitly (--follow-tags skips lightweight
      tags, so releases never triggered).
    • settings_spec checks the interface major version per flavor instead of a
      hardcoded number, so auto-bumps don't break CI.
    • correct in-file ## Version: 1.0.1 -> 1.5.1 to match the latest release.
  • chore: bump interface versions (v1.0.1)
  • Merge pull request #19 from Valiice/feat/all-classic-flavors
    Bring interface auto-bump + manual versioning to master
  • Merge pull request #18 from Valiice/feat/auto-bump-interface
    Auto-bump TOC interface versions + auto-release
  • docs: document manual set-version workflow
  • harden: pass version input via env to avoid shell injection
  • ci: add manual set-version workflow
  • feat: add manual set-version CLI
  • feat: add is_valid_version helper
  • docs: document automatic interface-version bumping
  • ci: add daily interface-version bump workflow
  • feat: add CLI wrapper for interface bumping
  • fix: harden version parsing against trailing whitespace
  • feat: plan forward-only interface bumps by major version
  • feat: parse live versions with product whitelist
  • feat: add TOC interface/version line accessors
  • feat: add interface-version math (compute/major/bump)
  • Add implementation plan: auto-bump interface versions
  • Add design doc: auto-bump TOC interface versions + auto-release