Skip to content

Release v0.3.0 : Calculations Support πŸ“

Compare
Choose a tag to compare
@ParthJadhav ParthJadhav released this 03 Jan 12:28
· 15 commits to master since this release
7075a4a

What's New

  • Added calculation feature: The calculation feature allows you to perform calculations and conversions using natural language input. Some examples of the types of calculations that are now supported include:

    • 10% of 200
    • 10 * 20
    • 180 is 10% of what
    • tomorrow
    • 14 Jan - 2 days
    • 188 days
    • 1 mb to byte
    • 47 to binary
    • 10 pound to kg
  • Refactored codebase

Bug Fixes

  • Fixed issue where the 'space' key was not being recognized

For the full changelog, see: 0.2.0...0.3.0

πŸ‘‰ Download here for both Intel & ARM Macs.


For M1 & M2 series Mac users who want to use the native aarch64 app.

  1. Download verve_aarch64.dmg
  2. Copy the App to Applications
  3. xattr -c /Applications/verve.app
    Verve is not signed so M1 & M2 Macs refuses to open them. Doing above steps would allow you to use it normally.