All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2022-08-14
- Update docker images - alpine to 3.16.1, golang to 1.19, golangci-lint to 1.48.0.
- Update chroma to v2.2.0.
- Update bulma to 0.9.4.
- Update bulma-tooltip to 1.2 (was 3.0.0, but repo was switched to CreativeBulma).
- Update github.com/dchest/captcha to v1.0.0.
- Put valid repository's link in footer.
- Removed
flagger
dependency.
0.4.0 - 2021-01-09
- PostgreSQL support.
- Docker containerization for every commit and tag.
- Pastes cleanup procedure.
- Updated bulma to v 0.7.5.
- Moved from
io/ioutil
toos
package for reading/writing files and directories.
- Dirty hack to get database connection reestablish (for sure).
Release changelogs lost :(.
0.2.0 - 2018-05-27
- Possibility to create different database backends. Currently
mysql
andflatfiles
are available.
- De-hardcoded pagination configuration, it is now configurable via configuration file.
0.1.1 - 2018-05-26
- Footer copyrights.
- Refactored templates: now they're included in each other if neccessary.
- Fixed nasty bugs with private pastes that causing fastpastebin to crash.
- Logger level from configuration now properly set.
0.1.0 - 2018-05-19
First normal release. Fast Paste Bin is able to handle public, private and passworded pastes.