Releases: gbmor/clinte
v2.1.4
v2.1.3
v2.1.1
v2.1.0
Changelog
Line wrapping, defaults to 80.
Checks if clinte.json
exists on make install
so it won't get overwritten accidentally.
Shellscript installed to /etc/profile.d
that checks for new posts
ad215ba install target: check for clinte.json before copying
0fe685c copying clinte.json to allow external hashing, added shellscript
v2.0.0
- Rewrite to use
json
for storage of posts, rather thansqlite3
. - Advisory lock for synchronization
- Expanded testing.
Changelog
e4af001 updated readme
bb327d3 extensive rewrite to use json for storage:
e4856f6 more testing
3578c80 bumped version in Cargo.toml
87bf08a expanded testing
967ac7e travis using single-threaded testing
ec59c5f make test is now single-threaded
2cb85a4 testing create/delete
8d0f0b4 clarified upgrade process and note section
v1.0.0
Changelog
c5ea653 logging changes
53f2d63 using in-memory db for tests, passing path to logging::init()
7d132af changed author line
16fbf51 moved check for val of $EDITOR into ed::call()
cf3b662 hiding some log messages behind -v flag
fdf322b updated makefile to use printf instead of echo
f79e97f removed panics from logging initialization
8ecc294 cleaner error handling and verbose logging in main()
841e6a3 removed panics and refactored error handling
c3c1db6 editing a post calls $EDITOR
896f987 prepopulating editor with post body when editing
99c5537 post ID can be specified as an argument.
9aaaedc clippy lints
8fbced8 added test for tempfile creation
5b6d798 expanded usage, removed extraneous info about crates