summaryrefslogtreecommitdiff
path: root/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.html')
-rw-r--r--changelog.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelog.html b/changelog.html
index 936cd43..39d3224 100644
--- a/changelog.html
+++ b/changelog.html
@@ -4,6 +4,18 @@
<meta charset="utf-8">
</head>
<body>
+ <h1>6</h1>
+ <ul>
+ <li>Actually switch compiler from Clang++ to G++.</li>
+ <li>Add more command-line arguments.</li>
+ <li>Move all data variables into seperate files.</li>
+ <li>Update <i>README.md</i>.</li>
+ <li>Remove PPM as a supported format.</li>
+ <li>Change maximum resolution to 65536.</li>
+ <li>Change maximum number of threads to 65536.</li>
+ <li>Fix WebP encoding.</li>
+ <li>Create temporary renderer that renders a <i>test</i> image using multiple threads.</li>
+ </ul>
<h1>5</h1>
<ul>
<li>Automatically detect number of threads.</li>