Skip to content

Commit 1c71fbf

Browse files
update change log for v1.8.0 release (#110)
1 parent 3c4a618 commit 1c71fbf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
See [releases](https://github.com/RandomFractals/tabular-data-viewer/releases) for source code and `tabular-data-viewer-x.x.x.vsix` extension package download.
44

5+
## v1.8.0 - [2022-02-10]
6+
- [#96](https://github.com/RandomFractals/tabular-data-viewer/issues/96)
7+
Add UriHandler to open remote tabular data sources from vscode:// Urls in a browser
8+
- [#102](https://github.com/RandomFractals/tabular-data-viewer/issues/102)
9+
Create built-in Data Packages picker
10+
- [#103](https://github.com/RandomFractals/tabular-data-viewer/issues/103)
11+
Update vscode dev dependencies to the latest v1.64.0
12+
- [#104](https://github.com/RandomFractals/tabular-data-viewer/issues/104)
13+
List tabular data resources for a data package
14+
- [#106](https://github.com/RandomFractals/tabular-data-viewer/issues/106)
15+
Use active text editor document Uri for View Table command
16+
- [#107](https://github.com/RandomFractals/tabular-data-viewer/issues/107)
17+
Add Open Text Document command and context menu options for data files displayed in Table View
18+
- [#108](https://github.com/RandomFractals/tabular-data-viewer/issues/108)
19+
Add View Data File on GitHub command and context menus for Table views with public datasets from github
20+
- [#109](https://github.com/RandomFractals/tabular-data-viewer/issues/109)
21+
Move commands registration from src/extension.ts to src/commands/commands.ts
22+
- [#110](https://github.com/RandomFractals/tabular-data-viewer/issues/110)
23+
Package and publish Data Packages feature release
24+
525
## v1.7.0 - [2022-02-02]
626
- [#53](https://github.com/RandomFractals/tabular-data-viewer/issues/53)
727
Add remote data loading and display for public https datasets and supported data formats

0 commit comments

Comments
 (0)