Compare commits

...

3 Commits

Author SHA1 Message Date
9fb82fe51e docs: update changelog and header for version v1.3.83
Some checks failed
Release Workflow / detect-provider (push) Successful in 3s
Release Workflow / github-release (push) Has been skipped
Release Workflow / gitea-release (push) Failing after 2m57s
2025-02-23 15:07:40 +01:00
5e0e2c5f6b docs: update webpages for version v1.3.83 2025-02-23 15:07:40 +01:00
a8460503ff fix: correct variable interpolation for FTP credentials in Gitea release workflow 2025-02-23 15:07:35 +01:00
3 changed files with 11 additions and 3 deletions

View File

@ -222,5 +222,5 @@ jobs:
set ftp:ssl-force true; \
set ssl:check-hostname false; \
set ftp:ssl-auth TLS; \
open -u '"$FTP_USER"','"$FTP_PASSWORD"' ftp://filaman.app:21; \
put -O / filaman_full_'"$VERSION"'.bin -o filaman_full.bin'
open -u '$FTP_USER','$FTP_PASSWORD' ftp://filaman.app:21; \
put -O / filaman_full_'$VERSION'.bin -o filaman_full.bin'

View File

@ -1,5 +1,13 @@
# Changelog
## [1.3.83] - 2025-02-23
### Changed
- update webpages for version v1.3.83
### Fixed
- correct variable interpolation for FTP credentials in Gitea release workflow
## [1.3.82] - 2025-02-23
### Added
- update Gitea release workflow to use variable interpolation for FTP credentials

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.82"
version = "1.3.83"
##
[env:esp32dev]
platform = espressif32