From deb7263c3e601ef858d462db276491479d22a483 Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Sat, 8 Nov 2025 10:15:52 +0100 Subject: [PATCH] Chore: bump version to 0.5.5 (#423) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ web/lib/potato_mesh/config.rb | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f46a4..862a583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # CHANGELOG +## v0.5.4 + +* Handle naming when primary channel has a name by @l5yth in +* Handle edge case when primary channel has a name by @l5yth in +* Add preset mode to logs by @l5yth in +* Parallelize federation tasks with worker pool by @l5yth in +* Allow filtering chat and logs by node name by @l5yth in +* Gem: Add erb as dependency removed from std by @l5yth in +* Implement support for replies and reactions app by @l5yth in +* Ingestor: Ignore direct messages on default channel by @l5yth in +* Agents: Add instructions by @l5yth in +* Display encrypted messages in frontend log window by @l5yth in +* Add chat log entries for telemetry, position, and neighbor events by @l5yth in +* Handle missing instance domain outside production by @l5yth in +* Add tabbed chat panel with channel grouping by @l5yth in +* Normalize numeric client roles using Meshtastic CLI enums by @l5yth in +* Ensure Docker images publish versioned tags by @l5yth in +* Document environment configuration variables by @l5yth in +* Document federation refresh cadence by @l5yth in +* Add Prometheus monitoring documentation by @l5yth in +* Config: Read PROM_REPORT_IDS from environment by @nicjansma in +* Feat: Mesh-Ingestor: Ability to provide already-existing interface instance by @KenADev in +* Fix: Mesh-Ingestor: Fix error for non-existing datetime.UTC reference by @KenADev in +* Chore: bump version to 0.5.4 by @l5yth in + ## v0.5.3 * Add telemetry formatting utilities and extend node overlay by @l5yth in diff --git a/web/lib/potato_mesh/config.rb b/web/lib/potato_mesh/config.rb index 75cfec3..aa096e6 100644 --- a/web/lib/potato_mesh/config.rb +++ b/web/lib/potato_mesh/config.rb @@ -173,7 +173,7 @@ module PotatoMesh # # @return [String] semantic version identifier. def version_fallback - "v0.5.4" + "v0.5.5" end # Default refresh interval for frontend polling routines.