Releases: qownnotes/qc
v0.6.1
Changelog
b75413a release: disable currently not working homebrew deployment
2f3ef2d ci: also build code
aed4551 #15 add: also allow storing of multi-line commands in Atuin
4fb5e85 just: remove --color because it doesn't seem to work on all systems with fzf
287f16f #16 add: color flag now shows command description in green
e7e9682 #15 doc: mention Atuin integration
v0.6.0
Changelog
ddc28d3 ci: use old goreleaser again
74dbdd1 ci: try to fix release args
12ebf97 ci: try to fix release process
2052dfc ci: update go version
cc703ee ci: ignore justfile
dd69be8 #15 update: command help text
ec25583 #15 doc: mention single-line commands
d41f773 #15 add: allow storing commands in Atuin
307963c just: allow arguments
8c6f845 deps: update
51da3e0 ci: fix tests
30d5c85 just: migrate from make
b09f576 Merge pull request #14 from qownnotes/dependabot/github_actions/goreleaser/goreleaser-action-6
5473f00 Bump goreleaser/goreleaser-action from 5 to 6
3c4c031 doc: fix binary naming
dd0605b Merge pull request #13 from qownnotes/dependabot/github_actions/actions/setup-go-5
8ac6381 Bump actions/setup-go from 4 to 5
v0.5.1
Changelog
d0786e3 #9 fix: only store last command if it was set
17d2a5f Merge pull request #12 from qownnotes/dependabot/github_actions/goreleaser/goreleaser-action-5
dcb28a0 Bump goreleaser/goreleaser-action from 4 to 5
6d2fa54 Merge pull request #11 from qownnotes/dependabot/github_actions/actions/checkout-4
1793072 Bump actions/checkout from 3 to 4
6c9ab20 nix: fix shell completion
2b160ce nix: add src name and more shell completions
f86208b release: switch to go 1.20
v0.5.0
Changelog
0684d4c #9 add: last command execution
be031a0 configure: allow using nvim and add whitespaces
b930883 websocket: change file permissions
7a3ae24 make: add more steps steps
921633e nix: add dev env
1d94097 doc: don't use actual token
93325fb Merge pull request #8 from qownnotes/dependabot/github_actions/actions/setup-go-4
5b2a5fa Bump actions/setup-go from 3 to 4
218fc38 Merge pull request #6 from qownnotes/dependabot/github_actions/goreleaser/goreleaser-action-4
74e0f96 Bump goreleaser/goreleaser-action from 3 to 4
v0.4.0
Changelog
d8ac0e3 Add support for switching note folders (#5)
fae4cb8 Merge pull request #4 from qownnotes/dependabot/github_actions/goreleaser/goreleaser-action-3
4a7117b Bump goreleaser/goreleaser-action from 2 to 3
0a50462 Merge pull request #3 from qownnotes/dependabot/github_actions/actions/setup-go-3
abedc79 Bump actions/setup-go from 2 to 3
cd3de12 Fix brew uninstall commands
e53c131 Merge pull request #2 from qownnotes/dependabot/github_actions/actions/checkout-3
6594fb3 Bump actions/checkout from 2 to 3
2281ef6 Mention shell completion
ea6e2d5 Fix version parameter
7b8f198 Add homebrew install instructions
v0.3.2
v0.3.1
v0.3.0
Changelog
b83b85e Enable sorting of snippets via settings and allow sorting case-insensitively
a9fed09 Remove obsolete code
a5f9f2d Use other token
886f8d9 Fix heading
8d282a5 Improve documentation for dependencies and configuration
bbc72dc Mention commands tag
0a10b31 Fix wording
5318618 Add more explanation for fzf and peco
1020dd1 Add more documentation
v0.2.0
v0.1.0
Changelog
f5b2457 Add changelog link
f55ded3 Add changelog
fdf9077 Fix repo owner
888e269 Add github link
67c6dd0 Add build and test config
4153e4d Update license
3267990 Add error message for select command
65bfbed Add more documentation
775e4f1 Disable log messages
e3bab2d Add more error messages
e9ef6c2 Fix SelectCmd config
bf92ed1 Add more snippet fetching implementation
77954b9 Add configuration file implementation
291bebc Start with websocket implementation
69f06e1 Add more implementation
a41983e Add functionality
088b7bc Initial commit