Skip to content

Commit 109b72a

Browse files
Prepare release 0.0.15 (#545)
* Prepare release 0.0.15
1 parent 786cb33 commit 109b72a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/devtools/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## 0.0.15 - Date TBD
1+
## 0.0.15 - 2019-04-16
22
* Warn users when they should be using a profile build of their application instead of a debug build.
3+
* Warn users using Microsoft browsers (IE and Edge) that they should be using Chrome to run DevTools.
4+
* Dark mode improvements.
5+
* Open scripts in the debugger using ctrl + o.
36

47
## 0.0.14 - 2019-03-26
58
* Dark mode is ready to use, add ```&theme=dark``` at the end of the URI used to open the DevTool in Chrome. We look forward to your feedback.

packages/devtools/lib/devtools.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
/// The DevTools application version.
66
// Note: when updating this, please update the corresponding version in the
77
// pubspec.
8-
const String version = '0.0.15-dev.2';
8+
const String version = '0.0.15';

packages/devtools/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
33

44
# Note: when updating this version, please update the corresponding entry in
55
# lib/devtools.dart.
6-
version: 0.0.15-dev.2
6+
version: 0.0.15
77

88
author: Dart Team <misc@dartlang.org>
99
homepage: https://github.com/flutter/devtools

0 commit comments

Comments
 (0)