Skip to content

Releases: barelyhuman/goblin

v0.1.1

19 Mar 08:23
Compare
Choose a tag to compare

Changes

  • Now supports github version resolution as a fallback for packages that specify github.com as the prefix
  • Also handles creating CLI apps from subset of the main package

eg:

github.com/wabarc/wayback <= Package
github.com/wabarc/wayback/cmd/wayback <= CLI is at this point in the package tree

You can now run the below and expect a working binary based on the imported CLI

curl -sf https://goblin.reaper.im/github.com/wabarc/wayback/cmd/wayback | sh

Commits

ac758a5 - add support for github version resolution
d5f46d3 - update site as per new svelte config changes
70922d9 - fixed @tj github profile link
2f0166e - docs update version info

v0.1.0

14 Feb 04:17
Compare
Choose a tag to compare

Breaking Changes

Dev changelog

2f0166e - docs update version info
79648e8 - Bump golang version
e41eab7 - support buttons
ff48ea4 - add a txt version of the readme

v0.0.5

06 Feb 11:13
Compare
Choose a tag to compare

What's Changed

Dev Change Commits

f8a0933 - add note for the auto creation of binary directory
3d1222d - add perms and creation of directory check
e14211f - add default originalVersion for script to infer
9c62503 - change url for prefix install perms
6e6cc96 - add example and usage docs
98ba5c6 - add custom binary name using OUT var
dbe2696 - change to just expose instead
0fbdbb9 - add a hit counter
575c734 - mods for reusable docker file
80ea551 - Update readme.md
27e991f - hide scrollbar
f23165a - fallback and new favicon

Full Changelog: v0.0.4...v0.0.5

v0.0.4

19 Jan 06:34
Compare
Choose a tag to compare

Changelog

  • New website for goblin, with the courtesy of @mvllow
  • Documentation updated for usage of the same

Commits

36608f9 - website content changes
011daea - change dockerfile to build site before server
7fd3fa1 - change adaptor to static
25faef4 - increase button font size @mvllow
f690c5a - update list styles @mvllow
7b759f2 - fix typo @mvllow
113968a - init @mvllow
6c62c2f - ignore patches

v0.0.3

18 Jan 13:28
Compare
Choose a tag to compare

Breaking Changes

The service will no longer automatically add github.com prefix to the requested packages and the packages will have to specified properly so barelyhuman/commitlog will now be github.com/barelyhuman/commitlog

Additions

The service now supports version resolving so you don't have to provide it with perfect versions, you can use the following formats
>=~^ , so , 0.0.6 will automatically resolve to v0.0.6 , no version will resolve to the latest version available from proxy.golang.org , optional proxy url's will be added in the next release.

Breaking Change in a patch version?? Yes, the app is still in development and at version 0 so it shouldn't make a difference right now.
It's not like anyone other than me is using it though 🤔

Commits

99244fe - Version Resolver (#1)

v0.0.2

14 Jan 16:59
Compare
Choose a tag to compare

Docs

a64b048 - readme

Other Changes

10b0971 - update readme and nginx increase timeout
cde718c - reformat

v0.0.1

13 Jan 01:04
Compare
Choose a tag to compare

1142138 - add self promotion , cause shameless
54b0ef3 - remove default port injection
f25e679 - copy paste the website like a shameless idiot
ceb0df9 - give credits, don't be a selfish greedy monkey
d22909a - initial working version
fab3206 - add an example .env
68d0b52 - add initial experimental uploads
8b85d0c - poc