Compare commits
No commits in common. "9fb82fe51e93ce11e0711b5d1296e829535f1b4d" and "6700a1761fe5089c1a21eec50bc72470ac2b5e56" have entirely different histories.
9fb82fe51e
...
6700a1761f
4
.github/workflows/gitea-release.yml
vendored
4
.github/workflows/gitea-release.yml
vendored
@ -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,13 +1,5 @@
|
||||
# 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.83"
|
||||
version = "1.3.82"
|
||||
##
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user