Skip to content

Releases: qownnotes/qc

v0.5.1

17 Sep 11:43
v0.5.1
d0786e3
Compare
Choose a tag to compare

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

20 Jun 14:15
v0.5.0
0684d4c
Compare
Choose a tag to compare

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

08 Jul 06:59
d8ac0e3
Compare
Choose a tag to compare

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

28 Nov 08:46
3722506
Compare
Choose a tag to compare

Changelog

3722506 Add homebrew repository deployment token

v0.3.1

28 Nov 08:17
c7df32f
Compare
Choose a tag to compare

Changelog

c7df32f Add homebrew deployment
9cb2c1c Add inline code block
33555fd Add installation documentation

v0.3.0

25 Nov 16:16
b83b85e
Compare
Choose a tag to compare

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

23 Nov 09:23
9ed1035
Compare
Choose a tag to compare

Changelog

9ed1035 Remove obsolete code
3516948 Cache snippets in case QOwnNotes is not running
2a48ebe Don't throw an error if selectCmd was exited with an error code (e.g. by Ctrl+C)
37e8f4a Ignore dev.toml
483c1f5 Mention dependencies

v0.1.0

22 Nov 20:36
Compare
Choose a tag to compare

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