Skip to content

Commit 0fe6691

Browse files
authored
Stew ro/update changelog and statusbar ga (#503)
* fix: sync layer visibility (#497) * docs: update changelog and statusbar
1 parent deff6dd commit 0fe6691

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# FoTT Changelog
22

3+
## 2.0.0-deff6dd (08-14-2020)
4+
* refactor: disable telemetry service (#499)g ([#499](https://github.com/microsoft/OCR-Form-Tools/commit/deff6dd64cff785e519da3df0a47779f2cf0ef57))
5+
* fix: sync layer visibility ([#497](https://github.com/microsoft/OCR-Form-Tools/commit/d61d20661a11482beb12bd9f180d080e10c476b7))
6+
7+
## 2.0.0-d3fafaa (08-06-2020)
8+
* fix: use english for telemetry reporting ([#472](https://github.com/microsoft/OCR-Form-Tools/commit/d3fafaa82b3286ebb75f3ed68a3f8bea7808b3a4))
9+
* feat: add apiVersion to telemetry ([#448](https://github.com/microsoft/OCR-Form-Tools/commit/99e26835846bdb653c1127efd3b9a2e1b4d5652b))
10+
11+
## 2.0.0-ce009bc (08-05-2020)
12+
* docs: add telemetry disclaimer to readme ([#449](https://github.com/microsoft/OCR-Form-Tools/commit/ce009bc175db33d7669875e218368b1a6570b397))
13+
* feat: enable internal telemetry ([#431](https://github.com/microsoft/OCR-Form-Tools/commit/d1d1dbd84c36207bf63065878e3c6ee0d10ccf1b))
14+
15+
## 2.0.0-015109e (07-23-2020)
16+
* fix: change API version to v2.0 ([#444](https://github.com/microsoft/OCR-Form-Tools/commit/015109e5323ce1f41a44bbcfc8ef1f5470b2d5b8))
17+
* fix: handle undefined error for pdf asse ([#443](https://github.com/microsoft/OCR-Form-Tools/commit/626c4f48c0f7c8c500f2da5de4dafc815e161c04))
18+
319
## 2.0.0-0541a32 (07-16-2020)
420
* fix: optimise pdf loading ([#418](https://github.com/microsoft/OCR-Form-Tools/commit/b148062f690ff99d957e60449bcafcab7be7a6d1))
521
* fix: handle version change state mutation error ([#417](https://github.com/microsoft/OCR-Form-Tools/commit/c33925a1e3cb1e92373e0beefab6fe68dab41e1d))

src/react/components/shell/statusBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class StatusBar extends React.Component {
1616
<li>
1717
<a href="https://github.com/microsoft/OCR-Form-Tools/blob/v2.0-General-Availability-Release/CHANGELOG.md" target="blank" rel="noopener noreferrer">
1818
<FontIcon iconName="BranchMerge" />
19-
<span>{appInfo.version}-b148062</span>
19+
<span>{appInfo.version}-deff6dd</span>
2020
</a>
2121
</li>
2222
</ul>

0 commit comments

Comments
 (0)