Skip to content

Commit

Permalink
Bumped version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Apr 25, 2024
1 parent 2caefa4 commit bb9a4e2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHANGELOG

## XX/11/2024 - Version 3.3
## 25/04/2024 - Version 3.3

* Added path bar which is shown when a file system item is selected. Can be disabled.
* Now defaults to killing w. SIGTERM. The old behaviour of sending SIGKILL can be set in Prefs.
* Minor bug fixes and improvements.
* Added optional path bar which is shown when a file system item is selected
* Now defaults to killing w. SIGTERM. The old behaviour of sending SIGKILL can be set in Prefs
* Minor bug fixes and improvements

### 30/01/2022 - Version 3.2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Sloth is essentially a friendly, exploratory graphical user interface built on t
Sloth is free, open source software and has been continuously developed and maintained for a very long time (since 2004).
**If you find this program useful, please [make a donation](https://sveinbjorn.org/donations).**

* **[⇩ Download Sloth 3.2](https://sveinbjorn.org/files/software/sloth.zip)** (~1.3 MB, Universal ARM/Intel 64-bit, macOS 10.9 or later)
* **[⇩ Download Sloth 3.3](https://sveinbjorn.org/files/software/sloth.zip)** (~1.2 MB, Universal ARM/Intel 64-bit, macOS 10.13 or later)

Sloth can also be installed via [Homebrew](https://brew.sh) (may not be the latest version):

```shell
brew install --cask sloth
```

Old versions supporting macOS 10.8 and earlier can be downloaded [here](https://sveinbjorn.org/files/software/sloth/).
If you need to run it on 10.9-10.12, version 3.2 works just fine. Older versions supporting macOS 10.8 and earlier can be downloaded [here](https://sveinbjorn.org/files/software/sloth/).


## Screenshots
Expand Down
2 changes: 1 addition & 1 deletion resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>© 2004-2023 Sveinbjorn Thordarson.</string>
<string>© 2004-2024 Sveinbjorn Thordarson.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions source/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
*/

#define PROGRAM_NAME @"Sloth"
#define PROGRAM_VERSION @"3.2"
#define PROGRAM_VERSION @"3.3"
#define PROGRAM_WEBSITE @"https://sveinbjorn.org/sloth"
#define PROGRAM_GITHUB_WEBSITE @"https://github.com/sveinbjornt/Sloth"
#define PROGRAM_DONATIONS @"https://sveinbjorn.org/donations"
#define PROGRAM_GITHUB_WEBSITE @"https://github.com/sveinbjornt/Sloth"

#define LSOF_PATH @"/usr/sbin/lsof"
#define LSOF_ARGS @[@"-F", @"fpPcntuaTdDiR", @"+c0"]
Expand Down
14 changes: 8 additions & 6 deletions sparkle/SlothAppcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
<description>Most recent Sloth releases, with links to signed updates.</description>
<language>en</language>
<item>
<title>Version 3.2</title>
<pubDate>Sunday, 30 Jan 2022 18:15:00 +0000</pubDate>
<enclosure url="https://sveinbjorn.org/files/software/sloth/sloth-3.2.zip" sparkle:version="300" sparkle:shortVersionString="3.2" type="application/octet-stream" sparkle:edSignature="y0vY5a9z3OaXLHN2/UZSbiqo4r38Wdvjta8qWT4D1Jp/Vjbo57f6ClD4TQqf0LOvzJupT7pxEfUAfdOLEco6Cg==" length="1249901"/>
<sparkle:minimumSystemVersion>10.9.0</sparkle:minimumSystemVersion>
<title>Version 3.3</title>
<pubDate>Thursday, 25 Apr 2024 15:15:00 +0000</pubDate>
<enclosure url="https://sveinbjorn.org/files/software/sloth/sloth-3.3.zip" sparkle:version="320" sparkle:shortVersionString="3.3" type="application/octet-stream" sparkle:edSignature="3j94xFzRz3h9FPGwb+lSfKMHExi0CdJWteisnS00z11O9Zr6e5rCBdADl7YCxsW609J+DbxQNkxsREEnBUytAg==" length="1173424"/>
<sparkle:minimumSystemVersion>10.13.0</sparkle:minimumSystemVersion>
<description><![CDATA[
<h2>New in Sloth 3.2</h2>
<h2>New in Sloth 3.3</h2>
<ul>
<li>Various minor bug fixes and interface refinements</li>
<li>Added optional path bar which is shown when a file system item is selected</li>
<li>Now defaults to killing w. SIGTERM. The old behaviour of sending SIGKILL can be set in Settings/Preferences</li>
<li>Minor bug fixes and improvements</li>
</ul>
]]></description>
</item>
Expand Down

0 comments on commit bb9a4e2

Please sign in to comment.