Flipper Release: v0.78.0
Summary: Releasing version 0.78.0 Reviewed By: mweststrate Differential Revision: D26692601 fbshipit-source-id: edc7e1c91f613344e02772cf53c8868aa3a8cf4a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4b91e83b0a
commit
31d0acc4b5
@@ -257,7 +257,7 @@
|
||||
"test:debug": "yarn build:pkg && node --inspect node_modules/.bin/jest --runInBand",
|
||||
"watch": "jest --watch"
|
||||
},
|
||||
"version": "0.77.0",
|
||||
"version": "0.78.0",
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
"flipper-plugin-kaios-big-allocations/firefox-client"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
# 0.78.0 (26/2/2021)
|
||||
|
||||
* [D26664846](https://github.com/facebook/flipper/search?q=D26664846&type=Commits) - fixed possible crash on startup after updating from a previous Flipper version to 0.77.0
|
||||
* [D26690516](https://github.com/facebook/flipper/search?q=D26690516&type=Commits) - Fixed an issue where device plugins targeting the host device didn't show up without connected clients.
|
||||
* [D26691046](https://github.com/facebook/flipper/search?q=D26691046&type=Commits) - Flipper will no automatically select any newly connected client
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user