Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

66 lines (44 loc) · 1.81 KB

Changelog

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

Important Definitions

x.y.z - Version specified as major.minor.patch.

Unreleased - Changes implemented in the feature or develop branches, but not merged into the main branch.

YYYY-MM-DD - Date representations like 2023-12-12.

Added - New features added.

Changed - Changes in existing features/functionality.

Deprecated - Soon-to-be removed features.

Removed - Now removed features.

Fixed - Bug fixes.

Security - Fixes for security issues and open vulnerabilities.

Fixed

  • Fixed the history not syncing across multiple sessions.

Changed

  • Tweaked the timestamps for the history entires a little.

  • Better comments.

  • Improved formatting in the README

  • Added multiple new aliases and created a boilerplate empty function.

0.1.0 - 2023-12-20

Added

  • Setup base .bashrc and .bash_profile.

  • .bashrc will source the OS vendor supplied /etc/bashrc if available.

  • If installed, automatic PATH management and initialization for pyenv & Homebrew.

  • Automatic PATH management for user compiled binaries & scripts located at ~/bin & ~/.local/bin.

  • Unlimited, timestamped, readable common history across all sessions, custom history file ~/.my_bash_history, history verification.

  • Change directory when entering just a path.

  • More dynamic content resizing when changing size of terminal emulator.