Skip to content

Commit

Permalink
Stew ro/update changelog and statusbar ga (#503)
Browse files Browse the repository at this point in the history
* fix: sync layer visibility (#497)

* docs: update changelog and statusbar
  • Loading branch information
stew-ro authored Aug 14, 2020
1 parent deff6dd commit 0fe6691
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# FoTT Changelog

## 2.0.0-deff6dd (08-14-2020)
* refactor: disable telemetry service (#499)g ([#499](https://github.com/microsoft/OCR-Form-Tools/commit/deff6dd64cff785e519da3df0a47779f2cf0ef57))
* fix: sync layer visibility ([#497](https://github.com/microsoft/OCR-Form-Tools/commit/d61d20661a11482beb12bd9f180d080e10c476b7))

## 2.0.0-d3fafaa (08-06-2020)
* fix: use english for telemetry reporting ([#472](https://github.com/microsoft/OCR-Form-Tools/commit/d3fafaa82b3286ebb75f3ed68a3f8bea7808b3a4))
* feat: add apiVersion to telemetry ([#448](https://github.com/microsoft/OCR-Form-Tools/commit/99e26835846bdb653c1127efd3b9a2e1b4d5652b))

## 2.0.0-ce009bc (08-05-2020)
* docs: add telemetry disclaimer to readme ([#449](https://github.com/microsoft/OCR-Form-Tools/commit/ce009bc175db33d7669875e218368b1a6570b397))
* feat: enable internal telemetry ([#431](https://github.com/microsoft/OCR-Form-Tools/commit/d1d1dbd84c36207bf63065878e3c6ee0d10ccf1b))

## 2.0.0-015109e (07-23-2020)
* fix: change API version to v2.0 ([#444](https://github.com/microsoft/OCR-Form-Tools/commit/015109e5323ce1f41a44bbcfc8ef1f5470b2d5b8))
* fix: handle undefined error for pdf asse ([#443](https://github.com/microsoft/OCR-Form-Tools/commit/626c4f48c0f7c8c500f2da5de4dafc815e161c04))

## 2.0.0-0541a32 (07-16-2020)
* fix: optimise pdf loading ([#418](https://github.com/microsoft/OCR-Form-Tools/commit/b148062f690ff99d957e60449bcafcab7be7a6d1))
* fix: handle version change state mutation error ([#417](https://github.com/microsoft/OCR-Form-Tools/commit/c33925a1e3cb1e92373e0beefab6fe68dab41e1d))
Expand Down
2 changes: 1 addition & 1 deletion src/react/components/shell/statusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class StatusBar extends React.Component {
<li>
<a href="https://github.com/microsoft/OCR-Form-Tools/blob/v2.0-General-Availability-Release/CHANGELOG.md" target="blank" rel="noopener noreferrer">
<FontIcon iconName="BranchMerge" />
<span>{appInfo.version}-b148062</span>
<span>{appInfo.version}-deff6dd</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 0fe6691

Please sign in to comment.