Skip to content

Releases: jrswab/lsq

v1.1.0

16 Feb 18:38
Compare
Choose a tag to compare

What's Changed

New Contributors

v1.0.0

10 Jan 03:49
8c09aa2
Compare
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
Compare
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
Compare
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
Compare
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

v0.10.1

03 Jan 15:27
bbd272b
Compare
Choose a tag to compare

What's Changed

  • Move contributing details out of readme
  • Update CONTRIBUTING.md
  • Remove Logseq Config from README.md
  • Fix leading new line on append
  • Fixed Markdown Typo

Full Changelog: v0.10.0...v0.10.1

v0.10.0

02 Jan 04:10
722c3cc
Compare
Choose a tag to compare

Added

  • lsq configuration file to set user defaults instead of using flags on every run.

Deprecated

  • TUI

Changed

  • README to reflect TUI deprecation
  • How the d flag operates. The full path must be specified when using this flag. Example: "/home/jaron/documents/notes"
  • No longer using the Logseq config.edn file.
  • CONTRIBUTIONS.md to be CONTRIBUTING.md
  • README.md

Removed

  • appCfgFileName (-c flag) since this is set by Logseq.
  • appCfgDirName (-l flag) since this is also set by Logseq.

v0.9.0

20 Dec 03:43
e43243c
Compare
Choose a tag to compare

Added

  • Open pages with -p in the default editor.

Changed

  • Refactored the main.go file.
  • Vim to the default editor when $EDITOR is undefined and TUI is not used.

v0.8.0

19 Dec 04:13
28729a8
Compare
Choose a tag to compare

Added

  • Search and list results for cli (-f)
  • Open first search result automatically from cli to $EDITOR (-o)

v0.7.0

17 Dec 03:30
1591b79
Compare
Choose a tag to compare

Added

  • lsq -a "some message" to append a single note to the current day's journal page.