What's New
1.0.4 (2025-02-26)
Added
- Base64 Encoder/Decoder: New setting that allows you to encode/decode each line separately
- Unix Time Converter: You can now input a Date to get its Unix Timestamp.
- New Convert Date To Unix Timestamp shortcuts action: It allows you to select a date and get the corresponding unix timestamp
- CLI: The
time
command of toolycli
now support date
as input, allowing you to get its unix timestamp.
1.0.3 (2025-02-04)
Added
- CLI:
toolycli
now reports its version number with the --version
option.
- Number Base Convert: Ability to select a custom base (between 2 and 60) for Input and Output
Fixed
- CLI: Usage incorrectly displayed the command as being
tooly-cli
instead of toolycli
.
Changed
- iPad:
General
and Tools
settings are now grouped under the Configuration
section.
- CLI: All command line tool that requires an input now uses an
argument
instead of an option
, and sensible default values are set.
- CLI: Tools are now into grouped (corresponding to the one in the app), so help is easier to read.
1.0.2 (2025-01-14)
Added
- Add support for monthly subscription
- Hash Generator and Hash Validator: Add supports SHA3 hashing algorithm
- Hash Generator: New option menu to select the SHA3 variant.
- UUID Generator: Add support for UUID v6.
- New tool: URL Encode and Decode.
Changed
- Improved AppIntents Action name and localization
- Improved AppIntents Action description and localization
- Improved Tools naming and localization.
- New vertical design for the Hash Generator tool, for better reading of results.
Removed
- Removed the "File" menu as it is not used for now.
1.0.1 (2024-11-21)
Added
- JSON to Swift: Add the ability to specify a type name suffix.
Cmd+1
to Cmd+0
for tools keyboard shortcuts.
- Those keyboard shortcuts are configurable in the Settings.
- New tool: Date formatter
Fixed
- Fixed the Sidebar layout on iPad that was not matching the stocks apps layout.
- JSON to YAML: Might generate invalid YAML, depending on the characters in the sequence.
- JSON to XML: The root element was missing when the JSON only has root elements.
- JSON to Swift: Fixed issue with nested type not being populated.
- JSON to Swift: Fixed special characters not being removed from properties and types name.
= Upsell screen layout issue on iPad fixed.
Changed
- The app now relies on the
.inspector
modifier to show the right info bar, instead of a custom presenter.
- Tools are now grouped by category per default.
- In Trial it is no longer possible to deactivate tools
Removed
- The app no longer allow to hide/show by default the right information bar from the settings on macOS as there is a "?" button.
- The Upsell is not part of the onboarding experience anymore.
1.0 (2024-11-04)
Added