aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cc32c73..02fff71 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,9 +1,10 @@
0.32
+- new plugin: lightspeed
- fs.frame: |title this is the main window(
- fs.copy: transcolor <r> <g> <b> to set the transparent color
- better gol algo (Plugins\gol.c)
- added 1d cell automata where each iteration will add a new row: Plugins\rowca
-- added arguments-class in pixels.h to ease parsing arguments to plugins.
+- added arguments-class in pixels.h to ease parsing arguments in plugins.
example:
void perform_effect(_frame f, _args a)