Skip to content

Commit

Permalink
Version 1.9 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Jun 7, 2017
1 parent 423f76b commit a0de88b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 13 deletions.
20 changes: 10 additions & 10 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

## Change history for Sloth:

### 06/06/2017- Version 1.9

DONE * Fixed collapse all bug with Get Info window open
DONE * Cmd F should focus on filter field
DONE * Write file to clipboard on item copy if file and exists
DONE * Cmd-double-click now reveals in Finder
DONE * Fixed Expand/Collapse all labeling bug on launch
DONE * File drag and drop from outline view

* GUI size toggle, View menu
### 07/06/2017- Version 1.9

* Files can now be dragged and dropped
* Cmd-F now focuses on filter field
* File representations can now be copied to the clipboard
* Cmd-double-click now reveals file in Finder
* Fixed various minor user interface bugs
* Fixed collapse all bug with Get Info window open
* New compact interface size option
* Fixed broken permissions display for non-bundle processes in Info window

### 03/05/2017 - Version 1.8

Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sloth is basically a GUI on top of the powerful `lsof` command line tool. The ou

## Download

* [Download Sloth 1.8](http://sveinbjorn.org/files/software/sloth.zip) (~0.5 MB, Intel 64-bit only)
* [Download Sloth 1.9](http://sveinbjorn.org/files/software/sloth.zip) (~0.5 MB, Intel 64-bit only)

## Requirements

Expand All @@ -23,6 +23,17 @@ Sloth is basically a GUI on top of the powerful `lsof` command line tool. The ou

## Version history

### 07/06/2017- Version 1.9

* Files can now be dragged and dropped
* Cmd-F now focuses on filter field
* File representations can now be copied to the clipboard
* Cmd-double-click now reveals file in Finder
* Fixed various minor user interface bugs
* Fixed collapse all bug with Get Info window open
* New compact interface size option
* Fixed broken permissions display for non-bundle processes in Info window

### 03/05/2017 - Version 1.8

* Sloth is now code-signed
Expand Down
4 changes: 2 additions & 2 deletions resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8</string>
<string>1.9</string>
<key>CFBundleVersion</key>
<string>1.8</string>
<string>1.9</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
21 changes: 21 additions & 0 deletions sparkle/SlothAppcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@
<description>Most recent release list for Sloth, with links to signed updates.</description>
<language>en</language>

<item>
<title>Version 1.9</title>
<pubDate>Wed, 7 Jun 2017 11:45:00 +0000</pubDate>
<enclosure url="http://sveinbjorn.org/files/software/sloth/sloth-1.9.zip" sparkle:version="56" sparkle:shortVersionString="1.9" length="429231" type="application/octet-stream" sparkle:dsaSignature="MEQCIHp2lP1wgylpswAgwUcd2YhfgUExpZilL28Bwac7ngKJAiAKfX5ckOUM90Bi
NFJ/FCh2/yj+GUvT5WYRSNO4S4McYg=="/>
<sparkle:minimumSystemVersion>10.8.0</sparkle:minimumSystemVersion>
<description><![CDATA[
<h2>Version 1.9 Changes</h2>
<ul>
<li>Files can now be dragged and dropped</li>
<li>Cmd-F now focuses on filter field</li>
<li>File representations can now be copied to the clipboard</li>
<li>Cmd-double-click now reveals file in Finder</li>
<li>Fixed various minor user interface bugs</li>
<li>Fixed collapse all bug with Get Info window open</li>
<li>New compact interface size option</li>
<li>Fixed broken permissions display for non-bundle processes in Info window</li>
</ul>
]]></description>
</item>

<item>
<title>Version 1.8</title>
<pubDate>Wed, 3 May 2017 15:45:00 +0000</pubDate>
Expand Down

0 comments on commit a0de88b

Please sign in to comment.