Skip to content

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