File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -163,11 +163,27 @@ Release Notes ⋮
163
163
[ high-priority issues ] : https://github.com/davidfstr/Crystal-Web-Archiver/issues?q=is%3Aopen+is%3Aissue+label%3Apriority-high
164
164
[ medium-priority issues ] : https://github.com/davidfstr/Crystal-Web-Archiver/issues?q=is%3Aopen+is%3Aissue+label%3Apriority-medium
165
165
166
- ### v1.1.1b <small >(TBD)</small >
166
+ ### v1.1.1b <small >(April 2, 2021)</small >
167
+
168
+ Several first-time-launch issues were fixed. And domains are now recognized
169
+ in a case-insensitive fashion, eliminating duplicate URLs within some sites.
167
170
168
171
* macOS Fixes
169
172
* Fix argument processing issue that prevented app launch on
170
173
macOS 10.14 Mojave.
174
+ * Bundle HTTPS certificates from the
175
+ [ certifi] ( https://pypi.org/project/certifi/ ) project.
176
+
177
+ * Windows Fixes
178
+ * Embed VCRUNTIME140.dll so that Crystal does install reliably on
179
+ a fresh Windows 7 machine.
180
+
181
+ * Serving & link-rewriting improvements
182
+ * Treat domain names in a case-insensitive fashion.
183
+
184
+ * Miscellaneous
185
+ * Can delete entire resources from the Crystal CLI,
186
+ in addition to resource revisions.
171
187
172
188
### v1.1.0b <small >(March 22, 2021)</small >
173
189
You can’t perform that action at this time.
0 commit comments