summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-05-02 07:19:37 -0500
committerColin Okay <cbeok@protonmail.com>2020-05-02 07:19:37 -0500
commit707d7fa15a401c1ac738bf42dc6f9c5a49c9268b (patch)
treed69a178e90532c815de1b310113a8a95c303bcd3
parentfb64c020de0c9d9133850a7b16b09d9c878729f8 (diff)
version bump - breaking compatability
This version includes a customizable hardcopy protocol. You can specialize the generic functions hardcopy-plist and hardcopy-plist-keys for each of your subclasses and granolin will know to combine them all before saving to or restoring from hardcopy. Hardcopy PLISTs must now use SYMBOLs suitable for slot names instead of KEYWORD symmbols.
-rw-r--r--granolin.asd4
-rw-r--r--plugins.lisp (renamed from utility-apps.lisp)0
2 files changed, 2 insertions, 2 deletions
diff --git a/granolin.asd b/granolin.asd
index 4ca567a..3f0dcd4 100644
--- a/granolin.asd
+++ b/granolin.asd
@@ -4,11 +4,11 @@
:description "Lisp learns how to spam Matrix servers."
:author "cbeok@protonmail.com"
:license "AGPLv3.0"
- :version "0.0.1"
+ :version "0.1.0"
:serial t
:depends-on (#:drakma #:jonathan #:local-time)
:components ((:file "package")
(:file "macros")
(:file "utils")
(:file "granolin")
- (:file "utility-apps")))
+ (:file "plugins")))
diff --git a/utility-apps.lisp b/plugins.lisp
index d9834ad..d9834ad 100644
--- a/utility-apps.lisp
+++ b/plugins.lisp