Skip to content

Latest commit

 

History

History
131 lines (87 loc) · 9.3 KB

CHANGELOG.md

File metadata and controls

131 lines (87 loc) · 9.3 KB

1.3.0 (2024-05-28)

Features

  • vscode: associate .mdx files with the Markdown language (a83a309)

1.2.0 (2024-05-28)

Features

  • brew: add Adobe Acrobat Reader (765136b)

1.1.0 (2024-05-16)

Features

1.0.0 (2024-05-11)

Features

  • add .gitconfig to linked dotfiles (356af93)
  • add httpie (c02d996)
  • add NO_MACOS option, to skip setting macOS preferences (958fc15)
  • add zoxide (2fdfa1a)
  • add 1Password CLI (8b9e460)
  • add AltTab, used for window switching (3b6c484)
  • add global Node.js packages (500b868)
  • add global Python packages (d70a5ac)
  • add initial dotfiles (9f4965b)
  • add Steam (8369bcd)
  • alias: add glolnc alias to show commits without chores (f5adca9)
  • brew: add pipx, with its PATH, and python@3.12 (0cb09bd)
  • brew: add Beekeeper Studio (6c5f60d)
  • vscode: add GitHub extensions (1a4723b)
  • vscode: add Selected Lines Count extension (6bf4bb8)
  • vscode: auto switch theme, using Solarized Light for the light theme (71e37f2)
  • vscode: enable XO for formatting (a955511)

Bug Fixes

  • alias: use lsd instead of ls (d1c1831)
  • brew: install wireshark as cask to get the UI in addition to the CLI (b445963)
  • clarify warning message for existing symlink (a70eb5b)
  • clarify warning message for symlink failure (b44556c)
  • nodejs: silently install packages to reduce useless console output (d900864)
  • rust: add cargo to PATH (8a5a470)
  • vscode: remove rust-syntax as syntax is already included in rust-analyzer (5eb069d)

Documentation

  • add basic usage (a4f3eb0)
  • add bullet points (978c5b9)
  • add installation remark, at your own risk (b284d7f)

Styles

1.0.0-beta.5 (2024-05-11)

Documentation

1.0.0-beta.4 (2024-05-10)

Features

  • vscode: add Selected Lines Count extension (6bf4bb8)

1.0.0-beta.3 (2024-05-08)

Features

  • add global Python packages (d70a5ac)
  • brew: add pipx, with its PATH, and python@3.12 (0cb09bd)

Bug Fixes

  • clarify warning message for existing symlink (a70eb5b)

Styles

  • format Homebrew install command (1d594b7)

1.0.0-beta.2 (2024-05-06)

Features

  • add .gitconfig to linked dotfiles (356af93)
  • add global Node.js packages (500b868)
  • vscode: auto switch theme, using Solarized Light for the light theme (71e37f2)

Bug Fixes

  • brew: install wireshark as cask to get the UI in addition to the CLI (b445963)
  • nodejs: silently install packages to reduce useless console output (d900864)
  • rust: add cargo to PATH (8a5a470)
  • vscode: remove rust-syntax as syntax is already included in rust-analyzer (5eb069d)

Documentation

1.0.0-beta.1 (2024-03-31)

Features

  • add httpie (c02d996)
  • add NO_MACOS option, to skip setting macOS preferences (958fc15)
  • add zoxide (2fdfa1a)
  • add 1Password CLI (8b9e460)
  • add AltTab, used for window switching (3b6c484)
  • add initial dotfiles (9f4965b)
  • add Steam (8369bcd)
  • alias: add glolnc alias to show commits without chores (f5adca9)
  • brew: add Beekeeper Studio (6c5f60d)
  • vscode: add GitHub extensions (1a4723b)
  • vscode: enable XO for formatting (a955511)

Bug Fixes

  • alias: use lsd instead of ls (d1c1831)
  • clarify warning message for symlink failure (b44556c)

Styles