Releases: jrswab/lsq
Releases · jrswab/lsq
v1.1.0
What's Changed
- Added the ability to append from STDIN by @manchicken in #50
New Contributors
- 🎉 @manchicken made their first contribution in #50
v1.0.0
What's Changed
- Create FUNDING.yml
- Add Logo to README.md
- Removed TUI
Full Changelog: v0.12.0...v1.0.0
v0.12.0
v0.11.0
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
v0.10.1
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
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 beCONTRIBUTING.md
README.md
Removed
- appCfgFileName (-c flag) since this is set by Logseq.
- appCfgDirName (-l flag) since this is also set by Logseq.