Skip to content

Releases: ThePxlCollective/cindershift

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 11 Jul 04:48
34082a0

What changed

  • Fixed the cindershift location CLI output: west longitudes now read W and south latitudes read S (they were shown as E and N before), using absolute values with correct hemisphere labels.

See the changelog
for what changed in this version and every version before it. A list
of the individual commits in this release is at the bottom of these notes.

Platform availability

Windows x86-64 is the only supported platform. macOS and Linux are experimental and unverified: some backend code exists but has never run on real hardware.

Platform Status
Windows x86-64 ✅ Ready — see artifacts below
macOS Experimental, unverified (never run on real hardware)
Linux (X11) Experimental, unverified (never run on real hardware)

Install

  1. Download cindershift-windows-x86_64.exe.
  2. Verify the SHA256 checksum against cindershift-windows-x86_64.exe.sha256 (optional, see below).
  3. Run it. A setup window appears where you choose shortcuts (desktop, Start Menu, taskbar) and whether to start with Windows. Pick what you want and click Install.

Verify checksum (PowerShell)

$expected = (Get-Content cindershift-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash cindershift-windows-x86_64.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -eq $actual) { "OK" } else { "MISMATCH" }

What's Changed

  • Fix west longitude and south latitude labels in the location command by @ThePxlCollective in #2

Full Changelog: v0.3.4...v0.3.5

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 04:01
ac35d4f

What changed

See the changelog
for what changed in this version and every version before it. A list
of the individual commits in this release is at the bottom of these notes.

Platform availability

Windows x86-64 is the only supported platform. macOS and Linux are experimental and unverified: some backend code exists but has never run on real hardware.

Platform Status
Windows x86-64 ✅ Ready — see artifacts below
macOS Experimental, unverified (never run on real hardware)
Linux (X11) Experimental, unverified (never run on real hardware)

Install

  1. Download cindershift-windows-x86_64.exe.
  2. Verify the SHA256 checksum against cindershift-windows-x86_64.exe.sha256 (optional, see below).
  3. Run it. A setup window appears where you choose shortcuts (desktop, Start Menu, taskbar) and whether to start with Windows. Pick what you want and click Install.

Verify checksum (PowerShell)

$expected = (Get-Content cindershift-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash cindershift-windows-x86_64.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -eq $actual) { "OK" } else { "MISMATCH" }

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:25

What changed

See the changelog
for what changed in this version and every version before it. A list
of the individual commits in this release is at the bottom of these notes.

Platform availability

Platform Status
Windows x86-64 ✅ Ready — see artifacts below
macOS Implemented, not yet smoke-tested
Linux (X11) Implemented, not yet smoke-tested

Install

  1. Download cindershift-windows-x86_64.exe.
  2. Verify the SHA256 checksum against cindershift-windows-x86_64.exe.sha256 (optional, see below).
  3. Run it. A setup window appears where you choose shortcuts (desktop, Start Menu, taskbar) and whether to start with Windows. Pick what you want and click Install.

Verify checksum (PowerShell)

$expected = (Get-Content cindershift-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash cindershift-windows-x86_64.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -eq $actual) { "OK" } else { "MISMATCH" }

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:10

What changed

See the changelog
for what changed in this version and every version before it. A list
of the individual commits in this release is at the bottom of these notes.

Platform availability

Platform Status
Windows x86-64 ✅ Ready — see artifacts below
macOS Implemented, not yet smoke-tested
Linux (X11) Implemented, not yet smoke-tested

Install

  1. Download cindershift-windows-x86_64.exe.
  2. Verify the SHA256 checksum against cindershift-windows-x86_64.exe.sha256 (optional, see below).
  3. Run it. A setup window appears where you choose shortcuts (desktop, Start Menu, taskbar) and whether to start with Windows. Pick what you want and click Install.

Verify checksum (PowerShell)

$expected = (Get-Content cindershift-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash cindershift-windows-x86_64.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -eq $actual) { "OK" } else { "MISMATCH" }

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 22:46

This release predates the changelog. See the full CHANGELOG.md for what changed in each version.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:57

This release predates the changelog. See the full CHANGELOG.md for what changed in each version.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:49

This release predates the changelog. See the full CHANGELOG.md for what changed in each version.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:44

This release predates the changelog. See the full CHANGELOG.md for what changed in each version.

Cindershift v0.1.0 (Windows)

Choose a tag to compare

@ThePxlCollective ThePxlCollective released this 08 Jul 22:42

Cindershift for Windows. A background app that shifts your screen's warmth and brightness through the day and drops it into true red light at night, to cut blue light and the headaches that come with it. Native, tiny (about 4 MB of RAM, near-zero CPU), no runtime.

Install

Download cindershift.exe below, then run it once from a terminal:

cindershift install

That sets it up and turns on launch at login. It lives in the tray from there.

Keys

  • Ctrl+Alt+R cycles red modes (off, monochrome, pure, amber)
  • Ctrl+Alt+Up / Ctrl+Alt+Down brighten or dim the screen
  • Ctrl+Alt+Q quits and restores your screen

Right-click the tray icon for Settings.

Windows only for now. macOS and Linux are in progress.

Note: this build is not code-signed, so Windows SmartScreen may warn about an unknown publisher. Choose More info then Run anyway.