Skip to content

Releases: mistricky/codesnap.nvim

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

Release v1.1.11

08 Apr 13:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

Release v1.1.10

07 Apr 09:33
Compare
Choose a tag to compare

What's Changed

  • [Fix] replace all tab characters with space for correct render text by @mistricky in #77
  • [Refactor] change the detect filetype strategy by @mistricky in #78

Full Changelog: v1.1.9...v1.1.10

Release v1.1.9

05 Apr 16:48
96e7961
Compare
Choose a tag to compare

What's Changed

  • Update README.md - fix references to incorrect package by @nexxai in #66
  • [Fix] extract build job as a separator workflow by @mistricky in #68
  • [Feat] support highlighting no extension file by @mistricky in #70
  • [Feat] use auto-generate filename when the filename is not specified by @mistricky in #72

New Contributors

Full Changelog: v1.1.7...v1.1.9

Release v1.1.7

04 Apr 15:08
894a083
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

Release v1.1.6

04 Apr 11:08
c62202a
Compare
Choose a tag to compare

What's Changed

  • [Update] Modified title level in the README.md by @Ocya1011 in #62
  • [fix] add shebang for portability by @A-H4NU in #63

New Contributors

Full Changelog: v1.1.5...v1.1.6

Release v1.1.5

02 Apr 12:53
Compare
Choose a tag to compare

What's Changed

  • [Feat] add more language highlighting using two-face by @mistricky in #56
  • [Feat] add extension as snapshot commands arguments by @mistricky in #57
  • [Fix] dynamic import generator to avoid initial module not found error by @mistricky in #60
  • [Perf] use print instead of raise error directly by @mistricky in #61

Full Changelog: v1.1.4...v1.1.5