Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0317e21

Browse files
Update site for 0.11.0
1 parent d6d59a6 commit 0317e21

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

doc/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
To build Tad, you should have [node](https://nodejs.org/en/) and `npm`(https://www.npmjs.com/get-npm) (included when you install Node.js) installed. The versions of these tools used for development are:
66

77
$ node --version
8-
v16.5.0
8+
v19.3.0
99
$ npm --version
10-
7.19.1
10+
9.2.0
1111

1212
Once you have Node installed, run `npm install` at the top level:
1313

doc/site/index.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1 class="ornament">A better way to view &amp; analyze data</h1>
101101
<div id="news" class="section news-section">
102102
<div class="container">
103103
<h3>News</h3>
104-
<p class="lead">Tad 0.10.1 - June 16, 2022</p>
104+
<p class="lead">Tad 0.11.0 - Dec. 19, 2022</p>
105105
<P>
106106
A packaged installer for Tad is available for macOS, Linux and Windows.
107107
<P>
@@ -110,18 +110,18 @@ <h3>News</h3>
110110
If you're comfortable with that caveat, pick your platform and install:
111111
<P class="download">
112112
<a id="download-latest-release" class="btn btn-default"
113-
href="https://github.com/antonycourtney/tad/releases/download/v0.10.1/tad-0.10.1.dmg">
113+
href="https://github.com/antonycourtney/tad/releases/download/v0.11.0/tad-0.11.0.dmg">
114114
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
115115
Download for Mac
116116
</a>
117117
<a id="download-latest-release" class="btn btn-default"
118-
href="https://github.com/antonycourtney/tad/releases/download/v0.10.1/tad_0.10.1_amd64.deb"
118+
href="https://github.com/antonycourtney/tad/releases/download/v0.11.0/tad_0.11.0_amd64.deb"
119119
>
120120
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
121121
Download for Linux
122122
</a>
123123
<a id="download-latest-release" class="btn btn-default"
124-
href="https://github.com/antonycourtney/tad/releases/download/v0.10.1/Tad-Setup-0.10.1.exe">
124+
href="https://github.com/antonycourtney/tad/releases/download/v0.11.0/Tad-Setup-0.11.0.exe">
125125
<span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
126126
Download for Windows
127127
</a>
@@ -166,6 +166,21 @@ <h3>Contact</h3>
166166
<div id="relnotes" class="section relnotes-section">
167167
<div class="container">
168168
<h3>Release Notes</h3>
169+
<div class="release-section">
170+
<h4>Tad 0.11.0 - Dec. 19, 2022</h4>
171+
<P>
172+
<h5>New Features / Bug Fixes</h5>
173+
<ul>
174+
<li>Update to use latest DuckDb (0.6.1), Electron (22.0.0), React (18) and Blueprint
175+
<li>Enable automatic tooltips for long text columns
176+
<li>Treat filters as form so we can press enter to submit by @gempir in https://github.com/antonycourtney/tad/pull/172
177+
<li>Added content zoom modifiers. by @scmanjarrez in https://github.com/antonycourtney/tad/pull/182
178+
<li>Internal / Experimental: Embeddable TadViewerPane React component
179+
<li>Internal: migrate from node-duckdb to [duckdb-async](https://github.com/motherduckdb/duckdb-async)
180+
</ul>
181+
</div>
182+
183+
169184
<div class="release-section">
170185
<h4>Tad 0.10.1 - June 16, 2022</h4>
171186
<P>

0 commit comments

Comments
 (0)