Skip to content

Latest commit

 

History

History
439 lines (272 loc) · 20.8 KB

CHANGELOG.md

File metadata and controls

439 lines (272 loc) · 20.8 KB

Changelog

v0.6.12 (2024-12-28)

  • Merge pull request #26 from sabinmarcu/main
  • fix(autocommands): Add missing utils import
  • docs: update CHANGELOG.md for v0.6.11 and remove duplicate entries

Full Changelog

v0.6.11 (2024-10-20)

  • Merge pull request #25 from joshuadanpeterson/fix/restore-column-retention-issue-16
  • fix(autocommands): Restore default column retention behavior (Issue #16)
  • docs: update CHANGELOG.md for v0.6.10 and remove duplicate entries

Full Changelog

v0.6.10 (2024-10-19)

  • Merge pull request #24 from joshuadanpeterson/twdisable-autocmd-column-preservation
  • fix(autocommands): Fix issue with column preservation in TWDisable command
  • docs: update CHANGELOG.md for v0.6.9 and remove duplicate entries

Full Changelog

v0.6.9 (2024-10-19)

  • Merge pull request #23 from joshuadanpeterson/21-searching-doesnt-move-cursor-to-the-correct-place

Full Changelog

v0.6.6 (2024-07-29)

  • Merge pull request #17 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.6.5 and remove duplicate entries

Full Changelog

v0.6.5 (2024-07-29)

  • feat(autocommands): Preserve column position when moving between lines of different lengths
  • docs: update CHANGELOG.md for v0.6.4 and remove duplicate entries

Full Changelog

v0.6.4 (2024-07-21)

  • docs: update CHANGELOG.md for v0.6.3 and remove duplicate entries

Full Changelog

v0.6.3 (2024-07-21)

  • Merge pull request #15 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.6.2 and remove duplicate entries

Full Changelog

v0.6.2 (2024-07-21)

  • Merge branch 'main' into dev
  • docs: update CHANGELOG.md for v0.6.1 and remove duplicate entries
  • docs: update CHANGELOG.md for v0.5.1 and remove duplicate entries
  • Merge pull request #14 from joshuadanpeterson/dev

Full Changelog

v0.6.1 (2024-07-21)

Full Changelog

v0.6.0 (2024-07-21)

  • feat: Add throw_statement to Java significant blocks
  • feat: Add OCaml significant node types to M.expand table for centering
  • feat: Add significant node types for Zig filetype for centering
  • feat: Add significant node types for C language
  • feat: Add significant node types for C# in center_block_config
  • feat: Add significant C++ node types to center_block_config
  • feat: Add significant Swift node types to center block config
  • feat: Add Dart node types to center block config
  • docs(help): Update help docs
  • feat: Add significant JSON node types to center_block_config
  • feat: Add significant CSS node types to center_block_config.lua
  • feat: Add YAML significant node types to center block config
  • feat: Add significant Lua node types for centering
  • feat: Add significant Rust node types for centering
  • feat: Add significant Go node types for centering
  • feat(gitignore): Add test files to gitignore
  • feat: Add significant Python node types for centering
  • feat: Add significant JavaScript node types for centering
  • Merge branch 'dev' of https://github.com/joshuadanpeterson/typewriter.nvim into dev
  • feat: Add significant Bash node types for centering
  • docs: update CHANGELOG.md for v0.5.0 and remove duplicate entries

Full Changelog

v0.5.1 (2024-07-20)

  • Merge pull request #14 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.5.0 and remove duplicate entries

Full Changelog

v0.5.0 (2024-07-20)

Full Changelog

v0.4.26 (2024-07-19)

  • refactor(CHANGELOG): Update CHANGELOG
  • docs: update CHANGELOG.md for v0.4.25 and remove duplicate entries

Full Changelog

v0.4.25 (2024-07-19)

  • feat(workflow): Integrate CHANGELOG generation into release action
  • chore(update_changelog): Remove update_changelog.sh
  • fix: Fix Update CHANGELOG script
  • docs(test): Add test file
  • Merge branch 'dev' of https://github.com/joshuadanpeterson/typewriter.nvim into dev
  • docs: update CHANGELOG.md for v0.4.24 and remove duplicate entries
  • refactor(commands): Remove 'stop traversal' statement
  • style(commands): Remove debug print statements
  • feat(center_block_config): Add new node
  • refactor(center_block_and_cursor): Add new nodes
  • feat(center_block_config): Add 'declaration_list' to node list
  • fix: Improve get_expand_root logic for better PHP block handling
  • fix: Improve center_block_and_cursor function for better PHP block handling
  • feat(commands): Correctly center code block even when near bottom of the file
  • Merge branch 'main' into dev
  • docs: update CHANGELOG.md for v0.4.23 and remove duplicate entries

Full Changelog

v0.4.24 (2024-07-19)

  • style(commands): Remove debug print statements
  • feat(center_block_config): Add new node
  • refactor(center_block_and_cursor): Add new nodes
  • feat(center_block_config): Add declaration_list to node list
  • fix: Improve get_expand_root logic for better PHP block handling
  • fix: Improve center_block_and_cursor function for better PHP block handling
  • feat(commands): Correctly center code block even when near bottom of the file

Full Changelog

v0.4.23 (2024-07-19)

  • Merge pull request #11 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.4.22 and remove duplicate entries

Full Changelog

v0.4.22 (2024-07-19)

  • fix(commands): Move helper functions outside specific functions to avoid nil error
  • docs: update CHANGELOG.md for v0.4.21 and remove duplicate entries

Full Changelog

v0.4.21 (2024-07-18)

  • Merge pull request #10 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.4.20 and remove duplicate entries

Full Changelog

v0.4.20 (2024-07-18)

Full Changelog

v0.4.19 (2024-07-18)

  • feat(docs): Add top-level tag to typewriter help file
  • docs: update CHANGELOG.md for v0.4.18 and remove duplicate entries

Full Changelog

v0.4.18 (2024-07-07)

  • Merge pull request #6 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.4.17 and remove duplicate entries

Full Changelog

v0.4.17 (2024-07-07)

  • Merge branch main into dev
  • docs: update CHANGELOG.md for v0.4.16 and remove duplicate entries
  • Merge branch dev of https://github.com/joshuadanpeterson/typewriter.nvim into dev Update local repo with remote changes
  • refactor(ci): improve CHANGELOG.md generation to prevent duplicate entries
  • Update CHANGELOG.md
  • refactor(ci): improve release workflow to handle existing releases
  • Merge branch dev of https://github.com/joshuadanpeterson/typewriter.nvim into dev Update local remote with remote changes
  • docs(README): add new features and link to wiki articles
  • feat(core): add state tracking and update documentation

Full Changelog

v0.4.16 (2024-07-07)

  • Merge branch dev of https://github.com/joshuadanpeterson/typewriter.nvim into dev Update local repo with remote changes
  • refactor(ci): improve CHANGELOG.md generation to prevent duplicate entries
  • docs: update CHANGELOG.md for v0.4.16 and remove duplicate entries
  • Update CHANGELOG.md
  • refactor(ci): improve release workflow to handle existing releases
  • Merge branch dev of https://github.com/joshuadanpeterson/typewriter.nvim into dev Update local remote with remote changes
  • docs(README): add new features and link to wiki articles
  • feat(core): add state tracking and update documentation
  • Merge pull request #5 from joshuadanpeterson/dev
  • docs: update CHANGELOG.md for v0.4.15 and remove duplicate entries

Full Changelog

v0.4.15 (2024-07-06)

  • chore(ci): Update push branches
  • docs(help): improve and expand plugin documentation
  • refactor(init): lazy-load dependencies and simplify setup
  • docs: enhance plugin documentation and comments
  • Merge branch main of https://github.com/joshuadanpeterson/typewriter.nvim Bring local repo into congruency with remote repo
  • docs(help): generate initial plugin documentation
  • docs: update CHANGELOG.md for v0.4.14 and remove duplicate entries

Full Changelog

v0.4.14 (2024-07-05)

Full Changelog

v0.4.13 (2024-07-05)

  • refactor(ci): Enhance CHANGELOG management to remove duplicate entries
  • docs: update CHANGELOG.md for v0.4.12 and standardize all entries

Full Changelog

v0.4.12 (2024-07-05)

  • Update CHANGELOG.md
  • docs: update CHANGELOG.md for v0.4.11 and standardize all entries

Full Changelog

v0.4.11 (2024-07-05)

  • Merge pull request #4 from joshuadanpeterson/center-horizontally
  • docs: update CHANGELOG.md for v0.4.10 and standardize all entries

Full Changelog

v0.4.10 (2024-07-05)

  • Update CHANGELOG.md
  • docs: update CHANGELOG.md for v0.4.9 and standardize all entries

Full Changelog

v0.4.9 (2024-07-05)

  • Update CHANGELOG.md
  • docs: update CHANGELOG.md for v0.4.8 and standardize all entries

Full Changelog

v0.4.8 (2024-07-05)

  • refactor(ci): enhance CHANGELOG management with improved formatting and time handling
  • docs: update CHANGELOG.md for v0.4.7 and standardize all entries

Full Changelog

v0.4.7 (2024-07-05)

  • Update CHANGELOG.md
  • docs: update CHANGELOG.md for v0.4.6 and standardize all entries

Full Changelog

v0.4.6 (2024-07-05)

  • Merge branch center-horizontally of https://github.com/joshuadanpeterson/typewriter.nvim into center-horizontally Bringing local repo into line with remote repo
  • refactor(ci): optimize CHANGELOG update process in release workflow
  • docs: update CHANGELOG.md for v0.4.5 and standardize all entries

Full Changelog

v0.4.5 (2024-07-05)

  • Update CHANGELOG.md
  • docs: update CHANGELOG.md for v0.4.4 and standardize all entries

Full Changelog

v0.4.4 (2024-07-05)

  • Update CHANGELOG.md
  • docs: update CHANGELOG.md for v0.4.3 and standardize all entries

Full Changelog

v0.4.3 (2024-07-05)

  • Merge branch center-horizontally of https://github.com/joshuadanpeterson/typewriter.nvim into center-horizontally Update local branch with remote CHANGELOG generation
  • feat(ci): standardize all CHANGELOG entries with dates and changelog links
  • docs: update CHANGELOG.md for v0.4.2

Full Changelog

v0.4.2 (2024-07-05)

  • fix(ci): resolve sed error in CHANGELOG update step
  • fix(ci): resolve syntax error in CHANGELOG update step
  • feat(ci): implement automated CHANGELOG.md updates in release workflow

Full Changelog

v0.4.1 (2024-07-05)

Fixed bugs:

Full Changelog

v0.4.0 (2024-07-05)

Fixed bugs:

  • In normal mode with plugin installed using command $ - end of line not reached. #1

Full Changelog

v0.3.2 (2024-07-04)

Full Changelog

v0.3.0 (2024-07-01)

Full Changelog

v0.3.1 (2024-07-01)

Full Changelog

v0.2.0 (2024-06-30)

Full Changelog

v0.1.5 (2024-06-16)

Full Changelog

v0.1.4 (2024-06-16)

Full Changelog

v0.1.3 (2024-06-16)

Full Changelog

v0.1.2 (2024-06-16)

Full Changelog

v0.1.1 (2024-06-16)

Full Changelog

v0.1.0 (2024-06-16)

Full Changelog

v0.0.9 (2024-06-15)

Full Changelog

v0.0.8 (2024-06-15)

Full Changelog

v0.0.7 (2024-06-15)

Full Changelog

v0.0.4 (2024-06-15)

Full Changelog

v0.0.5 (2024-06-15)

Full Changelog

v0.0.6 (2024-06-15)

Full Changelog

v0.0.3 (2024-06-15)

Full Changelog

v0.0.2 (2024-06-15)

Full Changelog

v0.0.1 (2024-06-15)

Full Changelog

v1.0.0 (2024-06-15)

* This Changelog was automatically generated by github_changelog_generator

Full Changelog