Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the presence of changelog for the latest stable release in History.md #1999

Merged
merged 11 commits into from
Nov 21, 2024
11 changes: 8 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
exclude: "./.git/*" # Optional.
check_all_files_with_shebangs: "false" # Optional.

check_readme:
check_docs:
runs-on: ubuntu-22.04
container:
image: alpine:3.19
Expand All @@ -220,6 +220,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-tags: true
fetch-depth: 0

- name: Check autogenerated Documentation/README.md
run: /bin/sh ./scripts/deploy.sh docs_readme
- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"

- name: Check and verify documentation
run: /bin/sh ./scripts/deploy.sh docs
78 changes: 39 additions & 39 deletions Documentation/History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version Changes


## V2.22
## v2.22

### New Hardware Support

Expand Down Expand Up @@ -45,7 +45,7 @@ Assets have been made for rendering this at full size, but the code is not compl
- Lots of tooling and code cleanups


## V2.21
## v2.21

### Features & changes

Expand All @@ -64,7 +64,7 @@ Alternatively you can use Spagett1's PineFlash tool that should provide a GUI in
For a small number of V2 Pinecil devices there appears to be an interference issue between the Bluetooth Low Energy and some devices; more information here. If this occurs to you, please let us know in the issue and rollback to 2.20 for now.


## V2.20
## v2.20

- First "full" release for PinecilV2
- Loots of documentation updates
Expand All @@ -73,7 +73,7 @@ For a small number of V2 Pinecil devices there appears to be an interference iss
- Cold Junction Calibration was reworked and now occurs _at next boot_ to make it easier to perform when the device is cold


## V2.19
## v2.19

- Bug-fix Infinite Boot Logo
- Shutdown settings for MHP30
Expand All @@ -84,7 +84,7 @@ For a small number of V2 Pinecil devices there appears to be an interference iss
- Improved documents, added features table


## V2.18
## v2.18

- Support for animated bootup logo's
- Bootup logo's moved to their own IronOS-Meta repo
Expand All @@ -94,7 +94,7 @@ For a small number of V2 Pinecil devices there appears to be an interference iss
- Better Instructions/documents


## V2.17
## v2.17

### Features & changes

Expand Down Expand Up @@ -122,7 +122,7 @@ For a small number of V2 Pinecil devices there appears to be an interference iss
- -> Release has been updated to build `e065be3` after one bug with the BMA223 was found.


## V2.16
## v2.16

- Overhaul of the Timer+ADC setup with help from @sandmanRO
- Overhaul of the PID with help from @sandmanRO
Expand All @@ -140,7 +140,7 @@ For a small number of V2 Pinecil devices there appears to be an interference iss
- Romanian language added


## V2.15
## v2.15

### Features & changes

Expand All @@ -165,7 +165,7 @@ Programs the same as any one Miniware unit using drag and drop.
The flood doors are now open for feature requests for this unit :)


## V2.14
## v2.14

- Fixing auto rotation bug in the LIS accelerometer in the TS80/TS80P
- Adds support for two new accelerometers
Expand All @@ -183,7 +183,7 @@ The flood doors are now open for feature requests for this unit :)
- clang-format spec setup #801


## V2.13
## v2.13

- First _official_ Pinecil release
- All of the wire for Pinecil releases added
Expand All @@ -201,7 +201,7 @@ The flood doors are now open for feature requests for this unit :)
- Rework of all of the temperature curves for better accuracy


## V2.12
## v2.12

- Only released as pre-release
- [TS80P] Improvements to the PD negotiation to handle a few more adapters cleanly
Expand All @@ -210,41 +210,41 @@ The flood doors are now open for feature requests for this unit :)
- Removing the very old single line menu style.


## V2.11
## v2.11

- First TS80P support
- Added in a USB-PD driver stack for the FUSB302
- Fixed some graphical glitches


## V2.10
## v2.10

- GUI polish (animations and scroll bars)
- Power pulse to keep power supplies alive
- Adjustable tip response gain


## V2.09
## v2.09

- Adjustable steps in temperature adjustment
- Git hash now in build string
- Adjustable language to set if US units are available or not
- Some minor QC3 improvements


## V2.08
## v2.08

- Fixes auto start in sleep mode
- Power limiters


## V2.07
## v2.07

- QC fixes
- Cosmetic fixes for leading 0's


## V2.06
## v2.06

- Warning on settings reset
- Temp temp re-write
Expand All @@ -253,32 +253,32 @@ The flood doors are now open for feature requests for this unit :)
- Menu timeouts


## V2.05
## v2.05

- Language updates


## V2.04
## v2.04

- GUI updates


## V2.03
## v2.03

- Support for new accelerometers


## V2.02
## v2.02

- Adds small font


## V2.01
## v2.01

- Newer settings menu


## V2.00
## v2.00

- Complete re-write of the low layer system to use the STM32 HAL for easier development
- This allowed easier setup for the new ADC auto measuring system
Expand All @@ -289,95 +289,95 @@ The flood doors are now open for feature requests for this unit :)
- Added smaller font for said screen views


## V1.17
## v1.17

- Added blinking cooldown display
- Allowed smaller sleep timeout values
- New font!
- Automatic startup option


## V1.16
## v1.16

- Added automatic rotation support
- Added power display graph


## V1.15
## v1.15

- Added support for a custom bootup logo to be programmed via the DFU bootloader


## V1.14
## v1.14

- Changed input voltage cutoff to be based on cell count rather than voltage


## V1.13
## v1.13

- Swapped buttons for menu to prevent accidentally changing first menu item
- Added auto key repeat


## V1.12
## v1.12

- Increases sensitivity options to be 1\*9 with 0 off state
- Fixes issue where going from COOL \*> soldering can leave screen off


## V1.11
## v1.11

- Boost mode
- Change sensitivity options to be 1\*8


## V1.10
## v1.10

- Adds help text to settings
- Improves settings for the display update rate


## V1.09
## v1.09

- Adds display modes, for slowing down or simplifying the display


## V1.08
## v1.08

- Fix settings menu not showing flip display


## V1.07
## v1.07

- Adds shutdown time to automatically shutdown the iron after inactivity


## V1.06
## v1.06

- Changes H and C when the iron is heating to the minidso chevron like images


## V1.05
## v1.05

- Adds ability to calibrate the input voltage measurement


## V1.04
## v1.04

- Increased accuracy of the temperature control
- Improved PID response slightly
- Allows temperature offset calibration
- Nicer idle screen


## V1.03
## v1.03

- Improved Button handling
- Ability to set motion sensitivity
- DC voltmeter page shows input voltage


## V1.02
## v1.02

- Adds hold both buttons on IDLE to access the therometer mode
- Changes the exit soldering mode to be holding both buttons (Like original firmware)
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ docs: $(MKDOCS_YML) Documentation/* Documentation/Flashing/* Documentation/im
docs-deploy: $(MKDOCS_YML) Documentation/* Documentation/Flashing/* Documentation/images/*
$(MKDOCS) gh-deploy -f $(MKDOCS_YML) -d ../site

# routine check for autogenerated Documentation/README.md
# routine check to verify documentation
test-md:
@echo ""
@echo "---- Checking REAMDE.md... ----"
@echo "---- Checking documentation... ----"
@echo ""
@/bin/sh ./scripts/deploy.sh docs_readme
@/bin/sh ./scripts/deploy.sh docs

# shell style & linter check (github CI version of shellcheck is more recent than alpine one so the latter may not catch some policies)
test-sh:
Expand Down
Loading