Skip to content

Releases: ParthJadhav/Verve

Release v0.3.2: Fix bugs

19 May 14:46
992ebd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

Verve v0.3.1 🎉

05 Jan 12:06
Compare
Choose a tag to compare

Verve v0.3.1

We're happy to release Verve v0.3.1, which includes mainly bug fixes and improvements. A big thank you to our contributors for their hard work and dedication to the project!

What's Changed

  • Fixed issue where certain timezones crashed calculator function @Ty3uK in #28
  • Fixed Copy / Paste not working in verve @ParthJadhav in commit

New Contributors

Full Changelog

View the full changelog

Release v0.3.0 : Calculations Support 📏

03 Jan 12:28
7075a4a
Compare
Choose a tag to compare

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.

Release v0.2.0 : Theme Support 🎨

30 Dec 05:30
5148a64
Compare
Choose a tag to compare

What's Changed

Checkout Readme for more information.

New Contributors

Full Changelog: 0.1.0...0.2.0

👇 Download for Mac:

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.

⚡Release v0.1.0

28 Dec 11:48
Compare
Choose a tag to compare

Verve v0.1.0 Release Notes 🚀

We are excited to announce the first release of Verve, version 0.1.0! 🎉

This release includes the following features and improvements:

  • 🔎 App search and launch: You can search and launch any app on your Mac with an average search time of 3ms.
  • 🔎 File search: You can search for any files within the /users directory of your Mac by adding a / before your search term. In future releases, we will be adding the ability to change the search directory from /users to any other directory.
  • #️⃣ Default shortcut: The default shortcut for launching Verve is CMD + Shift + G.
  • Preferences window: The Preferences window can be accessed by pressing CMD + , or by clicking the menu bar icon and selecting Preferences.
  • 🚀 Launch at login: Verve can be set to launch automatically when you log in to your Mac.

We hope you enjoy using Verve and look forward to bringing you more updates and improvements in the future. If you have any feedback or suggestions, please don't hesitate to reach out to us. 🙌

Full Changelog: https://github.com/ParthJadhav/verve/commits/0.1.0

👇 Download for Mac:

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.