Compare commits

..

No commits in common. "9fb82fe51e93ce11e0711b5d1296e829535f1b4d" and "6700a1761fe5089c1a21eec50bc72470ac2b5e56" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View File

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

View File

@ -1,13 +1,5 @@
# Changelog # 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 ## [1.3.82] - 2025-02-23
### Added ### Added
- update Gitea release workflow to use variable interpolation for FTP credentials - update Gitea release workflow to use variable interpolation for FTP credentials

View File

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