Releases: zenogrid-law80/lorelens
Release list
LoreLens v0.1.19
What's Changed
- Fixed the post-login flow so LoreLens selects the authenticated identity matching the login server, updates the repository identity, and only then refreshes repository status.
- Isolated global authentication queries from the current repository so a stale repository identity cannot interfere with account selection.
- Recognized Lore CLI identities with an expiration value of zero as non-expiring sessions.
- Added clear authentication-specific status and error messages when account connection fails.
- Required the secure
lores://scheme in login, repository creation, and clone dialogs, preventing invalidlore://URLs before invoking the CLI. - Updated English, Korean, and Simplified Chinese translations and authentication documentation.
Installation
Download LoreLens-0.1.19.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
134b52466ae4614f2ad33e82c5682da6eaf1f22140afd3136556cc170412dca7 LoreLens-0.1.19.msi
Validation and Known Limitations
- Formatting and Clippy checks passed with warnings denied.
- The standard test suite passed: 85 passed and 4 ignored.
- The Windows release build and MSI package were generated successfully; the installer ProductVersion is 0.1.19.0.
- The authentication flow has unit coverage for server matching, ambiguous identities, non-expiring sessions, and URL scheme validation.
- Manual UI verification and MSI installation and upgrade testing were not completed.
LoreLens v0.1.18
What's Changed
- Added a sparse workspace editor with a repository folder tree and folder selection checkboxes, including folders that are not present locally.
- Merge folder selections with the latest view file when saving, preserve custom rules, and compact repeated LoreLens-generated selections into the current configuration.
- Refresh the workspace when leaving the sparse editor, with refresh deferred while another operation is running.
- Validate canonical workspace metadata paths on Windows and reject unsafe view file targets.
- Combined line endings, encoding, and text file extensions into one Text file settings popup menu.
- Made system-following LoreLens Light and LoreLens Dark the default themes.
- Simplified recent repository entries to show local paths, with repository URLs in tooltips.
- Updated English, Korean, and Simplified Chinese UI text and documentation.
Installation
Download LoreLens-0.1.18.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
d11cd851c82aaa5ed699698d31873ed6efb83f18f4628d95eb4db05f1a206aca LoreLens-0.1.18.msi
Validation and Known Limitations
- Formatting and Clippy checks passed with warnings denied.
- The standard test suite passed: 82 passed and 4 ignored.
- The sparse repository listing integration test also passed separately with a local Lore CLI and an isolated offline workspace.
- The Windows release build and MSI package were generated successfully; the installer ProductVersion is 0.1.18.0.
- Manual UI verification and MSI installation and upgrade testing were not completed.
- Complex custom view rules are preserved; the folder selection display does not fully interpret every custom pattern.
LoreLens v0.1.17
What's Changed
- Expanded branch management with remote branch checkout and confirmed local, remote, or combined branch archiving.
- Made branch switching more resilient when the requested branch is available remotely but not yet available locally.
- Grouped pending changes into collapsible folders and added a folder action for selecting all contained files.
- Added English, Korean, and Simplified Chinese text for the new branch and changes workflows.
Installation
Download LoreLens-0.1.17.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
7c8a82d242c6a0eeb5ef0050eb099b39394d4ed908d05a3c600f755f534124ac LoreLens-0.1.17.msi
Validation
- Formatting and Clippy checks passed with warnings denied.
- 74 tests passed; three integration tests requiring a usable Lore CLI and local test workspace were excluded.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.
LoreLens v0.1.16
What's Changed
- Added a dedicated file history view for repository files, available from the History tab and file context menu.
- Added revision selection with checkboxes, Ctrl/Shift selection, refresh, and incremental history loading.
- Added comparison of two selected revisions in the configured external diff tool, including deleted-file revisions.
- Added English, Korean, and Simplified Chinese text for the file history workflow.
Installation
Download LoreLens-0.1.16.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
94dc9abdc32ae2dcc22d4287a33473fee8a33eaf8dae418fd866222084a41934 LoreLens-0.1.16.msi
Validation
- Formatting and Clippy checks passed with warnings denied.
- 64 tests passed; three integration tests requiring a usable Lore CLI and local test workspace were excluded.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.
LoreLens v0.1.15
What's Changed
- Renamed the duplicate cleanup action to
Reset Files, with updated English, Korean, and Simplified Chinese labels. - Moved the action from beside Push to the context menu of duplicate file entries in Changes. Opening it from any duplicate entry still processes all duplicate paths after confirmation.
- Added an always-visible vertical scrollbar on the right side of the Command Log.
Installation
Download LoreLens-0.1.15.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
51a327ad5226be11a4190ba7cd0b338312714c30cd1dc91df4741476d903f78b LoreLens-0.1.15.msi
Validation
- Formatting and Clippy checks passed; all 62 tests passed, including the two local Lore CLI integration tests.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing, live remote reset workflow testing, and MSI installation and upgrade testing were not performed.
LoreLens v0.1.14
What's Changed
- Added a
Deduplicate Filesaction beside Push when Lore reports duplicate entries in Changes. - Added a confirmation workflow that stages the duplicate paths, commits
Remove unavailable local server binaries, pushes the commit, refreshes status, and verifies the repository. - Automatically removes local files that have both
delete/Staged andkeep/Unstaged Change states before deduplication. - Added localized Deduplicate Files labels and workflow guidance in English, Korean, and Simplified Chinese.
- Removed the per-file Changes context action so deduplication is performed from the single repository-level action.
Installation
Download LoreLens-0.1.14.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
1372536244a71054df97ebe25226bdb3fab9a2fc275cc2bbfbff0f217ecd48db LoreLens-0.1.14.msi
Validation
- Formatting, Clippy, and tests passed with warnings denied where applicable.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.
LoreLens v0.1.13
What's Changed
- Added Reset actions for individual files, folders, and multi-file selections.
- Improved reset handling for staged deletions and missing paths, including Windows path normalization.
- Added a compatibility fallback for obliterating deleted files when Lore requires an address instead of a path.
- Improved command logging and repository refresh behavior after reset operations.
- Updated the user guide and localized Reset text in English, Korean, and Simplified Chinese.
Installation
Download LoreLens-0.1.13.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
ee78a76af3f1752d4125c4cdb1d590861b053bef26a811907685c264d17e0b56 LoreLens-0.1.13.msi
Validation
- Formatting, Clippy, and tests passed with warnings denied where applicable.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.
LoreLens v0.1.12
What's Changed
- Added the LoreLens Light and LoreLens Dark themes with a light default for new installations.
- Refreshed the desktop layout with toolbar icons, clearer panels, improved file browsing, and empty states.
- Added change filtering, staged-file guidance, command-log controls, and automatic repository refresh.
- Added English, Korean, and Simplified Chinese text for the new UI.
Installation
Download LoreLens-0.1.12.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
336c06226487a4e716f0a46718fe9c44c1e6ec638d50831be8070f193cfe6c84 LoreLens-0.1.12.msi
Validation
- Formatting, Clippy, and tests passed with warnings denied where applicable.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.
LoreLens v0.1.11
What's Changed
- Added incoming-commit counts alongside outgoing commit counts in the Sync and Push controls.
- Split file previews into their own tab while keeping the current Changes or History tab selected when a file is selected.
- Restored the History tab list and added a Clear button for the command log.
- Added English, Korean, and Simplified Chinese text for the new controls.
Installation
Download LoreLens-0.1.11.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
This free public build is not code-signed, so Windows may display an unknown publisher or Microsoft Defender SmartScreen warning. Download the installer only from this GitHub release and verify its SHA-256 checksum before running it:
033624469152c28e91a4a8a034bfd63a3b45afd6e47a3f8f0210ebe4ff5ce60e LoreLens-0.1.11.msi
Validation
- Formatting and Clippy checks passed with warnings denied.
- 52 tests passed; one integration test requiring a local Lore CLI and test workspace was excluded.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.
LoreLens v0.1.10
What's Changed
- Added a binary merge selection dialog when a conflicted file has
~baseand~theirsbackups but no~minebackup. - Labeled the choices as Mine (Base) and Remote (Theirs), with English, Korean, and Simplified Chinese translations.
- Replace the working file with the selected version and remove merge backups after Lore confirms successful resolution. Canceling leaves the files unchanged.
- Added configurable text file extensions, encoding, and line-ending rules, with validation before staging that leaves file contents unchanged.
- Updated text settings tests to include the default
txtandiniextensions.
Installation
Download LoreLens-0.1.10.msi for Windows x64. Install the Lore CLI separately using the in-app installation guide, or select an existing installation with Locate CLI.
SHA-256:
d9da5aa83df9cb3770ed533ee025532c7336af3e8970018fe3baf8b5acd57d49 LoreLens-0.1.10.msi
Validation
- Formatting and Clippy checks passed with warnings denied.
- 50 tests passed; one integration test requiring a local Lore CLI and test workspace was excluded.
- The Windows release build and MSI package were generated successfully.
- Manual UI testing and MSI installation and upgrade testing were not performed.