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

Releases: skx/markdownshare

release-0.8

09 Mar 17:38
@skx skx
276cb58
Compare
Choose a tag to compare

release-0.8

This release forces the delete-action for removing a previously uploaded piece of content to be confirmed.

Reported in #5, resolved in #8.

release-0.7

24 Feb 15:14
@skx skx
Compare
Choose a tag to compare

This release is being made solely to transition the testing and release process from TravisCI to github actions:

release-0.6

01 Jan 06:07
@skx skx
Compare
Choose a tag to compare

This release updates the footer on all pages, changing it from the old text of "© 2014-2018" to displaying, "© 2014-XXXX" where XXXX is the current year.

We use a simple piece of javascript to update the copyright date; if this fails then the text will just show "© 2014".

release-0.5

26 Jul 08:58
@skx skx
Compare
Choose a tag to compare

This release updates the codebase to remove warnings from go vet & go lint.

The only significant change is the collection of system-metrics via the golang-metrics library.

release-0.4

19 May 07:23
@skx skx
Compare
Choose a tag to compare

This release improves the handling of our embedded static & template resources to allow template-inclusion.

This means that JS + CSS are returned inline, rather than requiring extra HTTP fetches. With this change the site scores 100/100 on both mobile & desktop tests in Google's page-speed site:

release-0.3

16 May 05:01
@skx skx
Compare
Choose a tag to compare

This release introduces the new ips sub-command, which lets you see which remote hosts have uploaded the most content:

    $ markdownshare ips
    x.y.z.167 25530
    x.y.z.128 1974

Otherwise only internal things have changed (code formatting, minor changes to session/cookie-setup, etc).

release-0.1

13 May 05:29
@skx skx
Compare
Choose a tag to compare

This is the initial release, which is fully functional:

  • The web-UI can be used.
  • A request may be made via curl
  • Rate-limiting is present, albeit optional.
  • All data is stored beneath store/ by default.