diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6862be..1976390 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,9 +46,9 @@ jobs: - name: Generate Changelog run: | # Get text after ## ... from changelog.ru.md and changelog.en.md - sed -n "/^##.*${{ github.ref_name }}$/,/^##/{/^##/d ; p}" CHANGELOG.ru.md | sed -z "s/^\n*//g" - > ${{ github.workspace }}-CHANGELOG.txt + sed -n "/^##.*${{ github.ref_name }}.*$/,/^##/{/^##/d ; p}" CHANGELOG.ru.md | sed -z "s/^\n*//g" - > ${{ github.workspace }}-CHANGELOG.txt printf "\n---\n" >> ${{ github.workspace }}-CHANGELOG.txt - sed -n "/^##.*${{ github.ref_name }}$/,/^##/{/^##/d ; p}" CHANGELOG.md | sed -z "s/^\n*//g" - >> ${{ github.workspace }}-CHANGELOG.txt + sed -n "/^##.*${{ github.ref_name }}.*$/,/^##/{/^##/d ; p}" CHANGELOG.md | sed -z "s/^\n*//g" - >> ${{ github.workspace }}-CHANGELOG.txt - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/CHANGELOG.md b/CHANGELOG.md index 41335c4..781a70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SportiduinoPQ Changelog -## 2022-04-13 - v0.11.0 +## v0.11.0 - 2022-04-13 - Password Master card - Erase station log possibility (BS >= vX.10.0) @@ -10,7 +10,7 @@ [All changes](https://github.com/sportiduino/sportiduinopq/compare/v0.10.2...v0.11.0) -## 2022-01-17 - v0.10.2 +## v0.10.2 - 2022-01-17 - QSpinBox for card number - Don't apply datetime from the past @@ -18,16 +18,20 @@ [All changes](https://github.com/sportiduino/sportiduinopq/compare/v0.10.1...v0.10.2) -## 2021-10-21 - v0.10.1 +## v0.10.1 - 2021-10-21 - Autobuild with Python 3.8 for Windows 7 -## 2021-05-14 - v0.10.0 +[All changes](https://github.com/sportiduino/sportiduinopq/compare/v0.10.0...v0.10.1) + +## v0.10.0 - 2021-05-14 - Autosleep option for BS v3.9.0 - Reset secs to 0 for wakeup timestamp for Sleep Card - Lint (Flake8) fixes -## 2020-11-09 - v0.9.0 +[All changes](https://github.com/sportiduino/sportiduinopq/compare/v0.9.0...v0.10.0) + +## v0.9.0 - 2020-11-09 - Master station v1.8 support - Compatibility with MS v1.6 (only reading card) - Added auto card polling mode diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index e9844ec..c53320e 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,6 +1,6 @@ # Список изменений SportiduinoPQ -## 2022-04-13 - v0.11.0 +## v0.11.0 - 2022-04-13 - Мастер чип пароля - Очистка лога станции (прошивка >= vX.10.0) @@ -10,7 +10,7 @@ [Все изменения](https://github.com/sportiduino/sportiduinopq/compare/v0.10.2...v0.11.0) -## 2022-01-17 - v0.10.2 +## v0.10.2 - 2022-01-17 - QSpinBox для номера чипа - Не используются datetime из прошлого (чип сна) @@ -18,8 +18,12 @@ [Все изменения](https://github.com/sportiduino/sportiduinopq/compare/v0.10.1...v0.10.2) -## 2021-10-21 - v0.10.1 +## v0.10.1 - 2021-10-21 - Автосборка с Python 3.8 для Windows 7 +## v0.10.0 - 2021-05-14 +- Опция автосна для BS v3.9.0 +- Reset secs to 0 for wakeup timestamp for Sleep Card +- Исправления предупреждений Lint (Flake8)