Skip to content

Releases: ehud-am/gitlocal

v0.4.8

08 Apr 16:37
590c42a

Choose a tag to compare

What's changed

  • reissue the ignored-file visibility release after the previous npm publish attempt failed before the package reached the registry
  • show ignored files and folders across the repository tree, folder lists, and search
  • mark ignored content consistently as local-only so it is clear it will not be pushed to a remote
  • fix misleading empty states when ignored content is the only visible content
  • keep the publish-safe Hono, Vitest, and Vite dependency updates in place

v0.4.7

08 Apr 16:04
375b91e

Choose a tag to compare

What's changed

  • show ignored files and folders across the repository tree, folder lists, and search
  • mark ignored content consistently as local-only so it is clear it will not be pushed to a remote
  • fix misleading empty states when ignored content is the only visible content
  • update Hono, Vitest, and Vite dependencies so release verification and audits pass cleanly

v0.4.6

04 Apr 22:50
1baf1cb

Choose a tag to compare

0.4.6

  • expanded the inline editor to use the content area more effectively
  • added folder-first main-panel browsing for empty, reset, and selected-folder states
  • improved newly initialized repo behavior, working-tree README detection, and new-file suggestions
  • hid markdown comments in rendered view and removed noisy auto-recovery messaging

v0.4.5

04 Apr 13:02
81fd4bb

Choose a tag to compare

0.4.5

  • Added manual local file creation, in-place editing, and deletion flows in the repository viewer with dirty-state protection and sync-aware refresh behavior.
  • Updated GitHub Actions workflows to current actions/checkout and actions/setup-node majors so CI and publish runs no longer rely on deprecated Node 20 action runtimes.
  • Simplified npm packaging ignore rules so release artifacts are defined by the tracked build outputs and package files list instead of a separate .npmignore.

v0.4.4

03 Apr 01:39
b390b08

Choose a tag to compare

Added npm package keywords and richer package metadata so the npm package page is easier to discover and links cleanly back to the GitHub project.

Verification:

  • npm_config_cache=/tmp/gitlocal-npm-cache npm pack --dry-run
  • npm test
  • npm run lint
  • npm run build

v0.4.3

03 Apr 01:28
fbcd609

Choose a tag to compare

Highlights

  • fixed the footer so it shows the actual running GitLocal version
  • added left-side line numbers to code-oriented viewer presentations
  • covered the runtime version path and numbered code rendering with regression tests

Verification

  • npm test
  • npm run lint
  • npm run build

v0.4.2

01 Apr 02:46
ec3bfcc

Choose a tag to compare

Highlights

  • polished markdown and raw copy controls with icon-based actions
  • redesigned quick finder, sidebar controls, and fixed footer
  • fixed startup repository detection and cross-repository stale branch/path recovery

Verification

  • npm test
  • npm run lint
  • npm run build

v0.3.0

31 Mar 22:41

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Mar 12:18

Choose a tag to compare

Full Changelog: v0.2.0-rc.1...v0.2.0

v0.2.0-rc.1

29 Mar 11:27

Choose a tag to compare

v0.2.0-rc.1 Pre-release
Pre-release

Release candidate