Releases: masukomi/private_comments
v1.3.1
Enhancements / Fixes :
v1.3.0 pc debugging changes
pc client no longer includes any debugging or
"no comments found" message in normal display
so as to facilitate its use in bootstrapping.
-x
/ --debug
option has been added with
additional debugging ingf
v1.2.4 Bug Fixes
Corrected handling of data with = sign
server no longer returns a 500 when you submit a POST body with an equals sign in it.
( circumvented bug in a supporting library )
Build Script builds
build script wasn't pre-compiling a lib before trying to link it
bin directory
There's now a bin
directory and the build script will put a copy of pc and private_comments in there
This way you can have something to add to your $PATH
so as to always
use the latest and greatest versions you've been hacking on.
Fixes usage docs on pc client app
Invoking pc without arguments should no longer blow up.
Tests have been added to prevent this happening again.
Bug Fix Release
the client and server would both allow you to add comments to uncommitted lines.
See Issue #6 for details.
This release fixes that and adds no new functionality.
Now with Deletion of old comments
You'd think that would have been in the first release. ;)
Now with a Client
Added client app for actually creating and retrieving comments via the API. Useful for bootstrapping editor plugins and as a basic code example. See README for usage instructions.
Refactored a number of functions out into modules.
Fixed a few bugs related to comment retrieval in the server.
Initial Release
The initial release of the Private Comments REST server for use with your favorite text editor.
The included executable is for macOS and can be installed via Homebrew with
brew tap masukomi/homebrew-apps
brew install private_comments