Skip to content

Commit

Permalink
Docs: Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Feb 19, 2023
1 parent b158181 commit 33679c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Upload to Release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ncipollo/release-action@v1.10.0
uses: ncipollo/release-action@v1.12.0
with:
artifacts: build/*.zip
bodyFile: build/XiaoMi_Pro-KBL-OC-${{ env.CUR_TAG }}/ReleaseNotes.md
Expand Down
8 changes: 5 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

**English** | [中文](Docs/Changelog_CN.md)

## XiaoMi NoteBook Pro EFI v1.7.5
## 2023-02-XX
## [XiaoMi NoteBook Pro EFI v1.7.5](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/tag/v1.7.5)
## 2023-02-18

### Upgrade
- Update `OpenCore` v0.8.9
- Update `AppleALC` v1.7.9
- Update `WhateverGreen` v1.6.4
- Update `HibernationFixup` v1.4.8
- Update `HfsPlus.efi` (up to [acidanthera/OcBinaryData@c2a9898](https://github.com/acidanthera/OcBinaryData/commit/c2a98980d30e39a571a2843ab26aa8d2b9188094))
- Update `AirportItlwm` v2.2.0 (up to [OpenIntelWireless/itlwm@7e384c0](https://github.com/OpenIntelWireless/itlwm/commit/7e384c08c1d7950613a3fde98b0efefc8bfb8c88))
- Update `AirportItlwm` v2.2.0 (up to [OpenIntelWireless/itlwm@ddd2768](https://github.com/OpenIntelWireless/itlwm/commit/ddd27687dbd672adc608f00957b68785e825b28d))
- Update `VoodooI2C` v2.8

### OC
- OC: Update config to support `OpenCore` v0.8.9
Expand Down
8 changes: 5 additions & 3 deletions Docs/Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

[English](../Changelog.md) | **中文**

## XiaoMi NoteBook Pro EFI v1.7.5
## 2023-02-XX
## [XiaoMi NoteBook Pro EFI v1.7.5](https://github.com/daliansky/XiaoMi-Pro-Hackintosh/releases/tag/v1.7.5)
## 2023-02-18

### Upgrade
- 更新 `OpenCore` v0.8.9
- 更新 `AppleALC` v1.7.9
- 更新 `WhateverGreen` v1.6.4
- 更新 `HibernationFixup` v1.4.8
- 更新 `HfsPlus.efi`(更新至 [acidanthera/OcBinaryData@c2a9898](https://github.com/acidanthera/OcBinaryData/commit/c2a98980d30e39a571a2843ab26aa8d2b9188094)
- 更新 `AirportItlwm` v2.2.0(更新至 [OpenIntelWireless/itlwm@7e384c0](https://github.com/OpenIntelWireless/itlwm/commit/7e384c08c1d7950613a3fde98b0efefc8bfb8c88)
- 更新 `AirportItlwm` v2.2.0(更新至 [OpenIntelWireless/itlwm@ddd2768](https://github.com/OpenIntelWireless/itlwm/commit/ddd27687dbd672adc608f00957b68785e825b28d)
- 更新 `VoodooI2C` v2.8

### OC
- OC: 更新 config 来支持 `OpenCore` v0.8.9
Expand Down

0 comments on commit 33679c1

Please sign in to comment.