From 4422d19a8819a99c45fc04376104be195fe9c7cd Mon Sep 17 00:00:00 2001 From: Jason Yao Date: Tue, 18 Oct 2022 07:58:18 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/JasonYao/dotfiles/compare/v1.3.0...v1.4.0) (2022-10-18) ### Features * **homebrew:** disables analytics from homebrew package manager ([a5b2fe0](https://github.com/JasonYao/dotfiles/commit/a5b2fe0d4e5ac2b9ab42f9f5dd9f9de3ab200839)), closes [#33](https://github.com/JasonYao/dotfiles/issues/33) --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50ea25..6f4fd92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog | Dotfiles +# [1.4.0](https://github.com/JasonYao/dotfiles/compare/v1.3.0...v1.4.0) (2022-10-18) + + +### Features + +* **homebrew:** disables analytics from homebrew package manager ([a5b2fe0](https://github.com/JasonYao/dotfiles/commit/a5b2fe0d4e5ac2b9ab42f9f5dd9f9de3ab200839)), closes [#33](https://github.com/JasonYao/dotfiles/issues/33) + # [1.3.0](https://github.com/JasonYao/dotfiles/compare/v1.2.0...v1.3.0) (2022-10-18) diff --git a/README.md b/README.md index 1ea2819..03d9927 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,16 @@ Run these commands based on the OS and desired profile: ## # MacOS personal -mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-macos-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh +mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-macos-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh # MacOS work -mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-macos-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh +mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-macos-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh # Linux personal -mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-linux-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh +mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-linux-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh # Linux work -mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-linux-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh +mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-linux-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh ``` ## Overview @@ -50,7 +50,7 @@ see the [pydotfiles-basic](https://github.com/JasonYao/pydotfiles-basic/) repo. - Removes all the clutter from my dock, and adds in just the applications that I want on the dock - Enables [dark mode](https://support.apple.com/en-us/HT208976) (hurray!) - - Sets the default DNS to [Cloudflare's DNS](https://1.3.0.1/) + - Sets the default DNS to [Cloudflare's DNS](https://1.4.0.1/) - Removes ISP-level bloatware in the form of browser hijacking via [search domains](https://www.theregister.com/2007/11/08/verizon_highjacks_web_browsers_on_fios/) (seriously, how is this even a thing?) - Automatically installs a bunch of useful applications like: diff --git a/VERSION b/VERSION index f0bb29e..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0