Skip to content

Releases: Lioua-Kyto/PraxisOS

0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 10:17
ci: publish release assets with a dedicated action, not electron-builder

electron-builder's GitHub uploader put the tiny .blockmap on the release but
silently dropped the 108 MB installer and latest.yml, exiting 0 — leaving a
release with nothing to download and no feed for the auto-updater. Package with
--publish never, then hand the finished files to softprops/action-gh-release,
which uploads large assets reliably and updates the tag's release in place.

PraxisOS v0.1.1

Choose a tag to compare

@Lioua-Kyto Lioua-Kyto released this 07 Aug 14:40

0.1.1 — 2026-08-07

Changed

  • New hexagon logo, shown in the window, taskbar and system tray.
  • Redesigned the top bar: it now takes the current theme's colour, drops the
    duplicated app name and logo (they stay in the sidebar), and puts the
    File / Edit / View / Help menu behind a single button, with the sidebar
    collapse toggle beside it.

Fixed

  • The system tray icon rendered with muddy, dark colours; it is now a crisp,
    purpose-sized icon.

PraxisOS v0.1.0

Choose a tag to compare

@Lioua-Kyto Lioua-Kyto released this 07 Aug 12:04

0.1.0 — 2026-08-05

First public early-access release.

Added

  • Minimise to the system tray instead of quitting, so a running focus sessionand the habit reminders survive closing the window.
  • A pinned mini timer — a small always-on-top window showing the running focussession, with pause and clock-out.
  • A running indicator on the Focus Timer sidebar link, visible from any panel.
  • Update checking against GitHub releases, with these notes shown after anupdate lands.
  • Rich text notes and journal entries in a single editing mode: formatting,colour, highlight, and images that sit in the text flow — drag the block tomove it between paragraphs, drag a handle to resize it.
  • Reference photos on exercises as an alternative to a form-check video.
  • Carbohydrate tracking alongside calories and protein.
  • An About section in Settings with the privacy policy, terms, licence andversion.
  • Database migrations, so schema changes on update no longer risk your data.
  • Versioned backups: an older backup is upgraded to the current format onimport instead of being rejected.

Fixed

  • Attached videos played as a black player with dead controls. Media now loadsover a dedicated protocol rather than file://.
  • Editing a running session's start time only took effect once; latercorrections silently did nothing.
  • Habit reminders never appeared on Windows.
  • Habits can now be checked in on any past day, so training outside or at a gymcounts even when the schedule didn't ask for it.
  • Custom theme presets changed the background as a side effect of changing theaccent. A preset now inherits its base theme unless you override it.
  • The font setting applies across the whole app, including headings andnumerals.
  • The weekly focus chart renders a full seven-day axis, so bars keep a constantwidth.
  • Note list previews show readable text instead of raw markdown.
  • A panel that hits an error no longer blanks the whole window and forces arestart — it shows the error and the rest of the app keeps working.

Known limitations

  • Early access: expect edge-case defects. Export a backup regularly.
  • Updates are checked but not installed automatically — the release page opensin your browser.
  • The installer is not code-signed, so Windows SmartScreen will warn on firstrun. Choose More info, then Run anyway. Only download the installer from theproject's GitHub Releases page.