2022.2
iOS
- Added JSON and XML syntax highlighting to request and message text body compose views.
macOS
- Fixed raise condition when parsing high trafic Web-Socket connections.
2022.1
- You can now create WebSocket severs locally within the app.
- Connecting to self signed SSL endpoints that have been truested and added to keychain is not possible.
- Fixed failed SSL handshake when connected to TLC secure WebSocket domains.
- Fixed crash when handeling high frequency WebSocket connections.
2021.6
- Cleora now supports keyboard shortcuts on iOS/iPadOS as well!
- You can now create groups to organise your requests/messages.
- Drag and drop in files on iOS and iPadOS to request/message bodies.
- Preserves File body content type on drag drop and file picking with file browser.
- Send and receive larger WebSocket messages (that span over multiple WebSocket frames).
- New UI to send WebSocket frames from WebSocket connections (you can also drag drop messages from the sidebar onto this new frame view to send them).
2021.5
- Fix issue when creating connections to WebSocket and http servers on non-standard ports
- Fixed issue with rapid text entry
2021.4
- Fix bug with handling of query params on requests
2021.3
- Add the ability to rename requests
- UI cleanup of detail views
2021.2
A few small UX improvments:
- Automatically extract request schema and query string from URLs after editing the URL
- Limit HTTP exchange items listed in the sidebar and sort them by the creation date
- Right Click to delete exchange items
- Reconnect/Resend requests from the exchange
2021.1
Full rewrite of the application to natively support macOS on Intel and Apple Silicon 🎉
Cleora is also now a document based application!
- Adding macOS support, a single purchase on the app store now includes moth the iOS/iPadOS application and the macOS application.
- Using new networking stack now accurately respects header order and supports repeated headers with the same key both in the request and in the response.
- Save and share your api collections to disk.
2020.11
Small bug fixes and changes to remove subscription pricing.
2020.10
In this version we added support for iOS 14 and iPadOS 14.
2020.9
- Fixed bug with scrolling in request list, when summoning a context menu
- Made it easier to focus on text fields in headers and query parameters
- Fixed race condition in body subviews
2020.8
- Request and response body previews for various content types such as HTML, PDF and images
- Unlimited size for HTTP request and WebSocket message bodies as file attachments to your project on iPad
- Export of request and response bodies through share sheet
- WebSocket message templates as text or file attachments on iPad
- Autocomplete suggestions for common header names and values
- General UI fixes and improvements, such as scroll to new messages in active WebSocket connections and reduced flickering in edit mode
2020.7
- Added state restoration on HTTP and WebSocket exchange history: the app now remembers the selected state per request
- UI improvements to reduce flickering while typing
- Fixed crashes when navigating with keyboard shortcuts while a context menu or a popover is open
2020.6
- Improved state restoration
- New keyboard shortcuts for navigating the list view
- Updated app icon
2020.5
- Improved mouse cursor support
- Added keyboard shortcuts for creating new requests and messages, duplicating, deleting and renaming records in the list
- New icons for switching between request editing and connection history views
2020.4
- Better error handling for licensing and document errors
2020.3
- Rename requests in the list from the long press context menu
- View the request elapsed time in the response view
- Select All option now available in text views
- Performance improvements to scrolling in line-numbered text view
2020.2
- Duplicate or delete requests from the list by long pressing on a request with new context menus
- Save common messages for WebSocket connections directly from the list of requests
- Bug fixes
1.0
Cleora is Live!