Compare commits

...

3 Commits

3 changed files with 11 additions and 3 deletions

@ -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'

@ -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

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