Added
- Add an Outdated badge for comments whose saved code snapshot no longer matches the current diff (#383)
- Add automatic whole-file syntax highlighting for .vue, .astro, .svelte file types (#381)
Changed
- Rename the file change badge from Changed to Updated (#382)
- Update dependencies (#365 #366 #367 #368 #369 #370 #371 #373 #374 #375 #376 #377)
Fixed
- Keep concurrent comment writes from being lost or hidden (#384)
- Preserve comment code snapshots for lines that start with
+or-and for blank lines (#383)
Thanks
- @moeyashi for adding automatic whole-file syntax highlighting for component file types (#381)
- @takumi12311123 for adding stale comment detection and updating file change badge wording (#382 #383)
- @matthoneycutt-sm for improving concurrent comment synchronization (#384)