aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-04 00:44:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-04 00:44:45 -0300
commit13c618f61e16ec47ff982be3a509a8918ec18887 (patch)
tree3b555e45568d3e45da838e42ae2dbdaee23057d5 /ChangeLog.md
parent5cdf514d462b4802f214b512baa5fa8eeebd26cc (diff)
downloadapps-13c618f61e16ec47ff982be3a509a8918ec18887.tar.gz
apps-13c618f61e16ec47ff982be3a509a8918ec18887.tar.bz2
Updates TODO and adds ChangeLog
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
index 0000000..d2ecb12
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,9 @@
+# ChangeLog
+
+## 2024-08-04 - Usability
+
+* [x] Speed up the `status` command:
+ * [x] `status`: run `mrconfig-updater` less often (only if `~/.custom/mrconfig-automatic` is
+ older than an hour or so, or just at every `X` runs (like `git-config-save`)).
+ * [~] `todo`: run find less often by keeping a `~/.cache/todo` file with the list of TODO
+ files; no need since these `find` invocations are quick.