Skip to content

Releases: jrswab/lsq

v1.5.0

24 Feb 21:04

Choose a tag to compare

Changelog

  • 28d5b66 docs: update changelog for v1.5.0
  • 35f7a5e docs: update README with new -c, -i, -n flags, tilde/env var expansion, and usage examples
  • 1066d56 Merge pull request #67 from jrswab/62/adding-indented-text-from-cli
  • ce696b4 fix: guard AppendToFile against negative indent to prevent panic
  • 72705fb feat: add -i flag for indented text append via CLI
  • 813c43d Merge pull request #66
  • d1fce3f update -n flag description and add non-negative validation
  • 904c75e feat: add -c and -n flags to print journal or page content to STDOUT
  • 59cdf50 Merge pull request #65
  • 0f412b5 expand ~ and environment variables in directory paths
  • e675fb0 update unit test

v1.4.0

17 Jun 02:50

Choose a tag to compare

Changelog

v1.3.0

21 May 01:55

Choose a tag to compare

Changelog

Added

  • release.yml workflow to automatically create binaries on each new release.

Changed

  • Searching with lsq -f <word> now encompasses Unicode characters and not only a-z.

v1.2.1

10 May 02:07

Choose a tag to compare

Fixed

  • Outdated go.mod file

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 May 12:59

Choose a tag to compare

What's Changed

New Contributors 🥳

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Feb 18:38

Choose a tag to compare

What's Changed

New Contributors

v1.0.0

10 Jan 03:49
8c09aa2

Choose a tag to compare

What's Changed

  • Create FUNDING.yml
  • Add Logo to README.md
  • Removed TUI

Full Changelog: v0.12.0...v1.0.0

v0.12.0

08 Jan 02:42
c55a082

Choose a tag to compare

What's Changed

  • Added ability to append to page.
  • Update README.md

Full Changelog: v0.11.0...v0.12.0

v0.11.0

03 Jan 21:16
b6e287c

Choose a tag to compare

What's Changed

  • Added flag to output the current version.
  • Added flag to open yesterday’s journal page.

Full Changelog: v0.10.2...v0.11.0

v0.10.2

03 Jan 17:35
ecc59c3

Choose a tag to compare

What's Changed

  • Fix for custom directory after full path change in 0.10.0 -d flag changes. (Issue #36)

Full Changelog: v0.10.1...v0.10.2