Skip to content

Commit

Permalink
Merge pull request #131 from MarioCatuogno/1.13.5-RELEASE
Browse files Browse the repository at this point in the history
1.13.5-RELEASE
  • Loading branch information
MarioCatuogno authored Mar 31, 2023
2 parents d16f5a7 + a979b8c commit 109edce
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tap "homebrew/cask-fonts"
tap "homebrew/cask-drivers"
brew "bitwarden-cli"
brew "coreutils"
brew "findutils"
brew "git"
Expand All @@ -13,9 +14,8 @@ brew "tldr"
brew "tree"
brew "wget"
cask "adguard"
cask "alfred"
cask "arc"
cask "bartender"
cask "discord"
cask "fliqlo"
cask "font-comic-neue"
cask "font-fantasque-sans-mono"
Expand All @@ -32,19 +32,21 @@ cask "iterm2"
cask "lyn"
cask "micro-snitch"
cask "mullvadvpn"
cask "raycast"
cask "shottr"
cask "signal"
cask "steam"
cask "swiftcord"
cask "topnotch"
cask "transmission"
cask "transmit"
cask "visual-studio-code"
mas "Bitwarden", id: 1352778147
mas "ChronoSync Express", id: 904801687
mas "Hush", id: 1544743900
mas "iMovie", id: 408981434
mas "Magnet", id: 441258766
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Pixelmator Pro", id: 1289583905
mas "PopClip", id: 445189367
mas "Quiet", id: 1441525727
Expand Down
1 change: 1 addition & 0 deletions config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"extensions.autoCheckUpdates": true,
// Do not send data
"telemetry.enableTelemetry": false,
"telemetry.telemetryLevel": "off",
// Hide confirm box when delete
"explorer.confirmDelete": false,
// Removes files from editor window
Expand Down
26 changes: 26 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ All notable changes to this project will be documented in this file. The types o

---

## __1.13.5__ ([2023-03-31](https://github.com/MarioCatuogno/Clean-macOS/milestone/9))

This minor release disable telemtry for VSCode and update the Brewfile.

__DOCS__

* πŸ“ update CHANGELOG file

__NEW__

* πŸ“¦ add `Arc` Homebrew formula [[#114]](https://github.com/MarioCatuogno/Clean-macOS/issues/114)
* πŸ“¦ add `bitwarden-cli` Homebrew formula
* πŸ“¦ add `Hush` MAS formula
* πŸ“¦ add `Raycast` Homebrew formula [[#130]](https://github.com/MarioCatuogno/Clean-macOS/issues/130)
* πŸ“¦ add `Swiftcord` Homebrew formula

__REMOVED__

* πŸ—‘οΈ remove `Alfred` Homebrew formula [[#130]](https://github.com/MarioCatuogno/Clean-macOS/issues/130)
* πŸ—‘οΈ remove `Discord` Homebrew formula
* πŸ—‘οΈ remove `Pages` MAS formula

__SECURITY__

* πŸ”‘ set `telemetryLevel` to `off` in VSCode Json settings file

## __1.13.4__ ([2023-03-18](https://github.com/MarioCatuogno/Clean-macOS/milestone/9))

This minor release includes improved documentation, an updated Brewfile and a new wallpaper.
Expand Down

0 comments on commit 109edce

Please sign in to comment.