Skip to content

Latest commit

 

History

History
280 lines (226 loc) · 8.62 KB

CHANGELOG.md

File metadata and controls

280 lines (226 loc) · 8.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.2 - 2022-04-15

Fixed

  • Add back flatnvim env var to refresh Airline status bar.

1.1.1 - 2022-04-15

Fixed

  • Improve hint characters, vim bindings, and vim functions.

1.1.0 - 2022-02-03

Added

  • Improve zsh functions that list docker containers.

Fixed

  • Improve alacritty vi mode colors.
  • Clean up custom nvim functions.

1.0.4 - 2021-10-29

Fixed

  • Improve zsh functions and update lazygit config.

1.0.3 - 2021-10-08

Fixed

  • Improve zsh and amethyst configs, update package list.

1.0.2 - 2021-10-01

Fixed

  • Disable debugging mode by default for linking scripts.

1.0.1 - 2021-10-01

Fixed

  • Remove legacy linking script.

1.0.0 - 2021-09-30

BREAKING CHANGE

  • Separate config files and scripts by operating system.
  • This changes the paths where configs are stored. Either update or use the legacy branch.

0.11.8 - 2021-09-10

Fixed

  • Small improvements to alacritty colors, vim directory handling, and aliases.

0.11.7 - 2021-08-24

Fixed

  • Replace netrw with lf and harden nonest_nvim.

0.11.6 - 2021-08-23

Fixed

  • Use better airline symbols, support nvim resizing with arrows, and harden nonest_nvim.

0.11.5 - 2021-08-19

Fixed

  • Improve existing custom zsh functions and add gcurl function.

0.11.4 - 2021-08-03

Fixed

  • Remove alacritty bindings conflict and update config for latest version.

0.11.3 - 2021-07-21

Fixed

  • Various updates to vimium, alacritty, nvim, and zsh.

0.11.2 - 2021-03-19

Fixed

  • Improve lf paging, nvim essay config, and zsh tab completion.

0.11.1 - 2021-02-23

Fixed

  • Made small updates Vimium, Amethyst, Lazygit, and lf.
  • Changed the repo's directory structure to separate documentation.

0.11.0 - 2021-02-09

Added

  • Add new git-related functions to NeoVim config.
  • Add zsh function for jumping to repo root.

Fixed

  • Update lf prompt to follow format of the latest version.
  • Set cursor blinking state to never in Alacritty.
  • Update list for installing packages.
  • Clean up nvim config file.

0.10.0 - 2021-01-13

Added

  • Use a better Solarized colorscheme package for NeoVim.

Fixed

  • Change some minor vim mappings.
  • Improve zsh aliases.
  • Improve alacritty colors and update config for latest version.
  • Setup automatic columns for lf.

0.9.0 - 2020-12-20

Added

  • Setup nonest_nvim to prevent nested Neovim instances!
  • Added YankAppend function to neovim with the gy mapping.
  • Added neovim integrations with lf and lazygit.

Fixed

  • Improved lf configs to switch to 3 or 2 panels.
  • Improve karabiner timing for "-" character it L_Shift.

0.8.0 - 2020-12-13

Added

  • Switch ytop to bottom and add curlie.

Fixed

  • Update vimium config.
  • Add private git service to lazygit config.
  • Pretty big updates to zsh config!
  • Various nvim config fixes and some configs in testings.
  • Add shift modifier for clicking alacritty links.

0.7.6 - 2020-10-28

Fixed

  • Small changes for delta, aliases, lazygit.
  • Update alacritty config for new version.
  • Update lf configs for new version.

0.7.5 - 2020-06-12

Fixed

  • Fixed Vim hiding style characters in markdown files.
  • Improved highlighting in Vim for matched parentheses.
  • Made Vim Alignment function more robust.
  • Improved FZF and Easy-Motion bindings in Vim.

Added

  • Add :Essayon and :Essayoff commands to Vim.
  • Add write-good package for linting prose.
  • Add private to go config.

0.7.4 - 2020-06-11

Fixed

  • Continued making tweaks to install script.

0.7.3 - 2020-06-10

Fixed

  • Install packages script.
  • Add error for possible linking issue.

0.7.2 - 2020-06-10

Fixed

  • Removed vimwiki in favor of using the ideas tool.

0.7.1 - 2020-06-09

Fixed

  • Cleaned up vimrc.
  • Fixed Amethyst bindings.

0.7.0 - 2020-06-06

Added

  • Replace htop with ytop. You'll have to install ytop. It's been given the alias top.

Fixed

  • Combine install package scripts into one.
  • Lf config got out of sync.
  • Fine tune ChangeReplace for nvim.

0.6.1 - 2020-06-05

Fixed

  • Add script to extras for creating alacritty terminfo.
  • mksh function opens file in editor.
  • Remove marks error with ChangeReplace in nvim.

0.6.0 - 2020-06-05

Added

  • Plugin "easy-motion" to nvim.

Fixed

  • Improve bat and lf settings.
  • Improve functions and bindings for nvim.
  • Improve bindings for amethyst.

Changed

  • Fix README typo.
  • Add a changelog to the project.

0.5.0 - 2020-05-27

Added

  • Created way more fzf functions in zsh.

0.4.3 - 2020-05-27

Fixed

  • Generalized simple bindings for keyboard config.
  • More notes in keyboard section of README.

0.4.2 - 2020-05-27

Changed

  • Tiny improvement to ip function for zsh.

0.4.1 - 2020-05-27

Fixed

  • Use EDITOR when possible.

Added

  • Write a README for the project.
  • Added some pictures & links.

0.4.0 - 2020-05-26

Added

  • Separate rust & go configs for zsh so they can easily be sourced or not.

0.3.3 - 2020-05-26

Fixed

  • When linking, create parent directories if they don't exist.
  • Backup history script now handles case where history file doesn't exist.

0.3.2 - 2020-05-26

Fixed

  • Improve existing zsh functions.

0.3.1 - 2020-05-26

Fixed

  • Cleaned up and organized zsh files.

0.3.0 - 2020-05-26

Added

  • Simplified config for amethyst for more overlap with dwm.

0.2.0 - 2020-05-26

Added

  • Put my config files in the repo.

0.1.1 - 2020-05-26

Fixed

  • ln shouldn't follow symlinks when overwitting them.

0.1.0 - 2020-05-25

Added

  • Created basic script for proof of concept.