Skip to content

Releases: lukewhrit/spacebin

Spacebin v1.0.3

19 Aug 21:10
f10293c
Compare
Choose a tag to compare

Spacebin v1.0.3

What's Changed

  • ☄️ Added a config option to enable Basic Auth (#430).
  • ☄️ Added a config option to enable Analytics tools (53963d6).
  • ☄️ Added a config option to change the Content Security Policy. (#435).
  • ☄️ Moved syntax highlighting back end so the site has less JS. (#428).
    • Allows for individual lines of a paste to be linked.
  • 🐛 Improved test coverage (#153).
  • 🐛 Prevent multiple errors from being written (#434).

Full Changelog: v1.0.2...v1.0.3

Spacebin v1.0.2

23 Jun 05:20
510c4db
Compare
Choose a tag to compare

Spacebin v1.0.2

What's Changed

  • Combined Spirit and Pulsar into one project
  • Removed all unnecessary JS from website
  • Added text highlighting
  • Redesigned API and underlying infrastructure
  • Much more

Full Changelog: v0.1.7a...v1.0.2

Release v0.1.7a

29 May 15:22
c6b587b
Compare
Choose a tag to compare
Release v0.1.7a Pre-release
Pre-release

This release solves the CORS issue described in https://github.com/spacebin-org/pulsar/issues/8 and updates a number of dependencies.

Commits

  • build(deps): bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0
  • build(deps): bump gorm.io/driver/mysql from 1.0.5 to 1.0.6
  • build(deps): bump gorm.io/driver/mysql from 1.0.5 to 1.0.6
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0
  • build(deps): bump gorm.io/driver/postgres from 1.0.8 to 1.1.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.8.0 to 2.9.0
  • build(deps): bump gorm.io/driver/postgres from 1.0.8 to 1.1.0
  • update
  • Merge branch 'develop'
  • Merge branch 'main' into develop
  • Merge pull request #240 from spacebin-org/main
  • Merge pull request #241 from spacebin-org/develop
  • build(deps): bump gorm.io/gorm from 1.21.9 to 1.21.10
  • build(deps): bump gorm.io/gorm from 1.21.9 to 1.21.10
  • build(deps): bump gorm.io/driver/mysql from 1.0.6 to 1.1.0
  • build(deps): bump gorm.io/driver/mysql from 1.0.6 to 1.1.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.9.0 to 2.10.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.9.0 to 2.10.0
  • feat(internal/app/router.go): fix registration order of middleware an…
  • feat(internal/app/router.go): use default configuration for cors midd…
  • chore: Merge pull request #246 from spacebin-org/develop

Release v0.1.6a

19 Apr 16:22
fa87097
Compare
Choose a tag to compare
Release v0.1.6a Pre-release
Pre-release

Adds support for three new values in the extension field: markup, css, and markdown.

Commits

  • fix(validate.go): add markup languages, markdown, and css to extension field validator

Release v0.1.5a

19 Apr 14:39
d6d3ac9
Compare
Choose a tag to compare
Release v0.1.5a Pre-release
Pre-release

This release includes three small changes to Spirit:

  • a consolidating of all document-related routes into a single file,
  • the updating of copyright notices to reflect the new year,
  • and the modification of the extension field regex in document validation code to better support prismjs.

Additionally, this release also includes a number of dependency updates by dependabot.

Commits

  • Merge pull request #231 from spacebin-org/develop
  • fix: update allowed extension regex to match prismjs aliases
  • build(deps): bump gorm.io/gorm from 1.21.7 to 1.21.8
  • build(deps): bump gorm.io/gorm from 1.21.7 to 1.21.8
  • build(deps): bump github.com/knadh/koanf from 0.15.0 to 0.16.0
  • build(deps): bump github.com/knadh/koanf from 0.15.0 to 0.16.0
  • build(deps): bump gorm.io/gorm from 1.21.6 to 1.21.7
  • build(deps): bump gorm.io/gorm from 1.21.6 to 1.21.7
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.6.0 to 2.7.1
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.6.0 to 2.7.1
  • build(deps): bump gorm.io/gorm from 1.21.5 to 1.21.6
  • build(deps): bump gorm.io/gorm from 1.21.5 to 1.21.6
  • build(deps): bump gorm.io/gorm from 1.21.4 to 1.21.5
  • build(deps): bump gorm.io/gorm from 1.21.4 to 1.21.5
  • chore: update license copyright dates to 2020-2021
  • refactor(internal/pkg/document): consolidate routes into single file
  • build(deps): bump gorm.io/gorm from 1.21.3 to 1.21.4
  • build(deps): bump gorm.io/gorm from 1.21.3 to 1.21.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.6.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.6.0

Release v0.1.4a

12 Mar 21:31
c16f653
Compare
Choose a tag to compare
Release v0.1.4a Pre-release
Pre-release

This release includes primarily a small fix to the Docker system in which the Dockerfile used the wrong binary build path

There are also many dependabot commits which are artifacts from the merge of the last release.

Commits

  • build(deps): bump github.com/magefile/mage from 1.10.0 to 1.11.0
  • chore(stale.yml): delete file
  • build(deps): bump gorm.io/gorm from 1.20.9 to 1.20.10
  • build(deps): bump github.com/knadh/koanf from 0.14.0 to 0.15.0
  • build(deps): bump gorm.io/gorm from 1.20.10 to 1.20.11
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.2 to 2.3.3
  • build(deps): bump gorm.io/gorm from 1.20.11 to 1.20.12
  • build(deps): bump gorm.io/driver/mysql from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/driver/postgres from 1.0.6 to 1.0.7
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.4.1 to 2.5.0
  • build(deps): bump gorm.io/gorm from 1.20.12 to 1.21.1
  • build(deps): bump gorm.io/gorm from 1.21.1 to 1.21.2
  • build(deps): bump gorm.io/gorm from 1.21.2 to 1.21.3
  • build(deps): bump gorm.io/driver/mysql from 1.0.4 to 1.0.5
  • build(docker): use correct main.go path in docker file

Release v0.1.3a

12 Mar 20:59
e840c11
Compare
Choose a tag to compare
Release v0.1.3a Pre-release
Pre-release

Release v0.1.3a includes a refactor to the project layout to make it more standardized and miscellaneous code dependency updates.

Commits

  • build(deps): bump github.com/magefile/mage from 1.10.0 to 1.11.0
  • build(deps): bump github.com/magefile/mage from 1.10.0 to 1.11.0
  • chore(stale.yml): delete file
  • build(deps): bump gorm.io/gorm from 1.20.9 to 1.20.10
  • build(deps): bump gorm.io/gorm from 1.20.9 to 1.20.10
  • build(deps): bump github.com/knadh/koanf from 0.14.0 to 0.15.0
  • build(deps): bump github.com/knadh/koanf from 0.14.0 to 0.15.0
  • build(deps): bump gorm.io/gorm from 1.20.10 to 1.20.11
  • build(deps): bump gorm.io/gorm from 1.20.10 to 1.20.11
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.2 to 2.3.3
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.2 to 2.3.3
  • build(deps): bump gorm.io/gorm from 1.20.11 to 1.20.12
  • build(deps): bump gorm.io/driver/mysql from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/gorm from 1.20.11 to 1.20.12
  • build(deps): bump gorm.io/driver/mysql from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/driver/postgres from 1.0.6 to 1.0.7
  • build(deps): bump gorm.io/driver/postgres from 1.0.6 to 1.0.7
  • build(deps): bump gorm.io/driver/postgres from 1.0.7 to 1.0.8
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0
  • build(deps): bump gorm.io/driver/postgres from 1.0.7 to 1.0.8
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.4.1 to 2.5.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.4.1 to 2.5.0
  • build(deps): bump gorm.io/gorm from 1.20.12 to 1.21.1
  • build(deps): bump gorm.io/gorm from 1.20.12 to 1.21.1
  • build(deps): bump gorm.io/gorm from 1.21.1 to 1.21.2
  • build(deps): bump gorm.io/gorm from 1.21.1 to 1.21.2
  • build(deps): bump gorm.io/gorm from 1.21.2 to 1.21.3
  • build(deps): bump gorm.io/gorm from 1.21.2 to 1.21.3
  • feat: use more standardized project layout
  • refactor(internal): move code into pkg/andapp/ folders
  • build(deps): bump gorm.io/driver/mysql from 1.0.4 to 1.0.5
  • build(deps): bump gorm.io/driver/mysql from 1.0.4 to 1.0.5
  • Merge branch 'main' into develop
  • Merge branch 'develop'

Release v0.1.2a

28 Dec 20:53
1a689c6
Compare
Choose a tag to compare
Release v0.1.2a Pre-release
Pre-release

This release includes small fixes and dependency updates.

Commits

  • refactor(/document/routes): remove /api in routes group
  • chore: merge pull request #202 from spacebin-org/main
  • build(deps): bump github.com/knadh/koanf from 0.13.0 to 0.14.0
  • build(deps): bump github.com/knadh/koanf from 0.13.0 to 0.14.0
  • build(deps): bump gorm.io/gorm from 1.20.2 to 1.20.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/gorm from 1.20.2 to 1.20.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/gorm from 1.20.3 to 1.20.4
  • build(deps): bump gorm.io/driver/postgres from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/gorm from 1.20.3 to 1.20.4
  • build(deps): bump gorm.io/gorm from 1.20.4 to 1.20.5
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.1.1
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.1.1
  • build(deps): bump gorm.io/gorm from 1.20.4 to 1.20.5
  • build(deps): bump gorm.io/driver/mysql from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/driver/mysql from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.4 to 1.0.5
  • build(deps): bump gorm.io/driver/postgres from 1.0.4 to 1.0.5
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.1 to 2.1.2
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.1 to 2.1.2
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.2 to 2.1.3
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.2 to 2.1.3
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.3 to 2.1.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.3 to 2.1.4
  • build(deps): bump gorm.io/gorm from 1.20.5 to 1.20.6
  • build(deps): bump gorm.io/gorm from 1.20.5 to 1.20.6
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.4 to 2.2.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.4 to 2.2.0
  • build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7
  • build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7
  • chore: merge pull request #190 from spacebin-org/develop
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.0 to 2.2.1
  • build(deps): bump gorm.io/driver/sqlite from 1.1.3 to 1.1.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.0 to 2.2.1
  • build(deps): bump gorm.io/driver/sqlite from 1.1.3 to 1.1.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.1 to 2.2.2
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.1 to 2.2.2
  • build(deps): bump gorm.io/gorm from 1.20.7 to 1.20.8
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.2 to 2.2.3
  • build(deps): bump gorm.io/gorm from 1.20.7 to 1.20.8
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.2 to 2.2.3
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.3 to 2.2.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.3 to 2.2.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.4 to 2.2.5
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.4 to 2.2.5
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.5 to 2.3.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.5 to 2.3.0
  • build(deps): bump gorm.io/driver/postgres from 1.0.5 to 1.0.6
  • build(deps): bump gorm.io/driver/postgres from 1.0.5 to 1.0.6
  • build(deps): bump gorm.io/gorm from 1.20.8 to 1.20.9
  • build(deps): bump gorm.io/gorm from 1.20.8 to 1.20.9
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.0 to 2.3.2
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.3.0 to 2.3.2

Release v0.1.1a

01 Dec 02:50
81be89d
Compare
Choose a tag to compare
Release v0.1.1a Pre-release
Pre-release

This release simply includes updates to various existing dependencies.

Commits

  • chore: merge pr #174 from spacebin-org/main
  • build(.github/workflows): create release builder action
  • build(deps): bump github.com/knadh/koanf from 0.13.0 to 0.14.0
  • build(deps): bump github.com/knadh/koanf from 0.13.0 to 0.14.0
  • build(deps): bump gorm.io/gorm from 1.20.2 to 1.20.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/gorm from 1.20.2 to 1.20.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/gorm from 1.20.3 to 1.20.4
  • build(deps): bump gorm.io/driver/postgres from 1.0.3 to 1.0.4
  • build(deps): bump gorm.io/gorm from 1.20.3 to 1.20.4
  • build(deps): bump gorm.io/gorm from 1.20.4 to 1.20.5
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.1.1
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.0 to 2.1.1
  • build(deps): bump gorm.io/gorm from 1.20.4 to 1.20.5
  • build(deps): bump gorm.io/driver/mysql from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/driver/mysql from 1.0.2 to 1.0.3
  • build(deps): bump gorm.io/driver/postgres from 1.0.4 to 1.0.5
  • build(deps): bump gorm.io/driver/postgres from 1.0.4 to 1.0.5
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.1 to 2.1.2
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.1 to 2.1.2
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.2 to 2.1.3
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.2 to 2.1.3
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.3 to 2.1.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.3 to 2.1.4
  • build(deps): bump gorm.io/gorm from 1.20.5 to 1.20.6
  • build(deps): bump gorm.io/gorm from 1.20.5 to 1.20.6
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.4 to 2.2.0
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.1.4 to 2.2.0
  • build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7
  • build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7
  • docs(readme.md): add vulnerability reporting section
  • chore: capitalize document file names
  • chore: merge pull request #190 from spacebin-org/develop
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.0 to 2.2.1
  • build(deps): bump gorm.io/driver/sqlite from 1.1.3 to 1.1.4
  • build(deps): bump github.com/gofiber/fiber/v2 from 2.2.0 to 2.2.1
  • build(deps): bump gorm.io/driver/sqlite from 1.1.3 to 1.1.4

Spirit Alpha v0.1.0

15 Oct 18:26
d56e061
Compare
Choose a tag to compare
Spirit Alpha v0.1.0 Pre-release
Pre-release

The first release of Spirit — text sharing for the final frontier.