Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alfred v2.3 feedback upgrades #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

TylerEich
Copy link

Alfred 2.3 support

Notable changes:

$sub argument of result() now accepts an associative array of mod values. For example:

array(
  'Default Subtitle',
  'alt' => 'Alternate subtitle',
  'cmd' => 'Command subtitle',
  'shift' => 'Shift subtitle',
  'fn' => 'Function subtitle',
  'ctrl' => 'Control subtitle'
)

If a string is provided rather than an array, it is used in the unmodified <subtitle> element (same as previous behavior).

$text argument of result() is a breaking change. It accepts an associative array of values to be used for the <text> element. For example:

array(
  'copy' => 'Copy value',
  'largetype' => 'Largetype value'
)

Minor changes:

Adjustments to get() function; not yet tested.

Addition of internet() function to check for internet connection (cruft from #1).

vdesabou added a commit to vdesabou/alfred-spotify-mini-player that referenced this pull request May 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant