aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTeddy Wing2021-02-27 19:12:07 +0100
committerTeddy Wing2021-02-27 19:12:07 +0100
commit4792097ca56f278344f18a0a78aaca1278fd146e (patch)
tree8c48974c3a68b955df597a7a5eaa8b7a3afdefa6 /TODO
parent5e0f58d30c08bd294539ede86757970d46cab4f6 (diff)
downloadextreload-4792097ca56f278344f18a0a78aaca1278fd146e.tar.bz2
Move everything from `l/` into the project root
This is the final project. Now that we got rid of the web extension and native host code, we can move the Lisp code to the root.
Diffstat (limited to 'TODO')
-rw-r--r--TODO38
1 files changed, 38 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..1dd2418
--- /dev/null
+++ b/TODO
@@ -0,0 +1,38 @@
+TODO
+
+2021.01.24:
+v WebSockets URL to command line argument (2021.02.03)
+v Command line arguments for extension IDs (2021.02.03)
+v How to wait until all messages are sent before closing the WS connection (2021.01.31)
+
+2021.01.30:
+v `string=` (2021.01.30)
+v `unwind-protect` `with-` macro to close the connection (2021.01.31)
+v wait-group (2021.01.31)
+v `remove` in `filter` (2021.01.30)
+x Release build with ECL (2021.02.27) (Trouble building. The compressed SBCL build is small enough for my liking.)
+
+2021.01.31:
+v sysexits (2021.02.13)
+v Timeout (2021.02.14)
+
+2021.02.02:
+v Option to reload current tab (run `chrome.tabs.reload()` in the last target) (2021.02.08)
+v Config object (2021.02.02)
+
+2021.02.03:
+v Correct call ID numbering when multiple extensions are given (2021.02.03)
+v Catch errors from all signals and print the error message instead of opening the debugger (2021.02.05)
+
+2021.02.08:
+x Find out if we can take a port number only instead of a full WebSocket URL (2021.02.14)
+
+2021.02.14:
+v Clean up code (2021.02.27)
+v Documentation (2021.02.27)
+v Tab reload not working consistently (2021.02.20)
+v Remove or hide debug output (2021.02.27)
+
+2021.02.27:
+- Move Lisp program out of `l/`
+- Man page