Releases: skleinei/alfred-confluence
Releases · skleinei/alfred-confluence
Feature Release: Added Data Center/Server support
New Major Release with macOS 12.3+ support
New major version that now works with macOS 12.3 (Monterey) and up.
Notable Improvements:
- Filter by spaces, example:
c search term -s SPACEKEY
(default: search all spaces) - Filter by content types, example:
c search term -t attachment
(default: page,blogpost) - Increase results limit, example:
c search term -l 50
(default: 10) - Use ⌘ as modifier key to directly open page in editor
🚨 Breaking Changes:
- Removed support for Confluence Server/DataCenter (we may add this later)
- Bumped requirement to Alfred 5, because it is using the new workflow configuration UI.
1.0.3
- Fixed issue with authentication Confluence Cloud instances. Authentication require tokens now (see above).
- Improved error handling for authentication issues.
- Fixed issue with Confluence on custom ports. Thanks to @wooyeong and @Frogli.
- Trailing slashes in the confluence_baseUrl should no longer be an issue.