diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b20b857a..36abd993 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. - OS: [e.g. Windows 11] - Browser: [e.g. chrome, safari] - PineSAM Version: [e.g. 1.0.8] - - IronOS build: [e.g. 2.20.EB5D5EA] + - IronOS build/date: [e.g. 2.20.EB5D5EA, 15-02-23] **Additional context** Add any other context about the problem here. diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 4a2c846b..ec301074 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -7,6 +7,9 @@ on: - '/docs' - '/mkdocs.yml' workflow_dispatch: +concurrency: + group: "docs" + cancel-in-progress: true jobs: deploy: runs-on: ubuntu-latest @@ -22,4 +25,4 @@ jobs: - run: pip install mkdocs-git-authors-plugin - run: pip install mkdocs-enumerate-headings-plugin - run: pip install mkdocs-glightbox - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy --force diff --git a/CHANGELOG.md b/CHANGELOG.md index 653207f2..b33b8573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,92 @@ # Changelog +## v1.12.13 + +* fix: instructions, docs, wiki (#144) + + +fix badge links + +* Update Readme.md + +* fix: updated instructions + +fix: closes issue https://github.com/builder555/PineSAM/issues/136 + +* fix: instructions + +fix: instructions + +* fix: links + +fix: links + +* Update Readme.md + +* fix: add work HUD reference image + +fix: add work HUD detailed reference image + +* fix: added working 128 firmware + +fix: added link to working 128 UUID firmware. old beta ironOS causes main_server terminal crash + +* Update Readme.md + +* fix: readme doc + +fix: readme doc + +* fix: typo readme + +fix: typo readme [5f461fd](https://github.com/builder555/PineSAM/commit/5f461fd8aee172f85f4690e821b0ae87bfe353ae) +* fix: error from wait=process, instruction docs (#149) + +fix badge links + +* Update Readme.md + +* fix: updated instructions + +fix: closes issue https://github.com/builder555/PineSAM/issues/136 + +* fix: instructions + +fix: instructions + +* fix: links + +fix: links + +* Update Readme.md + +* fix: add work HUD reference image + +fix: add work HUD detailed reference image + +* fix: added working 128 firmware + +fix: added link to working 128 UUID firmware. old beta ironOS causes main_server terminal crash + +* Update Readme.md + +* fix: readme doc + +fix: readme doc + +* fix: typo readme + +fix: typo readme + +* fix: wait-process error on windows + +fix: this closes ticket for https://github.com/builder555/PineSAM/issues/148 +fix of Wait-process causing error in terminal window start.ps1 [ed98d62](https://github.com/builder555/PineSAM/commit/ed98d6207deb6c9a4b36f1f91d30ed30a6771721) + +## v1.12.11 + +* fix: broken if statement [e484f67](https://github.com/builder555/PineSAM/commit/e484f67929eb198925df3e35f6c45edaff582d2c) + ## v1.12.10 * Use mkdocs as documentation software instead of GitHub wiki (#129)