Skip to content

Commit 26c91d4

Browse files
authoredApr 27, 2022
Update change log (#6143)
* Revert "Select desktop or web if no other device is available (#6100)" This reverts commit 756ed68. * Updage change log * generate
1 parent b0bd7db commit 26c91d4

File tree

4 files changed

+129
-142
lines changed

4 files changed

+129
-142
lines changed
 

‎CHANGELOG-old.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
2+
# 65.0
3+
- Change .packages file use to package config file (#5993)
4+
- Add Android module when opening any project (#5991)
5+
- Update JxBrowser to 7.22 (#5990)
6+
- Use time zone in survey calculation (#5976)
7+
- Fix return type of createState in macros (#5963)
8+
- Log perf dispose NPEs (#5975)
9+
- Build for 2022.1 EAP (#5973)
10+
- Remove old bazel test file mapping code (#5974)
11+
- Use VM for mapping breakpoint files during app run (#5947)
12+
- Update for 64.1 (#5958)
13+
- Try SIGINT first for all processes (#5950)
14+
- Open AS 2021.x (#5951)
15+
- Build for canary (Dolphin) (#5937)
16+
17+
# 64.1
18+
- Try SIGINT before SIGKILL for processes (#5950)
19+
20+
# 64.0
21+
- Fix modules for working with AS sources (#5913)
22+
- Add analytics to survey notifications (#5912)
23+
- Update AS modules for 212 (#5905)
24+
- Build for 212.5712 (#5894)
25+
- Improve icon preview and completion performance (#5887)
26+
- Rename old load classes (#5884)
27+
- Use IJ 213 for unit tests (#5882)
28+
- Share resources with both modules (#5877)
29+
30+
# 63.0
31+
- Build for IntelliJ 2021.3 and Android Studio canary (#5868)
32+
- Enable downloading Mac M1 version of JxBrowser (#5871)
33+
- Convert to Gradle project with Kotlin DSL (#5858)
34+
35+
# 62.0
36+
- Update jxbrowser to 7.19 (#5783)
37+
- Restore ignored tests (#5826)
38+
- Use Java 11 everywhere (#5836)
39+
- Add AS Canary to dev channel (#5830)
40+
- Remove dependencies on built-in Flutter icons (#5824)
41+
- Add instructions for converting to/from Gradle project (#5822)
42+
- Derive icon previews from font files for built-in icons (#5820)
43+
- Enable more compile-time nulllability checking (#5804)
44+
45+
# 61.1
46+
- Add null check for manager (#5799)
47+
48+
# 61.0
49+
- Make console stack traces expandable (#5777)
50+
- Do hot reload on auto-save (#5774)
51+
- Run flutter pub get after changing SDK in preferences (#5773)
52+
- Allow tests in any marked test dir and optionally in sources (#5770)
53+
- Add the new skeleton template to the New Project Wizard (#5765)
54+
- Bug fix in Workspace.java: parsing of contents out of the json file. (#5768)
55+
- Make unit test name matching more strict (#5763)
56+
- Stop running an external tool before launching (#5759)
57+
- Change some deprecated API usage (#5755)
58+
- Try harder to find pub root (#5753)
59+
- Add --project-name arg to flutter create (#5752)
60+
- Delete the project directory if project validation fails (#5751)
61+
- Build menu should be visible even if no file is selected (#5750)
62+
- Fix broken image resorce link (#5745)
63+
- Convert back to iml-based project (#5741)
64+
- Remove old code from NPW (#5739)
65+
- Fix some problems in the set up docs (#5734)
66+
167
# 60.1
268
- Add project type selection to new project wizard for Android Studio
369

‎CHANGELOG.md

Lines changed: 30 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 67.0
2+
- Disable new analytics for M67 (#6142)
3+
- Stop running setup on the bots (#6141)
4+
- Update Dart plugin version (#6139)
5+
- Change setting on EDT (#6137)
6+
- Stop using a deprecated method (#6132)
7+
- Refactor Transport for easier logging while debugging (#6129)
8+
- Fix child lines when folding code (#6128)
9+
- Fix analytics (#6119)
10+
- Fix disposer bug (#6120)
11+
- Remove the 30-char limit for project names (#6121)
12+
- Use devtools script to launch bazel devtools (#6115)
13+
- Report flutter SDK version on startup (#6114)
14+
- Add dart devtools for starting server (#6112)
15+
- Delete code duplicated from Dart (#6113)
16+
- Update web URI mapping version (#6110)
17+
- Work around Kokoro Dart plugin problem (#6109)
18+
- Plugin tool improvements (#6106)
19+
- Fix layout issue (#6105)
20+
- Clean up edit.dart (#6104)
21+
- Add more analytics (#5985)
22+
- Update build for 2022.1 (#6102)
23+
- Enable Dart with multiple modules (#6099)
24+
- Look for a single module by name (#6098)
25+
- Add links to 3P plugin docs (#6090)
26+
- Fix config to load into 2021.3 (#6088)
27+
- Move third-party binaries into third_party (#6087)
28+
- This will allow us to assess the security posture of this repository. (#6047)
29+
- Update CONTRIBUTING.md (#6074)
30+
131
# 66.0
232
- Use expandable test field for run args (#6065)
333
- Ignore scratch files during hot reload on save (#6064)
@@ -9,68 +39,3 @@
939
- Notify bazel users to try running iOS apps (#6028)
1040
- Use VM service for mapping breakpoint URIs (#6044)
1141
- Send internal errors to analytics for disconnections (#6005)
12-
13-
# 65.0
14-
- Change .packages file use to package config file (#5993)
15-
- Add Android module when opening any project (#5991)
16-
- Update JxBrowser to 7.22 (#5990)
17-
- Use time zone in survey calculation (#5976)
18-
- Fix return type of createState in macros (#5963)
19-
- Log perf dispose NPEs (#5975)
20-
- Build for 2022.1 EAP (#5973)
21-
- Remove old bazel test file mapping code (#5974)
22-
- Use VM for mapping breakpoint files during app run (#5947)
23-
- Update for 64.1 (#5958)
24-
- Try SIGINT first for all processes (#5950)
25-
- Open AS 2021.x (#5951)
26-
- Build for canary (Dolphin) (#5937)
27-
28-
# 64.1
29-
- Try SIGINT before SIGKILL for processes (#5950)
30-
31-
# 64.0
32-
- Fix modules for working with AS sources (#5913)
33-
- Add analytics to survey notifications (#5912)
34-
- Update AS modules for 212 (#5905)
35-
- Build for 212.5712 (#5894)
36-
- Improve icon preview and completion performance (#5887)
37-
- Rename old load classes (#5884)
38-
- Use IJ 213 for unit tests (#5882)
39-
- Share resources with both modules (#5877)
40-
41-
# 63.0
42-
- Build for IntelliJ 2021.3 and Android Studio canary (#5868)
43-
- Enable downloading Mac M1 version of JxBrowser (#5871)
44-
- Convert to Gradle project with Kotlin DSL (#5858)
45-
46-
# 62.0
47-
- Update jxbrowser to 7.19 (#5783)
48-
- Restore ignored tests (#5826)
49-
- Use Java 11 everywhere (#5836)
50-
- Add AS Canary to dev channel (#5830)
51-
- Remove dependencies on built-in Flutter icons (#5824)
52-
- Add instructions for converting to/from Gradle project (#5822)
53-
- Derive icon previews from font files for built-in icons (#5820)
54-
- Enable more compile-time nulllability checking (#5804)
55-
56-
# 61.1
57-
- Add null check for manager (#5799)
58-
59-
# 61.0
60-
- Make console stack traces expandable (#5777)
61-
- Do hot reload on auto-save (#5774)
62-
- Run flutter pub get after changing SDK in preferences (#5773)
63-
- Allow tests in any marked test dir and optionally in sources (#5770)
64-
- Add the new skeleton template to the New Project Wizard (#5765)
65-
- Bug fix in Workspace.java: parsing of contents out of the json file. (#5768)
66-
- Make unit test name matching more strict (#5763)
67-
- Stop running an external tool before launching (#5759)
68-
- Change some deprecated API usage (#5755)
69-
- Try harder to find pub root (#5753)
70-
- Add --project-name arg to flutter create (#5752)
71-
- Delete the project directory if project validation fails (#5751)
72-
- Build menu should be visible even if no file is selected (#5750)
73-
- Fix broken image resorce link (#5745)
74-
- Convert back to iml-based project (#5741)
75-
- Remove old code from NPW (#5739)
76-
- Fix some problems in the set up docs (#5734)

‎flutter-idea/src/io/flutter/run/daemon/DeviceSelection.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,9 @@ DeviceSelection withDevices(@NotNull List<FlutterDevice> newDevices) {
4646
final Optional<FlutterDevice> selectedDevice = findById(newDevices, selectedId);
4747

4848
// If there's no selected device, default the first ephemoral one in the list.
49-
FlutterDevice firstEphemeral =
49+
final FlutterDevice firstEphemoral =
5050
newDevices.stream().filter(FlutterDevice::ephemeral).findFirst().orElse(null);
51-
if (firstEphemeral == null && !newDevices.isEmpty()) {
52-
firstEphemeral = newDevices.get(0);
53-
}
54-
return new DeviceSelection(ImmutableList.copyOf(newDevices), selectedDevice.orElse(firstEphemeral));
51+
return new DeviceSelection(ImmutableList.copyOf(newDevices), selectedDevice.orElse(firstEphemoral));
5552
}
5653

5754
/**

‎resources/META-INF/plugin.xml

Lines changed: 31 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,37 @@
4545

4646
<change-notes>
4747
<![CDATA[
48+
<h1>67.0</h1>
49+
<ul>
50+
<li>Disable new analytics for M67 (#6142)</li>
51+
<li>Stop running setup on the bots (#6141)</li>
52+
<li>Update Dart plugin version (#6139)</li>
53+
<li>Change setting on EDT (#6137)</li>
54+
<li>Stop using a deprecated method (#6132)</li>
55+
<li>Refactor Transport for easier logging while debugging (#6129)</li>
56+
<li>Fix child lines when folding code (#6128)</li>
57+
<li>Fix analytics (#6119)</li>
58+
<li>Fix disposer bug (#6120)</li>
59+
<li>Remove the 30-char limit for project names (#6121)</li>
60+
<li>Use devtools script to launch bazel devtools (#6115)</li>
61+
<li>Report flutter SDK version on startup (#6114)</li>
62+
<li>Add dart devtools for starting server (#6112)</li>
63+
<li>Delete code duplicated from Dart (#6113)</li>
64+
<li>Update web URI mapping version (#6110)</li>
65+
<li>Work around Kokoro Dart plugin problem (#6109)</li>
66+
<li>Plugin tool improvements (#6106)</li>
67+
<li>Fix layout issue (#6105)</li>
68+
<li>Clean up edit.dart (#6104)</li>
69+
<li>Add more analytics (#5985)</li>
70+
<li>Update build for 2022.1 (#6102)</li>
71+
<li>Enable Dart with multiple modules (#6099)</li>
72+
<li>Look for a single module by name (#6098)</li>
73+
<li>Add links to 3P plugin docs (#6090)</li>
74+
<li>Fix config to load into 2021.3 (#6088)</li>
75+
<li>Move third-party binaries into third_party (#6087)</li>
76+
<li>This will allow us to assess the security posture of this repository. (#6047)</li>
77+
<li>Update CONTRIBUTING.md (#6074)</li>
78+
</ul>
4879
<h1>66.0</h1>
4980
<ul>
5081
<li>Use expandable test field for run args (#6065)</li>
@@ -58,78 +89,6 @@
5889
<li>Use VM service for mapping breakpoint URIs (#6044)</li>
5990
<li>Send internal errors to analytics for disconnections (#6005)</li>
6091
</ul>
61-
<h1>65.0</h1>
62-
<ul>
63-
<li>Change .packages file use to package config file (#5993)</li>
64-
<li>Add Android module when opening any project (#5991)</li>
65-
<li>Update JxBrowser to 7.22 (#5990)</li>
66-
<li>Use time zone in survey calculation (#5976)</li>
67-
<li>Fix return type of createState in macros (#5963)</li>
68-
<li>Log perf dispose NPEs (#5975)</li>
69-
<li>Build for 2022.1 EAP (#5973)</li>
70-
<li>Remove old bazel test file mapping code (#5974)</li>
71-
<li>Use VM for mapping breakpoint files during app run (#5947)</li>
72-
<li>Update for 64.1 (#5958)</li>
73-
<li>Try SIGINT first for all processes (#5950)</li>
74-
<li>Open AS 2021.x (#5951)</li>
75-
<li>Build for canary (Dolphin) (#5937)</li>
76-
</ul>
77-
<h1>64.1</h1>
78-
<ul>
79-
<li>Try SIGINT before SIGKILL for processes (#5950)</li>
80-
</ul>
81-
<h1>64.0</h1>
82-
<ul>
83-
<li>Fix modules for working with AS sources (#5913)</li>
84-
<li>Add analytics to survey notifications (#5912)</li>
85-
<li>Update AS modules for 212 (#5905)</li>
86-
<li>Build for 212.5712 (#5894)</li>
87-
<li>Improve icon preview and completion performance (#5887)</li>
88-
<li>Rename old load classes (#5884)</li>
89-
<li>Use IJ 213 for unit tests (#5882)</li>
90-
<li>Share resources with both modules (#5877)</li>
91-
</ul>
92-
<h1>63.0</h1>
93-
<ul>
94-
<li>Build for IntelliJ 2021.3 and Android Studio canary (#5868)</li>
95-
<li>Enable downloading Mac M1 version of JxBrowser (#5871)</li>
96-
<li>Convert to Gradle project with Kotlin DSL (#5858)</li>
97-
</ul>
98-
<h1>62.0</h1>
99-
<ul>
100-
<li>Update jxbrowser to 7.19 (#5783)</li>
101-
<li>Restore ignored tests (#5826)</li>
102-
<li>Use Java 11 everywhere (#5836)</li>
103-
<li>Add AS Canary to dev channel (#5830)</li>
104-
<li>Remove dependencies on built-in Flutter icons (#5824)</li>
105-
<li>Add instructions for converting to/from Gradle project (#5822)</li>
106-
<li>Derive icon previews from font files for built-in icons (#5820)</li>
107-
<li>Enable more compile-time nulllability checking (#5804)</li>
108-
</ul>
109-
<h1>61.1</h1>
110-
<ul>
111-
<li>Add null check for manager (#5799)</li>
112-
</ul>
113-
<h1>61.0</h1>
114-
<ul>
115-
<li>Make console stack traces expandable (#5777)</li>
116-
<li>Do hot reload on auto-save (#5774)</li>
117-
<li>Run flutter pub get after changing SDK in preferences (#5773)</li>
118-
<li>Allow tests in any marked test dir and optionally in sources (#5770)</li>
119-
<li>Add the new skeleton template to the New Project Wizard (#5765)</li>
120-
<li>Bug fix in Workspace.java: parsing of contents out of the json file. (#5768)</li>
121-
<li>Make unit test name matching more strict (#5763)</li>
122-
<li>Stop running an external tool before launching (#5759)</li>
123-
<li>Change some deprecated API usage (#5755)</li>
124-
<li>Try harder to find pub root (#5753)</li>
125-
<li>Add --project-name arg to flutter create (#5752)</li>
126-
<li>Delete the project directory if project validation fails (#5751)</li>
127-
<li>Build menu should be visible even if no file is selected (#5750)</li>
128-
<li>Fix broken image resorce link (#5745)</li>
129-
<li>Convert back to iml-based project (#5741)</li>
130-
<li>Remove old code from NPW (#5739)</li>
131-
<li>Fix some problems in the set up docs (#5734)</li>
132-
</ul>
13392
]]>
13493
</change-notes>
13594

0 commit comments

Comments
 (0)
Please sign in to comment.