diff --git a/CHANGELOG.md b/CHANGELOG.md index 132700c3c..3a934d4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## WIP +- Removed support for kindaVim (via @godbout) +- Removed support for Wooshy (via @godbout) +- Removed support for Scrolla (via @godbout) +- fix: Deprecated SafeConfigParser resolved +- bugfix: added Brewfile + ## Mackup 0.8.38 - Build and release with poetry diff --git a/README.md b/README.md index 484cb2716..9c4110c8b 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,6 @@ See the [README](doc/README.md) file in the doc directory for more info. - [Keymo](http://manytricks.com/keymo/) - [KeyRemap4MacBook](https://pqrs.org/osx/karabiner/) - [Khd](https://github.com/koekeishiya/khd/) -- [kindaVim](https://kindavim.app) - [kitty](https://sw.kovidgoyal.net/kitty/) - [Krew](https://github.com/kubernetes-sigs/krew) - [Kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) @@ -597,7 +596,6 @@ See the [README](doc/README.md) file in the doc directory for more info. - [Screenhero](https://screenhero.com) - [Scrivener](http://www.literatureandlatte.com/scrivener.php) - [Scroll Reverser](https://pilotmoon.com/scrollreverser/) -- [Scrolla](https://scrolla.app) - [SecureCRT](https://www.vandyke.com/products/securecrt/) - [Secure Pipes](http://www.opoet.com/) - [Seil](https://pqrs.org/osx/karabiner/seil.html.en) @@ -702,7 +700,6 @@ See the [README](doc/README.md) file in the doc directory for more info. - [WhatsApp Web](https://web.whatsapp.com/) - [Wireshark 2](https://www.wireshark.org) - [Witch](http://manytricks.com/witch/) -- [Wooshy](https://wooshy.app) - [WordGrinder](https://cowlark.com/wordgrinder/) - [WordPress WP-CLI](http://wp-cli.org/) - [Workrave](http://www.workrave.org/) diff --git a/mackup/applications/kindavim.cfg b/mackup/applications/kindavim.cfg deleted file mode 100644 index 265e8de1e..000000000 --- a/mackup/applications/kindavim.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[application] -name = kindaVim - -[configuration_files] -Library/Preferences/mo.com.sleeplessmind.kindaVim.plist diff --git a/mackup/applications/scrolla.cfg b/mackup/applications/scrolla.cfg deleted file mode 100644 index b6dc0cf8a..000000000 --- a/mackup/applications/scrolla.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[application] -name = Scrolla - -[configuration_files] -Library/Preferences/mo.com.sleeplessmind.Scrolla.plist diff --git a/mackup/applications/wooshy.cfg b/mackup/applications/wooshy.cfg deleted file mode 100644 index 4274f6499..000000000 --- a/mackup/applications/wooshy.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[application] -name = Wooshy - -[configuration_files] -Library/Preferences/mo.com.sleeplessmind.Wooshy.plist