Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Aug 6, 2020
1 parent 4154e1a commit f298d28
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Maccy/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>0.13.0</string>
<string>0.14.0</string>
<key>CFBundleShortVersionString</key>
<string>0.13.0</string>
<string>0.14.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
24 changes: 14 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,28 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.13.0</title>
<title>0.14.0</title>
<description>
<![CDATA[
<ul>
<li>Migrated global hotkey to use [sindresorhus/KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) package - it looks more native and has better support for non-US keyboards. The migration should happen smoothly, but if the application stops opening with a shortcut, you might need to open preferences and reassign the keyboard shortcut again. If you can't assign a shortcut, create a new issue on GitHub explaining what keyboard shortcut is not working.</li>
<li>Added keyboard shortcut to clear unpinned items (<kbd>OPTION (⌥)</kbd>+<kbd>COMMAND (⌘)</kbd>+<kbd>DELETE (⌫)</kbd>) and clear all items (<kbd>SHIFT (⇧)</kbd>+<kbd>OPTION (⌥)</kbd>+<kbd>COMMAND (⌘)</kbd>+<kbd>DELETE (⌫)</kbd>. The shortcuts also work when the footer is hidden.</li>
<li>Added preference to show pinned items at the bottom of the menu.</li>
<li>Added the menu navigation using <kbd>CONTROL (⌃)</kbd>+<kbd>N</kbd> and <kbd>CONTROL (⌃)</kbd>+<kbd>N</kbd> keyboard shortcuts.</li>
<li>Fixed an issue when preferences window wouldn't be closed using <kbd>COMMAND (⌘)</kbd>+<kbd>W</kbd> keyboard shortcut.</li>
<li>Allow clearing formatting when pasting an item. By default, it can be done by selecting item with <kbd>SHIFT (⇧)</kbd> + <kbd>OPTION (⌥)</kbd> pressed, but can be changed in the preferences.</li>
<li>Support language input helpers when searching (e.g. simplified Chinese input).</li>
<li>Improve performance of Maccy popup by storing the menu in memory.</li>
<li>Play sound effects when a new copy is added or selected. Sounds are disabled by default and should be enabled in the preferences.</li>
<li>Show first, last copied time and number of copies in the tooltip.</li>
<li>Show suffix of long items.</li>
<li>Dim menu bar icon when Maccy is disabled.</li>
<li>Fix a potential crash when disabling Maccy via `defaults` command.</li>
<li>Fix "Pin to" configuration in the preferences.</li>
</ul>
]]>
</description>
<pubDate>2020-06-22</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.13.0</releaseNotesLink>
<pubDate>2020-08-06</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.14.0</releaseNotesLink>
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.13.0/Maccy.app.zip"
sparkle:version="0.13.0"
url="https://github.com/p0deje/Maccy/releases/download/0.14.0/Maccy.app.zip"
sparkle:version="0.14.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit f298d28

Please sign in to comment.