Compare commits
No commits in common. "c25f41db756000041f2e11488250c75e0ce4789f" and "17b188626a45ff02e94894b651872f06e4781db5" have entirely different histories.
c25f41db75
...
17b188626a
4
.github/workflows/github-release.yml
vendored
4
.github/workflows/github-release.yml
vendored
@ -6,8 +6,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
create-release:
|
create-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#permissions:
|
permissions:
|
||||||
# contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.3.9] - 2025-02-21
|
|
||||||
### Changed
|
|
||||||
- update webpages for version v1.3.9
|
|
||||||
- ci: comment out permissions for GitHub release workflow
|
|
||||||
|
|
||||||
|
|
||||||
## [1.3.8] - 2025-02-21
|
## [1.3.8] - 2025-02-21
|
||||||
### Added
|
### Added
|
||||||
- add Gitea and GitHub release workflows
|
- add Gitea and GitHub release workflows
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.3.9"
|
version = "1.3.8"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user