Skip to content

Commit 21bc00b

Browse files
authored
1 parent 578d223 commit 21bc00b

File tree

3 files changed

+249
-502
lines changed

3 files changed

+249
-502
lines changed

CHANGELOG-old.md

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,241 @@
1+
# 79
2+
- Support IntelliJ 2024.1 (#7269)
3+
- Check version before starting ToolEvent stream (#7317)
4+
- Convert hot reload notifications to not use deprecated methods (#7337)
5+
- Add separate browser windows and save content manager for deep links (#7325)
6+
7+
# 78.5
8+
- Support IntelliJ 2024.1, EAP (#7269)
9+
- Add panel for DevTools deep links (#7307)
10+
11+
# 78.4
12+
- Use Dart plugin's DevTools instance with DTD (#7264)
13+
14+
# 78.2, 78.3
15+
- Fix debugger variable information (#7228)
16+
17+
# 78, 78.1
18+
- Fix DevTools Inspector for all Android Studio users (#7147)
19+
20+
# 77.2
21+
- Update the vendor information for the JetBrains plugin marketplace (#7193)
22+
23+
# 77, 77.1
24+
- Report IDE feature source when opening DevTools (#7108)
25+
- Remove listener for file path on project dispose (#7093)
26+
- Dispose SDK config correctly on app ending (#7064)
27+
- Remove deprecated notification group usage from deep link (#7061)
28+
- Update plugin for Android Studio 2023.3 (Iguana) and IntelliJ 2023.3 (#7113)
29+
30+
# 76.3
31+
- Unmigrate change to use the new ActionListener API from IntelliJ as it introduced an issue with FlutterReloadManager (#6996)
32+
- Remove JX Browser usages and references (#7059)
33+
- Log and show link to open DevTools in separate browser if JCEF fails (#7057)
34+
35+
# 76.2
36+
- Fix for IndexOutOfBounds on startup (#6942)
37+
38+
# 76.1
39+
- Fix for JXBrowser key not provided (#6992)
40+
41+
# 76
42+
- Widget inspector doesn't jump to source code (#6875)
43+
- Change to use `org.apache.commons.lang3.*`, from `org.apache.commons.lang.*` (#6933)
44+
45+
# 75
46+
- Use pooled thread to find location of Android Studio (#6849)
47+
- Update build script for AS canary and IJ stable (#6846)
48+
- Remove isEnableEmbeddedBrowsers setting (#6845)
49+
- Stop showing an error after running tests with coverage (#6843)
50+
- Add gradle to ignore list (#6839)
51+
- Update VM service protocol to 4.11 (#6838)
52+
- Make AS 2022.2 the oldest supported platform (#6837)
53+
- Clear browser tabs when window closes (#6835)
54+
- Use BGT to update UI during reload/restart (#6836)
55+
- Default to JCEF browser (#6834)
56+
- Debug with 2023.2 (#6826)
57+
- Update Java, Gradle, plugins, and clean up (#6825)
58+
- Use EAP to run unit tests (#6822)
59+
- FlutterSdkVersion.version needs to be nullable (#6821)
60+
- Update build for latest EAP (#6820)
61+
- Disable Java indexing in AS canary (#6815)
62+
- add Open in Xcode for macOS (#6791)
63+
- Remove deprecated strong-mode entry in analysis options (#6800)
64+
- Update EAP build (#6797)
65+
- Add JCEF browser (#6787)
66+
67+
# 74
68+
- Support multiple running instance for inspectors (#6772)
69+
- Add Short super.key (#6757)
70+
- Enable envars for run configs (#6765)
71+
- Save pub root for attach (#6764)
72+
- Build for 2023.2 EAP (#6763)
73+
- Use VM service URI instead of observatory URI for bazel test startup (#6742)
74+
- Reorg CONTRIBUTING.md (#6740)
75+
- Improve run configurations (#6739)
76+
- Allow making the plugin from multiple platforms (#6730)
77+
- Delete `flutter-idea/artifacts` link (#6729)
78+
- Remove use of legacy inspector (#6728)
79+
- Use BGT to update UI for restart/reload (#6727)
80+
- Update versions in build script (#6721)
81+
- Update Dart version for latest EAP build (#6720)
82+
- Fix generation of presubmit.yaml (#6708)
83+
- Add a readme for kokoro (#6707)
84+
- Fix typo in icon file name (#6705)
85+
- Fix presubmit template (#6706)
86+
87+
# 73.1
88+
- Build for Android Studio Hedgehog
89+
90+
# 73
91+
- Prevent NPE when process is stopped while record fields are displayed
92+
- Check lcov files for files with no test coverage (#6692)
93+
- Add FLUTTER_SDK to setup instructions (#6684)
94+
- Fix DevTools opening for bazel workspaces (#6682)
95+
- Eliminate the dependency on artifacts (#6681)
96+
- Update Refresh on BGT (#6679)
97+
- Run unit tests on linux bots (#6675)
98+
- Follow-up on #6500, don't use setExceptionPauseMode() if possible (#6674)
99+
- Run unit tests on Linux (#6669)
100+
- Add the run configuration to make the plugin (#6639)
101+
- Remove some obsolete code (#6667)
102+
- Update on BGT (#6664)
103+
- Update VM service protocol (#6653)
104+
- Use 2023.1 to build (#6651)
105+
- Use 2022.3 for building (#6496)
106+
- Use `Directory.delete` instead of `rm` (#6649)
107+
- Always use `Utf8Codec` for plugin logs (#6648)
108+
- Use `FLUTTER_STORAGE_BASE_URL` for `ArtifactManager` (#6647)
109+
- Always open Android module in new window (#6646)
110+
- View record fields in the debugger (#6638)
111+
- Update CONTRIBUTING.md (#6637)
112+
- Update VM service protocol to 4.2 (#6636)
113+
- Fix debugger and BoundField.getName() (#6630)
114+
- Use setIsolatePauseMode (#6629)
115+
- Update VM service protocol to spec version 4.1 (#6628)
116+
117+
# 72.1
118+
- Eliminate more potentially nested service creations (#6626)
119+
- Create only a single service at a time (#6618)
120+
- Use reflection to find EmulatorSettings in both IDEs (#6625)
121+
- Check version of SDK for forming DevTools URL (#6614)
122+
- Open chrome devtools from JxBrowser (#6615)
123+
- Attempt to fix error email (#6605)
124+
- Fix debugger display of Uint8List elements (#6603)
125+
126+
# 72.0
127+
- Build 2023.1 (#6593)
128+
- Update settings to emphasize global options (#6592)-
129+
- Run update() on BGT (#6556)
130+
- Build AS canary with 2022.3 (#6583)
131+
- Catch UnsatisfiedLinkError for inspector (#6585)
132+
- Stop logging to improve completion times (#6584)
133+
- Allow auto pre-commit test to run prior to git commit (#6557)
134+
- Ignore disposed project in FlutterAppManager (#6554)
135+
- Ignore empty files that the Dart plugin says have errors (#6553)
136+
- Fix creating package project (#6542)
137+
138+
# 71.3
139+
- Fix the "Empty menu item text" problem
140+
141+
# 71.2
142+
- Always show device selector in IntelliJ 2022.3 due to: https://youtrack.jetbrains.com/issue/IDEA-308897/IntelliJ-2022.3-causes-custom-toolbar-widget-to-flash?s=IntelliJ-2022.3-causes-custom-toolbar-widget-to-flash
143+
- Re-enable embedded DevTools
144+
145+
# 71.1
146+
- Tweak device selector code
147+
- Add new project types plugin_ffi and empty (#6433)
148+
- Update device selector in background (#6429)
149+
- Catch exception if default project was disposed (#6401)
150+
- Fix test coverage for monorepo projects (#6391)
151+
- Permit attach in bazel context (#6389)
152+
- Change Container to Placeholder in live templates (#6390)
153+
- Move tests to 2022.2 (#6386)
154+
- Remove some deprecated API uses (#6383)
155+
156+
# 71.0
157+
- Remove the process listener after emulator termination (#6377)
158+
- Remove obsolete code from NPW (#6374)
159+
- Check for disposed project (#6371)
160+
- Remove platform availability channel warning (#6356)
161+
- Show values of TypedDataList in debugger (#6369)
162+
163+
# 70.0
164+
- Respect embedded emulator settings (#6279)
165+
- Update to JX Browser 7.27 and change linux mode (#6283)
166+
- Guard against JSON file problems (#6273)
167+
- Add missing null check (#6268)
168+
- Check for disposed editor (#6265)
169+
- Log bazel mapping differences from analyzer (#6263)
170+
- Update icon version (#6262)
171+
- Use new flutter.json file location (#6261)
172+
- Delete FlutterBazelSettingsNotificationProvider (#6256)
173+
174+
# 69.0
175+
- Build for canary 221 (#6248)
176+
- Revert "Delete code duplicated from Dart (#6113)" (#6246)
177+
- Update .iml for 221 (#6241)
178+
- Disable reader mode for Flutter plugins (#6238)
179+
- Update the build for 2022.2 EAP (#6224)
180+
- Avoid using canonical path for bazel (#6227)
181+
- Reduce error logging for not-useful errors (#6221)
182+
- Ensure disconnect even if import cancelled (#6220)
183+
- Improve import for monorepo projects (#6217)
184+
- Update Flutter commands on Build and Tools menu to run for all Flutter modules (#6215)
185+
- Change how Open in Xcode determines what to open (#6211)
186+
- Update survey announcement (#6210)
187+
188+
# 68.0
189+
- Use distributed icons for current SDK (#6208)
190+
- Update icons (#6207)
191+
- Enable stable platforms (#6202)
192+
- Use correct code to shut down process (#6201)
193+
- Use canonical paths to map symlinks(#6203)
194+
- Enable Windows platform for Flutter 2.10+ (#6195)
195+
- Escape spaces for VM mapping (#6194)
196+
- Stop relying only on .packages for pub banner (#6188)
197+
- Update icon previews to handle new format (#6186)
198+
- Fix typo in actions (#6180)
199+
- Send timing data as a GA event (#6179)
200+
- Check for project disposal before download (#6173)
201+
- Add default token permissions values + pin dependencies (#6152)
202+
- Show meaningful device names (#6158)
203+
- Specify dart bin path (#6153)
204+
- Update CONTRIBUTING.md (#6146)
205+
206+
# 67.1
207+
- Specify dart bin path (#6153)
208+
209+
# 67.0
210+
- Disable new analytics for M67 (#6142)
211+
- Stop running setup on the bots (#6141)
212+
- Update Dart plugin version (#6139)
213+
- Change setting on EDT (#6137)
214+
- Stop using a deprecated method (#6132)
215+
- Refactor Transport for easier logging while debugging (#6129)
216+
- Fix child lines when folding code (#6128)
217+
- Fix analytics (#6119)
218+
- Fix disposer bug (#6120)
219+
- Remove the 30-char limit for project names (#6121)
220+
- Use devtools script to launch bazel devtools (#6115)
221+
- Report flutter SDK version on startup (#6114)
222+
- Add dart devtools for starting server (#6112)
223+
- Delete code duplicated from Dart (#6113)
224+
- Update web URI mapping version (#6110)
225+
- Work around Kokoro Dart plugin problem (#6109)
226+
- Plugin tool improvements (#6106)
227+
- Fix layout issue (#6105)
228+
- Clean up edit.dart (#6104)
229+
- Add more analytics (#5985)
230+
- Update build for 2022.1 (#6102)
231+
- Enable Dart with multiple modules (#6099)
232+
- Look for a single module by name (#6098)
233+
- Add links to 3P plugin docs (#6090)
234+
- Fix config to load into 2021.3 (#6088)
235+
- Move third-party binaries into third_party (#6087)
236+
- This will allow us to assess the security posture of this repository. (#6047)
237+
- Update CONTRIBUTING.md (#6074)
238+
1239
# 66.0
2240
- Use expandable test field for run args (#6065)
3241
- Ignore scratch files during hot reload on save (#6064)

0 commit comments

Comments
 (0)