From 31e01df9409667d4a08b10dbcd6a5d0f3c8ed6e8 Mon Sep 17 00:00:00 2001 From: anonpenguin23 Date: Mon, 3 Nov 2025 07:30:38 +0200 Subject: [PATCH] chore: update changelog and version to 0.53.14 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2130c..68396a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,25 @@ The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semant - Added a new `install-hooks` target to the Makefile to easily set up git hooks. - Added a script (`scripts/install-hooks.sh`) to copy git hooks from `.githooks` to `.git/hooks`. +### Changed +- Improved the pre-push git hook to automatically commit the updated `CHANGELOG.md` and `Makefile` after generating the changelog. +- Updated the changelog generation script (`scripts/update_changelog.sh`) to load the OpenRouter API key from the `.env` file or environment variables, improving security and configuration. +- Modified the pre-push hook to read user confirmation from `/dev/tty` for better compatibility in various terminal environments. +- Updated the bootstrap peer logic to check the `DEBROS_BOOTSTRAP_PEERS` environment variable first, allowing easier configuration override. +- Improved the gateway's private host check to correctly handle IPv6 addresses with or without brackets and ports. + +### Deprecated + +### Removed + +### Fixed +\n +## [0.53.14] - 2025-11-03 + +### Added +- Added a new `install-hooks` target to the Makefile to easily set up git hooks. +- Added a script (`scripts/install-hooks.sh`) to copy git hooks from `.githooks` to `.git/hooks`. + ### Changed - Improved the pre-push git hook to automatically commit the updated `CHANGELOG.md` and `Makefile` after generating the changelog. - Updated the changelog generation script (`scripts/update_changelog.sh`) to load the OpenRouter API key from the `.env` file or environment variables, improving security and configuration.