Skip to content

Latest commit

 

History

History
626 lines (291 loc) · 35.4 KB

CHANGELOG.md

File metadata and controls

626 lines (291 loc) · 35.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.33.1 (2022-12-23)

Bug Fixes

  • deploy: use whitelisted shield url supported by VSCode publish (e7ee428)

1.33.0 (2022-12-23)

Features

  • add new icons to priority filter (b84ff99)
  • filter by priority (hide green priority level) (9915764)
  • group by priority name instead of number (ceae91b)

1.32.2 (2022-10-19)

Bug Fixes

  • check default template values at command execute time (#137) (0977c71)
  • handle description line breaks in comment list (4cf4caf), closes #142 #143
  • use string in groupBy for comparison (d3f3ea3), closes #141

1.32.1 (2022-05-01)

Bug Fixes

  • check default template values at command execute time (#137) (0977c71)

1.32.0 (2022-05-01)

Features

  • add markdown export with custom template (25d348e), closes #133

Bug Fixes

  • add missing markdown export registration in comment view explorer (76a929e), closes #133

1.31.0 (2022-05-01)

Features

Bug Fixes

  • prevent workspace refreshes for subpath workspaces (#120) (79cc2db)

1.30.0 (2022-05-01)

Features

  • sort comments in explorer by selected location (#124) (739f706)

Bug Fixes

  • prevent workspace refreshes for subpath workspaces (#120) (79cc2db)

1.29.1 (2021-08-31)

Bug Fixes

  • place comment icon at the end of the first comment-related line (f321716), closes #113

1.29.0 (2021-08-27)

Features

  • allow to delete comments on edit (4b85b98), closes #114

1.28.0 (2021-08-18)

Features

  • allow to edit comments from the source (eb08ba5), closes #111
  • display priority in code lens feature (fc2c65f)
  • use better decoration in source (1c82dcf)

1.27.4 (2021-08-16)

Bug Fixes

  • use path of active file as review file path when not in workspace (034b2ae), closes #108 #108

1.27.3 (2021-08-16)

Bug Fixes

  • correctly highlight current selection (3a8bf42), closes #110

1.27.2 (2021-08-13)

Bug Fixes

  • update comment decorations on events (1dbfa9f), closes #109

1.27.1 (2021-08-12)

Bug Fixes

1.27.0 (2021-08-12)

Features

  • provide textedito icons and hover with comment message (bf517e2), closes #105

1.26.0 (2021-08-10)

Features

1.25.0 (2021-03-02)

Features

  • select-setting: setting to define background color selection (#102) (a82cfda), closes #101

1.24.1 (2021-02-08)

Bug Fixes

  • comment: find comment to delete by id (#100) (a4784a5)

1.24.0 (2021-02-04)

Features

1.23.0 (2021-01-25)

Features

1.22.1 (2021-01-20)

Bug Fixes

1.22.0 (2021-01-20)

Features

  • filter: filter comments by commit ID (#89) (097b016), closes #88

1.21.0 (2020-12-29)

Features

Bug Fixes

  • doc: bad indentation in documentation after github merge (#80) (60d04f5)

1.20.3 (2020-12-23)

1.20.2 (2020-12-19)

Bug Fixes

  • double-webview: avoid duplicate panel when adding a note (0dda4cd)

1.20.1 (2020-12-19)

Bug Fixes

  • update-sel: ability to update the selection of an existing note (0adc893)

1.20.0 (2020-12-13)

Features

  • productivity: focus to description edit box, keyboard shortcuts (1d62fae)
  • productivity: remove undesired comma in HTML (c8a83c5)

Bug Fixes

  • editor: pick the right editor in case of multiple ones (5d415a8)
  • html: end-of-line rendering in HTML export (636c922)
  • note: fix note deletion issues (close pane, notes with quotes/CR, del all notes corrupts store) (df8742d)
  • storage: centralize storage management, avoid fragmented storage with multiple add/delete (e45582c)
  • view: end-of-line rendering in tree-view (6548ac8)

1.19.7 (2020-12-12)

Bug Fixes

  • editor: pick the right editor in case of multiple ones (5d415a8)
  • html: end-of-line rendering in HTML export (636c922)
  • storage: centralize storage management, avoid fragmented storage with multiple add/delete (e45582c)
  • view: end-of-line rendering in tree-view (6548ac8)

1.19.6 (2020-12-04)

Bug Fixes

  • csv: escape/unescape end-of-line characters to avoid CSV store corruption (40788d8)

1.19.5 (2020-10-20)

Bug Fixes

  • incorrect behavior when the correct comment isn't found (fffdc6f)

1.19.4 (2020-10-20)

Bug Fixes

  • the position is zero-based on the csv (4b7d4ad), closes #56

1.19.3 (2020-10-19)

Bug Fixes

  • off by one error on HTML report generation (dd9f5af), closes #56 #57

1.19.2 (2020-10-16)

Bug Fixes

  • Position expects a zero-based index, but the CSV saved as one-based index (0855213)
  • handle values under 0, provide tests (22fccc0)

1.19.1 (2020-09-05)

Bug Fixes

  • retain context when webview panels are hidden (617c521), closes #53

1.19.0 (2020-09-03)

Features

  • add file name to webview (611a217), closes #52
  • explorer: link export commands to submenu (f9f7b42), closes #51
  • explorer: move add icon to top navigation (0096362)

Bug Fixes

  • edit: use correct ranges (e161e8c)

1.18.1 (2020-09-03)

Bug Fixes

  • explorer: update sometimes didn't work (391f97f)

1.18.0 (2020-09-03)

Features

  • explorer: add add button to directly add comments from the explorer (af500fd)

Bug Fixes

  • use visibleTextEditors[0] as fallback (bb03952)
  • explorer: show 'delete' action only for childs (495b62b)

1.17.1 (2020-09-02)

Bug Fixes

  • conditional activation of code review activitybar action (830a7b9), closes #48
  • off by one line error in code output (3260673), closes #49

1.17.0 (2020-09-02)

Features

  • add welcome view when no code review file is present (b38757b), closes #47
  • delete a comment from code review view (5d24d89), closes #42

1.16.2 (2020-09-02)

Bug Fixes

  • use correct icon mapping (e4470ba)

1.16.1 (2020-09-01)

Bug Fixes

  • only create review file when first comment is created (3008203)

1.16.0 (2020-09-01)

Features

  • edit existing comments via code review view (9b93899), closes #44

1.15.0 (2020-08-31)

Features

  • add view to reveal comments in explorer (b37cb2e), closes #40
  • update code review view when review file has been edited manually (f3ae42c), closes #41

Bug Fixes

  • remove unneeded registration (c113c79), closes #46

1.14.0 (2020-08-29)

Features

  • report: ordering code comments by line number, after grouping (90c65c6), closes #38

1.13.0 (2020-08-28)

Features

  • highlight current line/range selection when form is opened (dd9c588), closes #39
  • report: moved base64 logic into export-factory (1617f21), closes #35

1.12.0 (2020-08-28)

Features

  • highlight current line/range selection when form is opened (10437b9), closes #39
  • report: moved base64 logic into export-factory (1617f21), closes #35

1.11.0 (2020-08-25)

Features

  • report: moved base64 logic into export-factory (85e6b8f)

1.10.0 (2020-08-22)

Features

  • allow to configure priority labels (ecbb368), closes #33

1.9.4 (2020-08-21)

Bug Fixes

  • escape double quotes in CSV correctly (c57fe2c), closes #32

1.9.3 (2020-08-20)

1.9.2 (2020-08-20)

1.9.1 (2020-08-19)

Bug Fixes

  • use harmonized filename for getting file content (c50dfc0), closes #32

1.9.0 (2020-07-03)

Features

  • allow to define a default handlebars template path (2a3eef3), closes #30

1.8.0 (2020-06-13)

Features

  • minimize loading time by bundling (c4b8853), closes #15

Bug Fixes

  • allow script execution in webViewPanel (fdf322f)

1.7.1 (2020-06-12)

Bug Fixes

  • group configs default value (0929ea2), closes #28
  • use BASE64 encoded code snippets when including them (43a69d2), closes #29

1.7.0 (2020-06-04)

Features

  • allow to configure weather to include code selection in report (972201e), closes #24
  • allow to include code in other exports (521b6ac), closes #24
  • inlcude source code in HTML report (b1a3ea5), closes #24

1.6.0 (2020-06-03)

Features

1.5.0 (2020-05-30)

Features

1.4.1 (2020-05-29)

1.4.0 (2020-05-29)

Features

  • allow to group by priority and category (a21377b), closes #21

1.3.0 (2020-05-28)

Features

  • add category field with configurable options (9d70f60), closes #20

Bug Fixes

  • use correct line number in CSV file (e3d90ff), closes #23
  • use correct prop names (b0ee481)
  • use URL links per comment ref in default template (451c1a7), closes #22

1.2.0 (2020-05-26)

Features

  • export all fields for JIRA CSV (e2c8acf), closes #17

1.1.0 (2020-05-25)

Features

  • export GitLab importable file (e281d47), closes #16
  • export review as JIRA importable CSV file (61d730c), closes #17

Bug Fixes

  • subscibe to registration (b4eb3de)

1.0.1 (2020-05-25)

1.0.0 (2020-05-24)

Features

  • apply line references in built URL (68ae1db), closes #11
  • open generated HTML report in preview window (94ed5fc), closes #14

0.0.18 (2020-05-22)

Bug Fixes

0.0.17 (2020-05-22)

Bug Fixes

  • subscribe to registrations (a001dc1)

0.0.16 (2020-05-22)

Bug Fixes

0.0.15 (2020-05-22)

Bug Fixes

  • use correct id's fot trafffic light style (0c20826)
  • use correct traffic light values (da8bb07)

0.0.14 (2020-05-21)

Features

  • basic HTML export (cdde92c)
  • export as style HTML bny using handlebars template internally (0e8c817), closes #5 #13
  • let users choose a handlebars template (19d6d71), closes #13

0.0.13 (2020-05-18)

Features

  • inlcude SHA and remoteUrl containing the full link (884298e), closes #9

0.0.12 (2020-05-17)

0.0.11 (2020-05-17)

Bug Fixes

  • display panel by using inline template (08f3fe9)

0.0.10 (2020-05-17)

Features

  • priority selection as traffic light (c641d06), closes #8

0.0.9 (2020-05-17)

Features

  • add keybinding for new note (ec51a8b), closes #6

0.0.8 (2020-05-17)

Features

  • allow filename configuration (027b7a0), closes #1

0.0.7 (2020-05-17)

0.0.6 (2020-05-17)

Features

0.0.5 (2020-05-16)

Features

  • allow multiline and multi range selections (13f60bd)

0.0.4 (2020-05-16)

0.0.3 (2020-05-16)

0.0.2 (2020-05-16)

Features