Skip to content

Commit

Permalink
- updated browser version
Browse files Browse the repository at this point in the history
  • Loading branch information
janisdd committed Mar 5, 2023
1 parent 9b5186f commit 3c204af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions csvEditorHtml/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ note that the changelog is also present on the website when you click on the ver

### [Unreleased]

## 1.3.4
- (same as vs code extension v0.7.4)
- fixed issue #112 - added keyboard shortcut to delete the current row (`ctrl+shift+alt+minus`)
- behaves the same was as context menu action (actually uses it)
- also works on mac (because normally `alt+-` [and or shift] will insert a dash)
- added option `csv-edit.showDeleteColumnHeaderButton` true: shows a delete column button in the column header (on hover), false: not
- added option `csv-edit.showDeleteRowHeaderButton` true: shows a delete row button in the row header (on hover), false: not


## 1.3.3
- (same as vs code extension v0.7.3)
- added option `csv-edit.autoColumnWidthsIgnoreComments` to ignore comment cells for auto column sizing
Expand Down
2 changes: 1 addition & 1 deletion csvEditorHtml/browser/indexBrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

<div id="version-n-changelog" style="margin-right: 1rem;">
<a href="https://github.com/janisdd/vscode-edit-csv/blob/master/csvEditorHtml/browser/CHANGELOG.md" target="_blank">
v1.3.3
v1.3.4
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion csvEditorHtml/browser/indexBrowserDebug.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

<div id="version-n-changelog" style="margin-right: 1rem;">
<a href="https://github.com/janisdd/vscode-edit-csv/blob/master/csvEditorHtml/browser/CHANGELOG.md" target="_blank">
v1.3.3
v1.3.4
</a>
</div>

Expand Down

0 comments on commit 3c204af

Please sign in to comment.