Compare commits

..

2 Commits

2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## [1.1.0] - 2025-02-16
### Fixed
- correct version number in nav bar
## [1.0.5] - 2025-02-16 ## [1.0.5] - 2025-02-16
### Added ### Added
- update version to 1.0.5 and enhance changelog update process with automatic git push - update version to 1.0.5 and enhance changelog update process with automatic git push

View File

@ -48,8 +48,8 @@ build_flags =
'-D VERSION="${common.version}"' '-D VERSION="${common.version}"'
extra_scripts = extra_scripts =
pre:scripts/combine_html.py
pre:scripts/pre_build.py pre:scripts/pre_build.py
pre:scripts/combine_html.py
pre:scripts/pre_spiffs.py pre:scripts/pre_spiffs.py
pre:scripts/gzip_files.py pre:scripts/gzip_files.py
pre:scripts/extra_script.py pre:scripts/extra_script.py