Skip to content

Commit

Permalink
Docs: sync changelog; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen-zen committed Dec 22, 2020
1 parent 5ca7a1d commit c02a182
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
YogaSMC Changelog
============================

#### v1.3.1
#### v1.4.0
- Pane: debug: enable RapidChargeMode checkbox
- ThinkVPC: fix forgotten break in switch case, thx @junaedahmed
- NC: update presets, thx @antoniomcr96 @Ab2774
Expand All @@ -28,6 +28,15 @@ YogaSMC Changelog
- NC: support modifier
- NC: support Caps Lock monitor
- ThinkVPC: evaluate GMKS for FnLock state
- NC: add launchapp action
- YogaBaseService: add identifier for Alter version
- NC: fix ECCap detection, thanks @buyddy
- Pane: support ClamshellMode
- Pane: fix battery detection
- NC: improve audio status handling
- NC: support SaveFanLevel
- IdeaVPC: workaround for buggy event evaluation
- NC: improve config readability, backup your customizations first!

#### v1.3.0
- Pane: fix loading prior to 10.14.4 with embedded swift runtime, thx @Charlyo
Expand Down
4 changes: 2 additions & 2 deletions YogaSMC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.3.1;
CURRENT_PROJECT_VERSION = 1.4.0;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1107,7 +1107,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.3.1;
CURRENT_PROJECT_VERSION = 1.4.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
2 changes: 1 addition & 1 deletion YogaSMC/SSDTSample/SSDT-THINK.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DefinitionBlock ("", "SSDT", 2, "hack", "Think", 0x00000000)
{
If (_OSI ("Darwin"))
{
// Initialze mute button mode like Linux.
// Initialze mute button mode like Linux when it's broken, may be combined with MuteLEDFixup in prefpane.
LNUX = 0x01
// Enable DYTC thermal-management on newer Thinkpads. Please check \_SB.PCI0.LPCB.EC.HKEY.DYTC()
WNTF = 0x01
Expand Down

0 comments on commit c02a182

Please sign in to comment.