Skip to content

Commit e63d59a

Browse files
committed
Version bump to 1.3.0
Update README.md
1 parent 1ead112 commit e63d59a

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

Bundle Resources/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.2.1</string>
22+
<string>1.3.0</string>
23+
<key>NSAppleEventsUsageDescription</key>
24+
<string>This plug-in is written almost entirely in AppleScript; We need authorization for everything except actually registering ourselves (that is done by an embedded CLI app)</string>
2325
<key>CFBundleSignature</key>
2426
<string>aplt</string>
2527
<key>CFBundleURLTypes</key>
@@ -34,7 +36,7 @@
3436
</dict>
3537
</array>
3638
<key>CFBundleVersion</key>
37-
<string>1.2.1</string>
39+
<string>1.3.0</string>
3840
<key>LSMinimumSystemVersionByArchitecture</key>
3941
<dict>
4042
<key>x86_64</key>

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
# Deluge-Magnet-Handler
22
### OSX Applescript handler to open magnet URLs in Deluge.app
33

4+
## Current Version
5+
- Version: 1.3.0
6+
- Date: 2018-12-118
7+
8+
## Known Issues
9+
-
10+
# Release Notes
11+
12+
## [1.3.0] - 2018-12-118
13+
+ ### Changed
14+
+ registerHandler:
15+
+ is provided straight as the statically-linked product of its Xcode project.
16+
+ Made some cosmetic changes to the usage message.
17+
+ Using -register now returns 0 on success and forwards whatever numeric error we get on failure to the AppleScript GUI.
18+
+ Main bundle:
19+
+ Use a more robust method to determine locations of icon files, as well as registerHandler.
20+
+ The app now doesn't always presume success. The success message is only shown if registerHandler returns 0.
21+
+ The whole bundle is now codesigned and linked against 10.14 SDK.
22+
23+
424
# Instructions
25+
*Note: If on 10.14+, the application will ask for permission to control several other apps; including `Finder.app`, `System Events.app` and possibly itself (don't ask).*
26+
527
1. ) Install to "Applications" folder.
6-
2. ) Run The application once by double-clicking it on the Finder, it should ask you to associate itself to magnet URIs.
7-
3. ) Go to a browser and click on a magnet to test it.
28+
2. ) Run The application once by double-clicking it on the Finder, the application will then prompt you to register itself as the default handler for torrent files.
29+
3. ) Go to a browser and click on a magnet to test it.

0 commit comments

Comments
 (0)