Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Lord-Kamina committed Dec 18, 2018
1 parent 1ead112 commit e63d59a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Bundle Resources/Info.plist
Expand Up @@ -19,7 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.3.0</string>
<key>NSAppleEventsUsageDescription</key>
<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>
<key>CFBundleSignature</key>
<string>aplt</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.2.1</string>
<string>1.3.0</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
Expand Down
26 changes: 24 additions & 2 deletions README.md
@@ -1,7 +1,29 @@
# Deluge-Magnet-Handler
### OSX Applescript handler to open magnet URLs in Deluge.app

## Current Version
- Version: 1.3.0
- Date: 2018-12-118

## Known Issues
-
# Release Notes

## [1.3.0] - 2018-12-118
+ ### Changed
+ registerHandler:
+ is provided straight as the statically-linked product of its Xcode project.
+ Made some cosmetic changes to the usage message.
+ Using -register now returns 0 on success and forwards whatever numeric error we get on failure to the AppleScript GUI.
+ Main bundle:
+ Use a more robust method to determine locations of icon files, as well as registerHandler.
+ The app now doesn't always presume success. The success message is only shown if registerHandler returns 0.
+ The whole bundle is now codesigned and linked against 10.14 SDK.


# Instructions
*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).*

1. ) Install to "Applications" folder.
2. ) Run The application once by double-clicking it on the Finder, it should ask you to associate itself to magnet URIs.
3. ) Go to a browser and click on a magnet to test it.
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.
3. ) Go to a browser and click on a magnet to test it.

0 comments on commit e63d59a

Please sign in to comment.