Compare commits

..

6 Commits

3 changed files with 19 additions and 3 deletions

@ -209,9 +209,9 @@ jobs:
with:
host: "filaman.app"
port: 21
user: "firmware"
user: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
forceSsl: true
localDir: ".pio/build/esp32dev"
remoteDir: "/"
options: "set ssl:verify-certificate no; mirror -R --include-glob filaman_full_*.bin --parallel=1"
options: "set ftp:ssl-force true; set ftp:ssl-protect-data true; set ssl:verify-certificate no; set ftp:ssl-auth TLS; put filaman_full_*.bin -o filaman_full.bin"

@ -1,5 +1,21 @@
# Changelog
## [1.3.75] - 2025-02-23
### Changed
- update webpages for version v1.3.75
### Fixed
- update FTP user and enhance SSL options in gitea-release workflow
## [1.3.74] - 2025-02-23
### Changed
- update webpages for version v1.3.74
### Fixed
- update password syntax in gitea-release workflow
## [1.3.73] - 2025-02-23
### Changed
- update webpages for version v1.3.73

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