jcs
/wikipedia
/amendments
/58
README: 1.1 final
jcs made amendment 58 about 1 year ago
--- README	Mon Oct 16 19:03:56 2023
+++ README	Mon Nov  6 11:50:16 2023
@@ -2,7 +2,7 @@ Wikipedia Reader
 Written by joshua stein <jcs@jcs.org> - http://jcs.org/wikipedia
 
 Wikipedia Reader is free software; see the LICENSE file for
-copyright/licensing
+copyright/licensing.
 
 This reader requires access to Wikipedia's API which is currently only
 available over TLS.  To work around this, the program relies on
@@ -21,6 +21,13 @@ Cloudflare.  To use your own proxy with nginx, use a c
 Once set up, the host used by the reader can be changed in the Settings menu.
 
 Changelog:
+
+1.1 - 2023-11-06
+	- Add support for opening multiple windows
+	- When clicking a hyperlink with the Command key down, open the link in
+		a new window
+	- Try allocating more memory to resize internal buffers when parsing
+		rather than just giving up right away
 
 1.0 - 2023-10-17
 	- Initial release