Skip to content

Commit

Permalink
Update Changelog and autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
sembruk committed Apr 13, 2022
1 parent c4ec56a commit 0c8af04
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Generate Changelog
run: |
# Get text after ## ... <version> 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/')
Expand Down
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -10,24 +10,28 @@

[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
- Disable deprecated Fast punch config option

[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
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Список изменений SportiduinoPQ

## 2022-04-13 - v0.11.0
## v0.11.0 - 2022-04-13

- Мастер чип пароля
- Очистка лога станции (прошивка >= vX.10.0)
Expand All @@ -10,16 +10,20 @@

[Все изменения](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 из прошлого (чип сна)
- Выключена устаревшая опция "Быстрая отметка" в конфиге

[Все изменения](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)

0 comments on commit 0c8af04

Please sign in to comment.