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.7.6 - 2026-04-24
- bump crate recursion_limit to 512 for Leptos view types
0.7.5 - 2026-04-24
- cache cargo output in CI to undo the nix-develop slowdown
- route Rust CI jobs through the flake's toolchain
- tighten clippy lints and strip pointless commentary
0.7.4 - 2026-04-24
- nix build was proving a bit tedious, so only runs prior to updating stable now (when doing a release), and also fixed hover text colour for filter pills as the hover colour was the same as the selected colour, making it invisible
0.7.3 - 2026-04-24
- update masthead and labels for downloads
0.7.2 - 2026-04-24
- bump action versions for Datadog CI jobs
- pin wasmbindgen cli to the same version in the nix dev shell and in Cargo.toml|lock
- fmt
- upgrade deps
0.7.1 - 2026-04-22
- Update style to better respect screen sizes, handle no db across machines
0.7.0 - 2025-12-31
- (nix) add npm and gitlab sync options to NixOS module
0.6.0 - 2025-12-31
- (sync) add npm, GitLab sync and UI improvements (#26)
0.5.3 - 2025-12-26
- (nix) default contributions.user to github.user (#24)
0.5.2 - 2025-12-26
- architecture improvements, database performance, and dark mode (#22)
0.5.1 - 2025-12-26
- (ci) use double quotes for if expression
- (ci) quote if expression to fix YAML syntax error
- (ci) cache Playwright browsers and fix update-stable trigger (#18)
0.5.0 - 2025-12-26
- add comprehensive test suite, UI improvements, and crates.io sync (#16)
0.4.1 - 2025-12-24
- (ci) require all jobs to pass before updating stable tag
0.4.0 - 2025-12-24
- (otel) improve trace quality and semantic convention compliance (#13)
0.3.0 - 2025-12-24
- (datadog) add service catalog and security scanning
0.2.1 - 2025-12-23
- (ci) download pre-built release-plz binary
0.2.0 - 2025-12-23
- [breaking] replace unix socket with TCP binding
- (otel) use axum-tracing-opentelemetry for proper OTel semantics (#5)
- (release) enable minor bumps for feat commits in 0.x
- trigger release detection
- switch to TCP binding and runtime VCS attributes (#7)
- (deps) update opentelemetry-configuration to 0.1.2 (#6)
0.1.1 - 2025-12-22
- (nix) add configurable group for socket permissions
- add stable tag workflow for NixOS deployments
0.1.0 - 2025-12-22
- add OpenTelemetry instrumentation and NixOS deployment
- (homepage) add skeleton layout with projects
- (nix) configure crane for cargo-leptos builds
- (ci) use nightly toolchain and fix nix build
- (nix) use crane for sandboxed builds
- only run nix-build on pull requests
- add comprehensive CI workflow and update action versions
- add release-plz workflow and config
- add justfile for common tasks
- init leptos project