Releases: mistricky/codesnap.nvim
Releases · mistricky/codesnap.nvim
Release v1.6.1
What's Changed
- [Chore] upgrade nvim-oxi to v0.5.1 by @mistricky in #131
Full Changelog: v1.6.0...v1.6.1
Release v1.6.0
What's Changed
- [Feat] default to
XDG_PICTURES_DIR
for save path by @Uzaaft in #124 - [Perf] wrap platform utils and refactor the logic to get default save_path by @mistricky in #126
- [Chore] Update dependencies by @Uzaaft in #125
Full Changelog: v1.5.2...v1.6.0
Release v1.5.2
What's Changed
- [Fix] replace tab with spaces before take ascii snapshots by @mistricky in #120
Full Changelog: v1.5.1...v1.5.2
Release v1.5.1
What's Changed
- [Fix] copy not working on Linux by @mistricky in #117
Full Changelog: v1.5.0...v1.5.1
Release v1.5.0
What's Changed
- [Doc] change the
null
tonil
in Lua code snippet by @mistricky in #113 - [Feat] support for take code snapshot in ASCII art format ^ ^ by @mistricky in #114
Full Changelog: v1.4.1...v1.5.0
Release v1.4.1
What's Changed
- [Update] ignore all .so files by @mistricky in #111
- [Feat] add
bg_x_padding
,bg_y_padding
andbg_padding
to allows users can customize background padding of snapshot by @mistricky in #112
Full Changelog: v1.4.0...v1.4.1
Release v1.4.0
What's Changed
- Add
has_background
config to control visibility of background component by @mistricky in #110
Full Changelog: v1.3.1...v1.4.0
Release v1.3.1
What's Changed
- [Feat] add show_workspace config for display workspace in breadcrumbs by @mistricky in #101
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
What's Changed
- Add supports for take code snapshot with highlighted code block by @mistricky in #92
- Supports for allows users can custom min_width of snapshots by @mistricky in #100
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
What's Changed
- [Perf] find min indention of the line and remove the same indention from subsequent lines by @mistricky in #89
- [Perf] cache the function that used to calculate width and height of dynamic text by @mistricky in #90
- [Feat] support line number & remove unused module by @mistricky in #91
Full Changelog: v1.1.12...v1.2.0