Skip to content

Releases: masukomi/private_comments

v1.3.1

22 Oct 15:54
v1.3.1
aaa0b40
Compare
Choose a tag to compare

Enhancements / Fixes :

  • Disables pre-commit hooks on new repos unless

    PRIVATE_COMMENTS_ALLOW_PRE_COMMIT=true
    Issue #15

  • Deleting of a comment now uses force with git rm

    This is ultimatle just extra compensation for the bad
    state caused by failing pre-commit hooks, but it's
    only a partial band-aid.
    Issue #14

v1.3.0 pc debugging changes

21 Mar 14:04
v1.3.0
c34b0f8
Compare
Choose a tag to compare

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

16 Mar 03:17
v1.2.4
0723ce9
Compare
Choose a tag to compare

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

10 Feb 22:22
v1.2.3
Compare
Choose a tag to compare

Invoking pc without arguments should no longer blow up.

Tests have been added to prevent this happening again.

Bug Fix Release

07 Feb 22:47
v1.2.2
Compare
Choose a tag to compare

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

07 Feb 20:33
v1.2.1
Compare
Choose a tag to compare

You'd think that would have been in the first release. ;)

Now with a Client

24 Nov 03:45
v1.1.0
Compare
Choose a tag to compare

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

28 Jul 01:37
v1.0.0
Compare
Choose a tag to compare

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