Skip to content

Releases: mistricky/codesnap.nvim

Release v1.6.0

30 Jul 07:40
Compare
Choose a tag to compare

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

10 Jul 06:20
Compare
Choose a tag to compare

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

08 Jul 09:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

Release v1.5.0

05 Jul 09:04
Compare
Choose a tag to compare

What's Changed

  • [Doc] change the null to nil 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

04 Jul 05:53
Compare
Choose a tag to compare

What's Changed

  • [Update] ignore all .so files by @mistricky in #111
  • [Feat] add bg_x_padding, bg_y_padding and bg_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

03 Jul 08:41
Compare
Choose a tag to compare

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

07 May 13:45
94971da
Compare
Choose a tag to compare

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

07 May 08:49
Compare
Choose a tag to compare

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

26 Apr 03:00
Compare
Choose a tag to compare

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

Release v1.1.12

15 Apr 14:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.11...v1.1.12