diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efcfc34..980bb229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). +## [4.5.1] - 2025-08-13 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#1637](https://github.com/shlinkio/shlink-web-client/issues/1637) Fix brand color used in PWA +* [#1636](https://github.com/shlinkio/shlink-web-client/issues/1636) Make sure sidebar toggle is rendered only in sections where the sidebar exists. + + ## [4.5.0] - 2025-08-08 ### Added * [shlink-web-component#755](https://github.com/shlinkio/shlink-web-component/issues/755) Add support for `any-value-query-param` and `valueless-query-param` redirect conditions when using Shlink >=4.5.0. diff --git a/Dockerfile b/Dockerfile index fb4ae9cc..d8e23951 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.4-alpine AS node +FROM node:24.5-alpine AS node COPY . /shlink-web-client ARG VERSION="latest" ENV VERSION=${VERSION} diff --git a/index.html b/index.html index 3aee0f8d..4232d93a 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@
- + +