Skip to content

Commit

Permalink
Merge pull request #94 from MarioCatuogno/1.12.10-RELEASE
Browse files Browse the repository at this point in the history
1.12.10-RELEASE
  • Loading branch information
Mario Catuogno authored Apr 11, 2021
2 parents 83c2f35 + 14c24e9 commit 2805b4a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tap "homebrew/cask-fonts"
brew "git"
brew "htop"
brew "hugo"
brew "nmap"
brew "prettyping"
brew "python3"
Expand All @@ -12,10 +13,9 @@ cask "alfred"
cask "authy"
cask "adguard"
cask "appcleaner"
cask "brave-browser"
cask "cheatsheet"
cask "cryptomator"
cask "discord"
cask "firefox"
cask "font-comic-neue"
cask "font-fantasque-sans-mono"
cask "font-fira-code"
Expand All @@ -28,7 +28,9 @@ cask "iina"
cask "istat-menus"
cask "iterm2"
cask "mullvadvpn"
cask "signal"
cask "spotify"
cask "standard-notes"
cask "transmission"
cask "transmit"
cask "visual-studio-code"
Expand Down
2 changes: 2 additions & 0 deletions bin/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ defaults write -g NSAutomaticSpellingCorrectionEnabled -bool false
defaults write -g NSAutomaticPeriodSubstitutionEnabled -bool false
defaults write -g NSAutomaticDashSubstitutionEnabled -bool false
defaults write -g NSAutomaticQuoteSubstitutionEnabled -bool false
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "continuousSpellCheckingEnabled" -bool false

# Configure macOS Safari
Expand Down
26 changes: 25 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ All notable changes to this project will be documented in this file. The types o

---

## __1.12.10__ ([2021-04-11](https://github.com/MarioCatuogno/Clean-macOS/milestone/8))

Minor release focused on privacy.

__CHANGED__

* πŸ”₯ update `config.sh` script

__DOCS__

* πŸ“ update CHANGELOG file

__NEW__

* πŸ“¦ add `Brave` Homebrew formula
* πŸ“¦ add `Hugo` Homebrew formula
* πŸ“¦ add `MullvadVPN` Homebrew formula
* πŸ“¦ add `Signal` Homebrew formula
* πŸ“¦ add `Standard Notes` Homebrew formula

__REMOVED__

* πŸ—‘οΈ remove `Discord` Homebrew formula
* πŸ—‘οΈ remove `Firefox` Homebrew formula

## __1.12.9__ ([2021-04-06](https://github.com/MarioCatuogno/Clean-macOS/milestone/8))

Minor release with some changes in Brewfile and docs updates.
Expand All @@ -23,7 +48,6 @@ __NEW__

* πŸ“¦ add `Cryptomator` Homebrew formula
* πŸ“¦ add `Firefox` Homebrew formula
* πŸ“¦ add `MullvadVPN` Homebrew formula

__REMOVED__

Expand Down

0 comments on commit 2805b4a

Please sign in to comment.