Changelog
v1.4.0 (2025-03-14)
- AI assistant model list has been updated to the latest versions.
- Updated the About dialog with new buttons for contacting support and rating the app.
- Improved the Help menu, adding quick access to support and the app’s website.
- Added a review request prompt to encourage ratings.
v1.3.1 (2025-03-11)
- Fixed a bug where regex replacement expressions were not being stored in the database.
v1.3.0 (2025-03-10)
- Added ECMA-262 validation mode to detect unsupported regex features when working with JavaScript regex. Warnings are displayed in the status bar.
- The multiline regex option is now enabled by default when creating a new pattern.
v1.2.0 (2025-02-24)
- Improved UI by moving regex options from a popover to the right sidebar for better accessibility.
- Added menu items to the Edit menu for copying escaped patterns along with keyboard shortcuts for quick access.
v1.1.0 (2025-02-10)
- The editor now detects if a pasted pattern is escaped and automatically unescapes/decodes it.
- Added settings to automatically escape regex patterns when copying and to escape patterns for use in JSON.
v1.0.1 (2025-02-04)
Fixed a minor issue where the 30-day trial sheet would appear on app launch even after purchasing the full version.
v1.0.0 (2025-01-27)
First release with live preview, syntax highlighting, a built-in regex cheat sheet for quick reference, an AI assistant for generating and explaining patterns, a community pattern library for sharing and discovering regex, a pattern inspector that visualizes and breaks down your regex into tokens with detailed explanations, and full support for macOS Dark Mode.