Skip to content

Releases: whiteinge/ok.sh

0.7.0

03 Nov 01:41
0.7.0
Compare
Choose a tag to compare
New functions:

- list_commits
- list_issue_comments
- list_commit_comments

Other additions & changes:

- 56a8b77 allow filtering options for 'org_members' and 'org_collaborators'
- c02c720 set the visibility of a repository using the new visibility parameter in the Repositories API

0.6.1

21 Mar 03:30
0.6.1
Compare
Choose a tag to compare
Major contributions by @mlbright, @fzs, and @ArturKlauser.

New functions:

* List organization
* External collaborators
* List all users
* Edit releases
* List public and user gists
* Show a single gist
* Fork a repository
* List webhooks

MIME support additions:

* JAR
* WAR
* APK

Bug fixes:

* Handle "100 Continue" HTTP response

Documentation:

* Add examples for downloading release assets

New environment variables:

* `GITHUB_TOKEN`

0.5.1

14 Mar 04:24
0.5.1
Compare
Choose a tag to compare
* Fix to _format_json.

0.5.0

10 Mar 09:21
0.5.0
Compare
Choose a tag to compare
New functions (thanks to @mlbright):

* Archive a repository.
* Transfer a repository.
* List your organizations.
* Create issues.

New functionality:

* Create arrays with _format_json. Syntax borrowed from the excellent jo
  util.

0.4.0

30 Nov 10:01
0.4.0
Compare
Choose a tag to compare
Backward incompatible changes:

* The _format_json function now requires nested calls to live inside
  quotes. See `ok.sh help _format_json` for a usage example.

Misc additions and fixes:

* Fix a regex bug with mawk (thanks, dubiouscript!).
* Fix several script breakages in a Busybox environment.
* Add a Docker file for quick local development and testing.
* Add several commands to the Makefile to streamline development.
* Update hardcoded VERSION value in the script.
* Add more information to CONTRIBUTORS doc.

0.3.0

27 Oct 04:20
0.3.0
365282d
Compare
Choose a tag to compare
Backward incompatible changes:

- `upload_asset()` now does just the basic upload and other functions
  must be used to fetch the relevant parameters. See the help docs.
- `release()` now outputs the tag name.

Misc additions and fixes:

- Better mimetype pattern matching.
- Guess mimetype for txt and svgz files.
- Quote values to prevent casting into numbers and booleans when
  creating JSON.
- Add support for easily creating nested JSON structures.
- Fix URL parsing on OS X.

Function additions:

- List all orgs.
- List pull requests.
- List team members.
- Add comment.
- Close issue.
- Create pull request.
- Edit pull request.

0.2.3 Bug fixes and new additions

22 Jun 06:47
0.2.3
Compare
Choose a tag to compare
Many thanks to all the contributors!

* Several fixes for "Git for Windows".
* New commands: add_team_repo, org_members, fork_repo,
  list_contributors, list_collaborators, add_collaborators,
  delete_collaborators, list_branches
* Support for uploading .tar.gz files.
* README clarifications.

0.2.2

30 Sep 06:28
0.2.2
Compare
Choose a tag to compare
0.2.2 Hotfix for a dashism breakage

Hotfix for bashism

30 Jun 23:32
Compare
Choose a tag to compare
0.2.1

0.2.1 Hotfix for a bashism breakage

0.2.0: Coming out of beta release

11 Jun 07:43
0.2.0
Compare
Choose a tag to compare
This release is closing in on the 1.0 release. Complex functionality is pretty
fleshed out now: global pagination, general querystring support, and cutting
back on necessary boilerplate. Generating the README is a cinch.

Next up is generating a multi-page website and writing integration tests that
can be run on occasion that will hit live GitHub URLs.