Skip to content

Releases: sqmch/lerience

Lerience v0.0.7

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:31
a49bec3

Lerience 0.0.7

This release restores Codex connection checks on macOS and makes desktop update checks more
reliable after reopening the app.

Changed

  • Connect to installed Codex 0.148.0 and other newer versions through the documented stable App
    Server handshake instead of rejecting every version newer than 0.144.6.
  • Keep the safe minimum Codex version check and fail closed if the real handshake or account
    response is malformed.
  • Replace the misleading App update needed provider status with an honest compatibility message
    when a connection genuinely cannot be validated.
  • Resume signed update checks when Lerience is reopened on macOS, including after the app previously
    closed all of its windows.

Known limitations

  • The desktop packages do not yet carry trusted operating-system signatures. Windows may show an
    unknown-publisher or SmartScreen warning. On macOS, the first launch must be approved under
    System Settings > Privacy & Security.
  • macOS uses separate Apple Silicon and Intel downloads. Both native packages are built and checked
    independently before publication.
  • Provider compatibility depends on the stable interfaces exposed by the provider-owned clients.

Lerience v0.0.6

Choose a tag to compare

@github-actions github-actions released this 20 Aug 14:57
510d003

Lerience 0.0.6

This release repairs tutor detection and setup on macOS.

Changed

  • Recognize Codex installations bundled inside the standard Codex and ChatGPT macOS apps.
  • Recheck an unready tutor when the learner returns to Lerience after installing or signing in.
  • Add a visible Check again action beside provider installation guidance.
  • Repeat provider discovery before every readiness check and fresh tutor session, so restarting
    Lerience is no longer required after installing a provider.

Known limitations

  • The desktop packages do not yet carry trusted operating-system signatures. Windows may show an
    unknown-publisher or SmartScreen warning. On macOS, the first launch must be approved under
    System Settings > Privacy & Security.
  • macOS uses separate Apple Silicon and Intel downloads.
  • Provider support is experimental and remains subject to each provider's current product and
    authentication terms.

Lerience v0.0.5

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:59
3b245dd

Lerience 0.0.5

This release adds native macOS downloads alongside the existing Windows installer.

Changed

  • Add separate DMG downloads for Apple Silicon and Intel Macs.
  • Build Windows and both Mac packages through one release workflow and one signed update manifest.
  • Verify each Mac package with its matching native runtime before it can enter a release draft.
  • Derive packaged runtime versions from the desktop package metadata so release and runtime
    versions cannot drift.

Known limitations

  • The desktop packages do not yet carry trusted operating-system signatures. Windows may show an
    unknown-publisher or SmartScreen warning. On macOS, the first launch must be approved under
    System Settings > Privacy & Security.
  • macOS uses separate Apple Silicon and Intel downloads.
  • Provider support is experimental and remains subject to each provider's current product and
    authentication terms.

Lerience v0.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Aug 21:39
6501194

Lerience 0.0.4

This patch makes it easier to move between a course, an editor, and a recovered tutor session.

Changed

  • Add an editor control to coding modules. Lerience names the selected editor, opens the module's
    project folder, and lets the learner choose another installed editor or browse for one.
  • Keep the previous conversation visible while Lerience finishes its recovery work and starts the
    next tutor session. The handoff has clear boundaries, can be collapsed, and safely queues a
    message sent while the new session opens.
  • Keep the installation-check content grouped and centered beneath its movable title bar.

Known limitations

  • The Windows package does not yet carry a trusted publisher signature. Windows may show an
    unknown-publisher or SmartScreen warning.
  • Windows x64 is the only accepted desktop target in this release.
  • Provider support is experimental and remains subject to each provider's current product and
    authentication terms.

Lerience v0.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Aug 12:15
6c60a0f

Lerience 0.0.3

This patch makes the first run and course workspace easier to understand and use.

Version 0.0.2 was not published because its packaging preflight stopped before an installer or
release draft was created. Installed clients move directly from 0.0.1 to 0.0.3.

Changed

  • Explain what Lerience does and how its teaching approach works before the first course.
  • Ask learners to connect a tutor before creating a course, with clearer provider readiness states.
  • Make the installation-check window movable while Lerience verifies its packaged runtime.
  • Give the seminar more room, keep the composer visually attached to the conversation, and make
    long course-rail text available without truncation.
  • Explain the Quiz tab before the tutor schedules the first review.

Known limitations

  • The Windows package does not yet carry a trusted publisher signature. Windows may show an
    unknown-publisher or SmartScreen warning.
  • Windows x64 is the only accepted desktop target in this release.
  • Provider support is experimental and remains subject to each provider's current product and
    authentication terms.

Lerience v0.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 00:03
594c3e5

Lerience 0.0.1

This is the first unsigned Windows x64 community preview of Lerience.

Downloads

Use the versioned Lerience-Setup-...exe installer. The other files are integrity and
corresponding-source records rather than additional app variants.

Included

  • A local-first desktop course dashboard and guided course workspace.
  • Course creation without requiring learners to install developer Node, use Git, or run a terminal.
  • Detection and provider-owned sign-in for compatible Codex and Claude Code installations.
  • A deterministic app-owned Course Engine, Git capability, and npm tooling runtime.
  • NSIS per-user Windows installer.
  • Learner-approved updates authenticated by a signed release manifest and exact artifact hashes.

Before installing

Install and sign in to a compatible Codex or Claude Code client through the provider's official
instructions. Lerience does not bundle or manage provider clients, accounts, subscriptions, or
credentials.

Known limitations

  • The packages do not yet carry a trusted Windows publisher signature. Windows may show an
    unknown-publisher or SmartScreen warning; the release notes do not claim otherwise.
  • Windows x64 is the only accepted desktop target in this release.
  • Provider support is experimental and remains subject to the provider's current product and
    authentication terms.
  • Course Engine update safety exists in the application core, but a learner-facing update action is
    deferred until a reviewed engine version differs from the bundled baseline.