Skip to content

Releases: peggyrayzis/li

v0.1.3

05 Mar 18:28
d06ab5e

Choose a tag to compare

Changelog

Pull Requests

  • #27 chore: release 0.1.3
  • #26 feat: add search command MVP
  • #21 fix(profile): resolve no-scheme URLs and ignore placeholder URN drift
  • #19 chore: add release PR helper script

Commit Log

  • b4ab4c3 chore: add release PR helper script (#19)
  • 5bb0e32 fix(profile): resolve no-scheme URLs and ignore placeholder URN drift (#21)
  • 41da13c feat: add search command MVP (#26)
  • d06ab5e chore: release 0.1.3 (#27)

Contributors

@peggyrayzis

Full diff: v0.1.2...v0.1.3

v0.1.2

26 Feb 00:22
3dbe613

Choose a tag to compare

Changelog

Pull Requests

  • #18 chore: release
  • #17 fix(connections): harden --of flow and document upstream clamp
  • #16 ci: auto-generate rich release notes
  • #15 ci: allow release workflow tag pushes

Commit Log

  • 260a419 ci: allow release workflow tag pushes (#15)
  • a7739a6 docs: improve v0.1.1 changelog detail
  • ebe802d ci: auto-generate rich release notes (#16)
  • 7cfe548 fix(connections): harden --of flow and document upstream clamp (#17)
  • ce0c590 chore: add release changeset for connections-of fixes
  • 6a931bb ci: make release workflow manual-only
  • 3dbe613 chore: release (#18)

Contributors

@peggyrayzis

Full diff: v0.1.1...v0.1.2

v0.1.1

25 Feb 15:31
c53b221

Choose a tag to compare

Changelog

Highlights

  • Improved auth request correctness by using local timezone handling for X-Li-Track (#6).
  • Hardened connections --of and profile recipient resolution (#4).
  • Increased cookie extraction timeout for more reliable browser session reads (#3).
  • Added release automation with changelog + GitHub release + tag flow (#13, #14).

Pull Requests

  • #14 ci: fix trusted publishing in release workflow
  • #13 chore: automate releases and prepare v0.1.1
  • #12 chore: remove unused claude post-edit hook
  • #11 add repository OS workflow, multi-agent config, and enforcement gates
  • #6 fix(auth): use local timezone for X-Li-Track
  • #4 fix connections --of resolution and resilient profile recipient lookup
  • #3 increase timeout for getCookies to 30 seconds
  • #1 fix whoami test failures in CI

Commit Log

  • c53b221 ci: fix trusted publishing in release workflow (#14)
  • 0837fc3 chore: automate releases and prepare v0.1.1 (#13)
  • faa61c3 chore: remove unused claude post-edit hook (#12)
  • 464958d increase timeout for getCookies to 30 seconds (#3)
  • b47d8d1 add repository OS workflow, multi-agent config, and enforcement gates (#11)
  • eab8955 fix(auth): use local timezone for X-Li-Track (#6)
  • 7924f3f fix connections --of resolution and resilient profile recipient lookup (#4)
  • 3f0fe40 fix whoami test failures in CI (#1)
  • 90f68c6 add packageManager field for CI pnpm setup

Contributors

Full diff: b187d3c...c53b221