diff --git a/CHANGELOG.md b/CHANGELOG.md index 90660f4..fbe90b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.7] +- Updated Pashua binary + ## [0.1.6] - Preferences, version, console menu items - Fix UTF-8 character bug diff --git a/MinatPrefs.php b/MinatPrefs.php index 6798013..24d830d 100755 --- a/MinatPrefs.php +++ b/MinatPrefs.php @@ -17,8 +17,8 @@ if(!$p['destpath']) { // Load strings -$strings[] = array("Temp","Inline","Custom"); -$strings[] = array("Do nothing","Quicklook","Show in Finder","Open with handler..."); +$strings[] = array("Temp","Inline","Custom (specify below)"); +$strings[] = array("Do nothing","Quicklook","Show in Finder","Open with handler (specify below)"); $strings[] = array("Rename","Transcode","Spectrogram"); $result = Pashua::showDialog(makeWindowString($p, $strings)); diff --git a/minat.icns b/minat.icns index 628abcb..1fa4258 100644 Binary files a/minat.icns and b/minat.icns differ diff --git a/version.txt b/version.txt index a192233..a1e1395 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.6 \ No newline at end of file +0.1.7 \ No newline at end of file