Releases: Pinjasaur/bic
Official v1.0.0 Release
Hurray, bic's featureset and documentation is at a place where I'm comfortable calling it stable. Shoutout to @mfossen.
Full Changelog: v1.0.0-beta.5...v1.0.0
Hotfix: make `lib/sqids` executable 🙃
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
Don't clobber files & update dependencies
What's Changed
- fix: use
BIC_OVERWRITE
whencp
ing static/ too by @Pinjasaur in #21 - feat: replace bashids with sqids by @Pinjasaur in #23
Replacing Hashids with Sqids is a backwards incompatible change that will cause duplicated entries in RSS readers. See #20 for more details.
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
Feature: Tags
Biggest change is being able to use arbitrary tags to categorize entries.
What's Changed
- docs: dynamically embed release metadata by @Pinjasaur in #15
- feat: tags by @Pinjasaur in #18
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
Improved .env & ENV_VAR support
What's Changed
- fix: better defined & documented .env and ENV_VAR support by @Pinjasaur in #14
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
Planned
Would like to look into tags & pagination support, see #10 and #12, respectively.
Docs & Nix
Continually improve docs, add an actual test suite, and document how to use bic
via Nix (flakes) as an alternative to Docker.
An official v1.0.0 nears.
Custom domain & docs
The custom domain, https://bic.sh, is now live for the docs along with the demo: https://demo.bic.sh.
Docs feature more details on the structure and templating.
bic
itself has better error handling for the required files & directories upon startup, correctly redirecting error-type logs to stderr, and properly slugifying page and entry filenames when being built.
Initial alpha release
Initial alpha.
Basic docs & used to generate the demo site. It'll probably be fine, but use at your own risk. If it breaks you get to keep both parts.