ChangeLog.md in gumdrop-0.7.5 vs ChangeLog.md in gumdrop-0.8.0
- old
+ new
@@ -1,4 +1,14 @@
+# v0.8.0
+- Leveraging Thor for new CLI support.
+- Added watch command to watch filesystem and auto-compile.
+- You can now add commands to the gumdrop command for your site. Use `tasks` block in Gumdrop file.
+- Report rendering errors better.
+- Code cleanup and reorganization.
+- Generators keep track of generated content.
+- Bugfix: Files without layouts won't throw an exception.
+- New subdued output mode, cli '-s' flag
+
# v0.7.5
- Gumdrop dev server will serve up files from output_dir if the file isn't found in the source tree.
- Added new template: blank
- Coerces content into UTF-8, if it can, when relativizing paths (to work around encoding bugs).
- Content class defers a lot of stuff from the initializer (for slightly faster startup).