diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba95590..68bf85e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file. Older changes are summarized on individual commits.
+## [0.7.13.2]
+- Added PHP extension checks
+- Moved icon, thumb, meta, contents into helper
+- Fixed numerous bugs in helper
+- Parallel option in prefs
+- Debug messaging and console
+- Set WAL on dbp for performance
+
## [0.7.13.1]
- Thumb creation bugfix
- App filepath bugfixes
+- Switch to shell wrapper (to enable php bundling)
## [0.7.13.0]
- Rewrites to diskutil code
diff --git a/Console/Console.platypus b/Console/Console.platypus
new file mode 100644
index 0000000..609456b
--- /dev/null
+++ b/Console/Console.platypus
@@ -0,0 +1,65 @@
+
+
+
+
+ AcceptsFiles
+
+ AcceptsText
+
+ Authentication
+
+ Author
+ profiteroles
+ BundledFiles
+
+ Creator
+ Platypus-5.2
+ DeclareService
+
+ DevelopmentVersion
+
+ Droppable
+
+ IconPath
+ /Volumes/Code/Yuba/master/Console/icon.icns
+ Identifier
+ org.profiteroles.Console
+ InterfaceType
+ Text Window
+ InterpreterPath
+ /bin/bash
+ Name
+ Console
+ NibPath
+ /usr/local/share/platypus/MainMenu.nib
+ OptimizeApplication
+
+ Overwrite
+
+ PromptForFileOnLaunch
+
+ RemainRunning
+
+ RunInBackground
+
+ ScriptPath
+ /Volumes/Code/Yuba/master/Console/tail.sh
+ TextBackground
+ #23030e
+ TextFont
+ SFMono-Regular
+ TextForeground
+ #ffc3bd
+ TextSize
+ 11
+ UniformTypes
+
+ public.item
+ public.folder
+
+ UseXMLPlistFormat
+
+ Version
+ 0.1.0.0
+
+
diff --git a/Console/icon.icns b/Console/icon.icns
new file mode 100644
index 0000000..2e4f312
Binary files /dev/null and b/Console/icon.icns differ
diff --git a/Console/tail.sh b/Console/tail.sh
new file mode 100755
index 0000000..3f86bc0
--- /dev/null
+++ b/Console/tail.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+tail -F $1
\ No newline at end of file
diff --git a/MainMenu.nib/designable.nib b/MainMenu.nib/designable.nib
index 1f8472c..af81718 100644
--- a/MainMenu.nib/designable.nib
+++ b/MainMenu.nib/designable.nib
@@ -163,8 +163,7 @@ Gw
-