this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

4.0.0

+8 -8
+5 -5
changelog.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## [Unreleased](https://github.com/patrik-csak/terminal-profile/compare/v3.0.2...HEAD) 8 + ## [4.0.0](https://github.com/patrik-csak/terminal-profile/compare/v3.0.2...v4.0.0) – 2024-03-25 9 9 10 10 ### Added 11 11 ··· 15 15 16 16 - **BREAKING**: `update-profile` gets appearance mode from OS instead of from `DARKMODE` environment variable 17 17 18 - ## [v3.0.2](https://github.com/patrik-csak/terminal-profile/compare/v3.0.1...v3.0.2) – 2024-02-21 18 + ## [3.0.2](https://github.com/patrik-csak/terminal-profile/compare/v3.0.1...v3.0.2) – 2024-02-21 19 19 20 20 ### Fixed 21 21 22 22 - Fix Terminal opening when closed 23 23 24 - ## [v3.0.1](https://github.com/patrik-csak/terminal-profile/compare/v3.0.0...v3.0.1) – 2024-02-20 24 + ## [3.0.1](https://github.com/patrik-csak/terminal-profile/compare/v3.0.0...v3.0.1) – 2024-02-20 25 25 26 26 ### Fixed 27 27 28 28 - Fix broken post-install compilation step 29 29 30 - ## [v3.0.0](https://github.com/patrik-csak/terminal-profile/compare/v2.1.0...v3.0.0) – 2024-02-19 30 + ## [3.0.0](https://github.com/patrik-csak/terminal-profile/compare/v2.1.0...v3.0.0) – 2024-02-19 31 31 32 32 ### Changed 33 33 ··· 41 41 42 42 - Fix issue causing `auto-terminal-profile` to silently fail on macOS Sonoma 43 43 44 - ## [v2.1.0](https://github.com/patrik-csak/terminal-profile/compare/v2.0.0...v2.1.0) – 2023-07-04 44 + ## [2.1.0](https://github.com/patrik-csak/terminal-profile/compare/v2.0.0...v2.1.0) – 2023-07-04 45 45 46 46 ### Changed 47 47
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "auto-terminal-profile", 3 - "version": "3.0.2", 3 + "version": "4.0.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "auto-terminal-profile", 9 - "version": "3.0.2", 9 + "version": "4.0.0", 10 10 "hasInstallScript": true, 11 11 "license": "MIT", 12 12 "os": [
+1 -1
package.json
··· 1 1 { 2 2 "name": "auto-terminal-profile", 3 - "version": "3.0.2", 3 + "version": "4.0.0", 4 4 "description": "Automatically switch macOS Terminal profile when system dark / light mode changes", 5 5 "keywords": [ 6 6 "macos",