Skip to content

Commit

Permalink
Updated project + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Apr 26, 2024
1 parent bb9a4e2 commit 8ac0946
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## 25/04/2024 - Version 3.3
## Sloth version history

### 25/04/2024 - Version 3.3

* 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
Expand Down
4 changes: 2 additions & 2 deletions Sloth.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1500;
LastUpgradeCheck = 1530;
ORGANIZATIONNAME = "Sveinbjorn Thordarson";
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Sloth" */;
Expand Down Expand Up @@ -486,7 +486,7 @@
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_POSTPROCESSING = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = NO;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_CW_ASM_SYNTAX = NO;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
LastUpgradeVersion = "1530"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 0 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@
* "Copy" on app/process should copy filesystem representation if possible
* Update antiquated screenshots in README
* Get contextual menu working properly in path bar (like in KatSearch)

# TODO for Sloth 3.3

DONE * Always (re)select "General" tab when Preferences are shown
DONE Show Path Control w. selected path at bottom of table view when item selected
DONE * SIGTERM vs. SIGKILL

0 comments on commit 8ac0946

Please sign in to comment.