|
1 | 1 | <!-- START doctoc generated TOC please keep comment here to allow auto update --> |
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
3 | 3 |
|
4 | | -**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ |
5 | | - |
6 | 4 | - [Release History](#release-history) |
| 5 | + - [v6.1.0](#v610) |
| 6 | + - [v6.0.1](#v601) |
7 | 7 | - [v5.12.0](#v5120) |
8 | | - - [v5.2.0](#v520) |
9 | 8 | - [v5.1.0](#v510) |
10 | 9 | - [v5.0.0](#v500) |
11 | 10 | - [v4.4.2](#v442) |
|
31 | 30 |
|
32 | 31 | # Release History |
33 | 32 |
|
| 33 | +## v6.1.0 |
| 34 | + |
| 35 | +- use the [StevenBlack/hosts](https://github.com/StevenBlack/hosts) project to manage `/etc/hosts` |
| 36 | +- allow local host overrides via `./configs/hosts.local` |
| 37 | + |
| 38 | +## v6.0.1 |
| 39 | + |
| 40 | +- fix brew require (font installs) |
| 41 | +- remove sleep at 24 hours instead of 1 hour (use macos default) |
| 42 | +- remove wallpaper feature |
| 43 | +- update /etc/hosts file with curl |
| 44 | +- using new macos tools for configs (e.g. sysadminctl) |
| 45 | +- remove bluetooth audio tweaks (let apple figure that out) |
| 46 | +- convert node.js installer to ESM to support latest module deps |
| 47 | +- removed a bunch of old settings that are no longer needed or useful |
| 48 | + |
34 | 49 | ## v5.12.0 |
35 | 50 |
|
36 | 51 | - no more Ruby (`git-up` is now a gitconfig alias: `git up` that equates to `git pull --autostash --rebase`) |
|
56 | 71 | - replace `NERDtree` in vim with `netrw` |
57 | 72 | - add spell check to `vim` |
58 | 73 | - fix package installs (run in series to prevent homebrew from stepping on itself in parallel) |
59 | | -- update /etc/hosts file from someonewhocares.org |
| 74 | +- build /etc/hosts file using stevenblack-hosts |
60 | 75 |
|
61 | 76 | ## v4.4.2 |
62 | 77 |
|
|
75 | 90 | - install node stable (rather than old 4.x.x version) |
76 | 91 | - make gitshots optional (and only install `imagesnap` and `imagemagick` if this is on) |
77 | 92 | - fix passwordless sudo for Sierra (optional) |
78 | | -- prompt to overwrite /etc/hosts with someonewhocares.org hosts file (saved in ./configs/hosts in this project) |
| 93 | +- prompt to overwrite /etc/hosts with someonewhocares.org hosts file |
79 | 94 | - fix default wallpaper in Sierra (Sierra 2) |
80 | 95 | - remove sudden motion disable (already disabled: https://github.com/mathiasbynens/dotfiles/pull/755/files) |
81 | 96 | - no longer setting hibernation mode to 0 (leaving default 3): https://github.com/mathiasbynens/dotfiles/commit/a3f91f67e07b6b31760b52320e0e890f93ff4e97#commitcomment-20715991 |
|
0 commit comments