Skip to content

Releases: LucasLarson/dotfiles

v1.1.1

10 Oct 20:18
v1.1.1
f6c172b
Compare
Choose a tag to compare

What’s changed

  • remove stat-dependent samefile plugin (#828)
  • use /dev/null only where /dev/stderr is not appropriate (8f595fa5ef)
  • remove GitHub Copilot plugin (#821)
  • add French Republican Calendar time-of-day script (#766) (via Leah Neukirchen)
  • add shellcheck configuration (#765)
  • remove zsh_codex plugin in (#733)
  • remove git-perl installation (#725)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Jan 23:21
v1.1.0
e936536
Compare
Choose a tag to compare

✅ more XDG Base Directory compliance (446558c, 5d1a9e5)
✅ much more POSIX compliance (b7d130e, d57977a, f1cb718, 28ef572)
✅ more portable Git syntax (e8872e2, 44c43d4)
✅ no more pip requirement (e936536)
✅ command-line completions (9897656)
$HISTFILE protection (12fb68b)

Full changelog: v1.0.0...v1.1.0

v1.0.0

28 Jun 19:21
v1.0.0
cdeac31
Compare
Choose a tag to compare

✅ first public release
@clarketm’s amalgamated zsh_completions plugin (68668ec)
@tom-doerr’s zsh_codex plugin to access @OpenAI’s Codex API from the command line (954c75d)
@olets’s zsh_abbr plugin to instantly expand certain abbreviations (075d6c9)
✅ GitHub Copilot for Neovim (34ddd73)
✅ globbing (command **/*.𝑥) instead of command $(find 𝑥) (fix #260) in #530
✅ a dynamic g function (3783701) that:
  • without arguments, performs git status
  • with an argument of filename, performs git status filename
  • with an argument of clone, config, help, init, version, or -𝑥*, performs as git 𝑎𝑟𝑔𝑢𝑚𝑒𝑛𝑡, and
  • otherwise performs whatever commands follow g, for example:
    g add ...git add ...
    g commit ...git commit ...

In memoriam:
🚫 @Atom configuration (6f32113)
🚫 disused @ImgBot configuration (3c5cbd7)
🚫 disused @Transifex configuration (adf018e)
🚫 disused Nano editor configuration (74b38c9)
🚫 Markdown (in favor of AsciiDoc) (9d6a1a2)
🚫 git.io links (fix #519) in #520

Full Changelog: v0.9.0...v1.0.0

v0.9.0

21 Mar 16:45
Compare
Choose a tag to compare

What’s Changed

✅ add shellcheck for even shell scripting hidden in Markdown files (fix #500) by @LucasLarson in #501
✅ repair Markdown by @LucasLarson in #499
✅ use @Homebrew’s env variable for brew --prefix (fix #497) by @LucasLarson in #498
✅ add mailmap (fix #495) by @LucasLarson in #496
✅ bump gunstage from 5343e19 to ba5dfc3 by @dependabot in #494
✅ bump git-default-branch from 595f0c5 to 80f2844 by @dependabot in #493
✅ bump zsh-completions from 6fbf5fc to 55d07cc by @dependabot in #492
✅ bump git-default-branch from c047e6d to 595f0c5 by @dependabot in #491
✅ bump samefile from 424fdf0 to f690b9c by @dependabot in #490
✅ bump gunstage from 89cc627 to 5343e19 by @dependabot in #489
✅ bump git-default-branch from ce576bc to c047e6d by @dependabot in #487
✅ bump powerlevel10k from 123136c to f07d7ba by @dependabot in #485
✅ bump actions/checkout action from v2 to v3 by @renovate in #486
✅ bump fast-syntax-highlighting from 585c089 to ef8ba84 by @dependabot in #484

Full Changelog: v0.8.0...v0.9.0

v0.8.0

28 Feb 23:07
Compare
Choose a tag to compare

✅ affirmatively permit unambiguous non-POSIX content to more quickly define functions from Zsh (6212791)

What's Changed

Full Changelog: https://github.com/LucasLarson/dotfiles/commits/v0.8.0

v0.7.1

30 Oct 19:37
Compare
Choose a tag to compare

✅ bump Mackup from 0.8.32 to 0.8.33

v0.7.0

22 Sep 23:07
Compare
Choose a tag to compare
  • Textmate:
    • remove @textmate application
    • remove 52 supporting submodules

v0.6.1

06 May 19:55
Compare
Choose a tag to compare

✅ working readme links
✅ references to iTerm, Twemoji

v0.6.0

07 Mar 20:41
Compare
Choose a tag to compare

✅ move .oh-my-zsh/custom/ to custom/, losing shell and shell framework vendor lock

v0.5.3

23 Dec 00:32
Compare
Choose a tag to compare

✅ adds @nvuillam’s Mega-Linter