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

Releases: lbryio/spee.ch

v0.5.12

15 Apr 17:05
2ec4f36
Compare
Choose a tag to compare

Adds:

  • no longer uses local claimdb to check availability

Fixes:

  • Patches some security issues
  • CSS bug on channel page

v0.5.11

02 Mar 07:28
7909434
Compare
Choose a tag to compare

Adds:

  • licenseUrl display on edits
  • siteConfig configuration for dynamic file size requests

Fixes:

  • Patches some security issues
  • Addresses several other bugs

Breaking changes:

  • none since last release; be sure to review the siteConfig.json docs here.

v0.5.10

26 Feb 01:34
dfdb933
Compare
Choose a tag to compare
v0.5.10 Pre-release
Pre-release

Bugs

  • Files downloaded will now have extensions

Adds

  • image transform on serve via queryString
  • siteConfig documentation in /docs/settings/md
  • markdown display configuration via siteConfig settings

Breaking Changes

  • Requires lbrynet SDK 0.32.2 or higher
  • file transform requires your server to have the imagemagick package

v0.5.9

19 Feb 03:34
34e9d0c
Compare
Choose a tag to compare

Adds

  • upload and download support for virtually all filetypes
  • granular configuration of file publish size/type restrictions.
  • file updates with nsfw
  • markdown renders in content and descriptions
  • markdown settings in config

Breaking Changes

  • Requires some manual changes to siteConfig, settings documented here
    • requires top level key serving:
  • Not yet compatible with SDK 0.31+
  • If you have a custom _variables.scss, you'll need to copy the new ones from /client/src/scss/_variables.scss