Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Releases: mbostock/gistup

0.1.1

09 Apr 17:13
Compare
Choose a tag to compare
  • Add gistup-rename for updating the description of an existing Gist.

0.0.14

09 Apr 17:15
Compare
Choose a tag to compare
  • Use xdg-open on Linux.
  • Fix help text when the git remote exists already.
  • Better handling of Unicode characters.

0.0.13

12 Mar 16:48
Compare
Choose a tag to compare
  • Add --exclude (-x) option; excludes .DS_Store files by default.
  • Fix bug when all files are excluded: create an empty gist rather than adding all files.
  • Fix bug in --interactive mode where the wrong or no files were excluded.
  • Fix unexpected behavior when the specified --remote has a wildcard.

0.0.12

12 Mar 16:51
Compare
Choose a tag to compare
  • Fix encoding bug when gist description contains multi-byte Unicode characters.

0.0.10

12 Mar 16:52
Compare
Choose a tag to compare
  • Display more helpful error messages when the git remote already exists or the GitHub personal access token is invalid.
  • Fix bug in detecting whether the specified remote actually exists.

0.0.9

12 Mar 16:55
Compare
Choose a tag to compare
  • The --open argument now accepts a URL (e.g., 'http://bl.ocks.org/').
  • Add --remote argument to specify the remote name; defaults to "origin".
  • Set the upstream tracking branch for master automatically, allowing subsequent "git push".

0.0.8

12 Mar 16:56
Compare
Choose a tag to compare
  • Fix bug when no files are specified: create an empty gist rather than adding all files.

0.0.7

12 Mar 16:57
Compare
Choose a tag to compare
  • Add --interactive (-i) mode to request confirmation of every file before adding.

0.0.6

12 Mar 16:58
Compare
Choose a tag to compare
  • Add --version to show the current Gistup version.
  • Better detection of certain errors.

0.0.5

12 Mar 17:00
Compare
Choose a tag to compare
  • Observe standard exclude files (such as .gitignore).
  • When possible, detect errors and abort before creating the gist.