Skip to content

Latest commit

 

History

History
163 lines (90 loc) · 4.65 KB

File metadata and controls

163 lines (90 loc) · 4.65 KB

Changelog

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.

[Unreleased]

0.7.6 - 2026-04-24

Other

  • bump crate recursion_limit to 512 for Leptos view types

0.7.5 - 2026-04-24

Other

  • 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

Other

  • 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

Other

  • update masthead and labels for downloads

0.7.2 - 2026-04-24

Other

  • 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

Other

  • Update style to better respect screen sizes, handle no db across machines

0.7.0 - 2025-12-31

Added

  • (nix) add npm and gitlab sync options to NixOS module

0.6.0 - 2025-12-31

Added

  • (sync) add npm, GitLab sync and UI improvements (#26)

0.5.3 - 2025-12-26

Other

  • (nix) default contributions.user to github.user (#24)

0.5.2 - 2025-12-26

Other

  • architecture improvements, database performance, and dark mode (#22)

0.5.1 - 2025-12-26

Fixed

  • (ci) use double quotes for if expression
  • (ci) quote if expression to fix YAML syntax error

Other

  • (ci) cache Playwright browsers and fix update-stable trigger (#18)

0.5.0 - 2025-12-26

Added

  • add comprehensive test suite, UI improvements, and crates.io sync (#16)

0.4.1 - 2025-12-24

Other

  • (ci) require all jobs to pass before updating stable tag

0.4.0 - 2025-12-24

Added

  • (otel) improve trace quality and semantic convention compliance (#13)

0.3.0 - 2025-12-24

Added

  • (datadog) add service catalog and security scanning

0.2.1 - 2025-12-23

Other

  • (ci) download pre-built release-plz binary

0.2.0 - 2025-12-23

Added

  • [breaking] replace unix socket with TCP binding
  • (otel) use axum-tracing-opentelemetry for proper OTel semantics (#5)

Fixed

  • (release) enable minor bumps for feat commits in 0.x

Other

  • 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

Fixed

  • (nix) add configurable group for socket permissions

Other

  • add stable tag workflow for NixOS deployments

0.1.0 - 2025-12-22

Added

  • add OpenTelemetry instrumentation and NixOS deployment
  • (homepage) add skeleton layout with projects

Fixed

  • (nix) configure crane for cargo-leptos builds
  • (ci) use nightly toolchain and fix nix build
  • (nix) use crane for sandboxed builds

Other

  • 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