@@ -10,24 +10,6 @@ Release Notes ⋮
1010[ high-priority issues ] : https://github.com/davidfstr/Crystal-Web-Archiver/issues?q=is%3Aopen+is%3Aissue+label%3Apriority-high
1111[ medium-priority issues ] : https://github.com/davidfstr/Crystal-Web-Archiver/issues?q=is%3Aopen+is%3Aissue+label%3Apriority-medium
1212
13- ### main
14-
15- * Workflow improvements
16- * When reopening a project, restore download tasks correctly.
17-
18- * Testing improvements
19- * Increased determinism and speed of tests that perform downloads.
20-
21- * Development improvements
22- * Manually bring app to front on macOS when run from source,
23- to workaround a wxPython 4.2.3 bug.
24- * Show correct Dock icon on macOS when run from source.
25- * Code coverage statistics can now be gathered using the ` coverage ` tool.
26-
27- * Minor fixes
28- * Fix rare IndexError that could occur when starting new downloads at the
29- same time as other downloads are running.
30-
3113### v2.0.0 (September 26, 2025)
3214
3315Crystal 2.0 is a huge release with many new features and all-new tutorials!
@@ -175,6 +157,24 @@ New contributors are actively welcome to help enhance Crystal going forward!
175157 * When Quit is selected from Crystal's Dock icon on macOS,
176158 Crystal will actually quit.
177159
160+ #### v2.0.2 (October 19, 2025)
161+
162+ * Workflow improvements
163+ * When reopening a project, restore download tasks correctly.
164+
165+ * Testing improvements
166+ * Increased determinism and speed of tests that perform downloads.
167+
168+ * Development improvements
169+ * Manually bring app to front on macOS when run from source,
170+ to workaround a wxPython 4.2.3 bug.
171+ * Show correct Dock icon on macOS when run from source.
172+ * Code coverage statistics can now be gathered using the ` coverage ` tool.
173+
174+ * Minor fixes
175+ * Fix rare IndexError that could occur when starting new downloads at the
176+ same time as other downloads are running.
177+
178178### v1.11.0 (August 6, 2025)
179179
180180This release contains many improvements to the first-run experience:
0 commit comments