Flipper Release: v0.76.0

Summary: Releasing version 0.76.0

Reviewed By: jknoxville

Differential Revision: D26515193

fbshipit-source-id: 38d547195a2d1e214e6f31a990c1d9e3f7869869
This commit is contained in:
Anton Nikolaev
2021-02-19 02:55:32 -08:00
committed by Facebook GitHub Bot
parent b25de27b8a
commit 208e899b4f
10 changed files with 18 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
# 0.76.0 (18/2/2021)
* [D26337377](https://github.com/facebook/flipper/search?q=D26337377&type=Commits) - It is now possible to disable and uninstall device plugins if some of them not required
* [D26225203](https://github.com/facebook/flipper/search?q=D26225203&type=Commits) - Android video is now always captured in 1280x720 / 720x1280 to avoid the issue when video cannot be captured because of unsupported resolution (err=-38)
# 0.75.1 (12/2/2021)
* [D26370235](https://github.com/facebook/flipper/search?q=D26370235&type=Commits) - Reduce spamminess of iOS connection warnings
@@ -61,7 +67,7 @@
# 0.59.0 (29/9/2020)
* [D23908151](https://github.com/facebook/flipper/search?q=D23908151&type=Commits) -
* [D23908151](https://github.com/facebook/flipper/search?q=D23908151&type=Commits) -
* [D23729972](https://github.com/facebook/flipper/search?q=D23729972&type=Commits) - Ability to reload single auto-updated plugin without full Flipper restart.