PackageTrack
Sign in Get early access

github.com/electrikmilk/cherri

v1.3.2 #1082 most downloaded on Go modules electrikmilk/cherri

What this package is like to depend on

Last release 25 days ago

29 Jul 2026

Release timing varies

gaps range from 1 weeks to 3 months

Some releases are documented

notes for 5 of 10 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

123 releases · first in 2023

16 releases in the last 12 months

see the full history below

Release timeline

123 releases · Feb 2023 to Jul 2026
2024 2025 2026
Release Pre-release

Releases

latest 60 of 123
  1. v1.3.3-0.20260729192402-951c0bb3c34e 29 Jul 2026 pre-release

    Nothing published for this version

  2. v1.3.3-0.20260607010353-68f3f3feaf00 07 Jun 2026 pre-release

    Nothing published for this version

  3. v1.3.3-0.20260523005242-d2072c62ea70 23 May 2026 pre-release

    Nothing published for this version

  4. v1.3.3-0.20260510172623-9b800a8cdbcf 10 May 2026 pre-release

    Nothing published for this version

  5. v1.3.3-0.20260503045039-dabf3fb15ba5 03 May 2026 pre-release

    Nothing published for this version

  6. v1.3.3-0.20260501233822-6bf27c60a764 01 May 2026 pre-release

    Nothing published for this version

  7. v1.3.3-0.20260429192039-0b609f4dc6bf 29 Apr 2026 pre-release

    Nothing published for this version

  8. v1.3.3-0.20260124174007-2ca7dfea38ef 24 Jan 2026 pre-release

    Nothing published for this version

  9. v1.3.3-0.20251214152912-c19e8d8da382 14 Dec 2025 pre-release

    Nothing published for this version

  10. v1.3.3-0.20251122032501-c70d97d2c586 22 Nov 2025 pre-release

    Nothing published for this version

  11. v1.3.2 02 Nov 2025
    Release notes

    Hotfix

    • Fixes issue where using fewer arguments than the number of arguments would leave the params empty or default.

    Full Changelog: v1.3.1...v1.3.2

    Open source →
  12. v1.3.1 01 Nov 2025
    Release notes

    Hotfixes

    • Fixes a silly bug where if there was no file argument, we panicked 🙃
    • Fix issues with doc comments and pre-parsing comment collecting. I thought this was fixed in the last release, but this should finally fix it properly. The previous release wouldn't include comments in the Shortcut at all if you used the --comments argument.

    Full Changelog: v1.3.0...v1.3.1

    Open source →
  13. v1.3.1-0.20251026014713-fb3bbd5697fb 26 Oct 2025 pre-release

    Nothing published for this version

  14. v1.3.0 26 Oct 2025
    Release notes

    Breaking changes

    • [ ! ] File name argument MUST be the first argument. Previously, this could be any argument. This has been done for consistency of arguments.
    • [ ! ] Custom actions are now called functions to differentiate them from action definitions. #118
    • [ ! ] Action definitions have dropped the #define prefix.

    Highlights

    • Lots of clean-up, complexity reduction, single responsibility, etc.
    • Optimized output file size - Shortcut/Plist files are now with fewer lines, with an optimization to remove some empty values at the top level.
    • Search action definitions in a file - You can now run a Cherri file with the --action= argument to search action definitions defined in that file. Keep in mind, this will also search any included files.
    • Glyphs search now outputs all glyphs when no input is provided.

    Fixes

    • Issues with some lines with slashes getting recognized as comments.
    • Excluding comments from action include files. This was supposed to have been prevented in the past, but is now fixed.
    • Adds alternate color codes to decompilation. Now that we have these codes, more Shortcut colors will decompile.
    • Some incorrect file names and line numbers in compiler warnings and errors.
    • Multiple Mac definitions being added to decompilations
    • Spacing issues with decompilations
    • Allow constants to be instantiated that are also assigned to variables later in decompilations

    Signing

    Signing seems to have been fixed in macOS 26 Tahoe, so you shouldn't be required to use HubSign if you are on a machine running macOS 26.

    Everything else

    New Contributors

    What's Next?

    • Playground focus: I've noticed some serious usability issues on mobile that I missed before, and these issues will be addressed. Additionally, I will review the playground's usability experience, responsiveness, and address some known issues and any issues I discover along the way.
    • Documentation site fixes: This has already happened, but much of the documentation has been updated for this release and has also been improved in usability.
    • Continuing to test and fix issues with decompile/import. I use the iCloud Link of popular Shortcuts on RoutineHub to get their plist and compare the results when decompiled. There still seems to be some issues identifying when we should allow variables and constants to be declared.

    Thanks so much!

    Full Changelog: v1.2.0...v1.3.0

    Open source →
  15. v1.2.0 28 Sep 2025
    Release notes

    What's Changed

    iOS 26 Update

    • Adds 26 client version, and now default outputs Shortcuts that use the new client version.
    • Add Apple Intelligence actions by @electrikmilk in #113
    • Adds actions like Find Message, Find Email, and more.
    • Updates QR code action to accept custom foreground and background colors.
    • Adds search and spotlight workflows, use from search to appear in search, from spotlight to also receive input from macOS Spotlight using ShortcutInput.
    • Adds 100+ new glyphs.

    Homebrew Formulae

    We now have a Homebrew Formulae for the CLI: https://github.com/electrikmilk/homebrew-cherri

    Breaking changes

    • RepeatIndex is now of type integer, so that it can be used for comparison.

    Everything else

    • Adds actions to get and set Focus Mode.
    • Adds constraints to Magnifier actions.
    • and even more actions...

    Full Changelog: v1.1.2...v1.2.0

    Open source →
  16. v1.1.2 27 Aug 2025
    Release notes

    What's changed

    • Reverts number() action value type to variable for easy value coercion.
    • Documentation fixes.
    • Fixes the decompiling of multiplication and division in expressions and adds addition as the default operation.
    • Indents decompiled multiline comments properly.
    • Updates variable type in the list of types in the types error.
    • Fixes custom action calls with string values being wrapped in quotes.

    New Logo

    I created a new version of the Cherri logo I think is much nicer and will allow for the unification of the macOS app icon and the logo. I set out to create a logo like that, one that will last a while.

    Upcoming Apple Intelligence actions

    • #113 Adds Apple Intelligence actions and includes comments during the development about the capabilities and implementation.

    This will be merged later when iOS 26, macOS 26, etc., are released to the public in mid-late September, which will likely coincide with the next release.

    Full Changelog: v1.1.1...v1.1.2

    Open source →
  17. v1.1.2-0.20250820224434-c44d4094b442 20 Aug 2025 pre-release

    Nothing published for this version

  18. v1.1.2-0.20250820031038-110005751beb 20 Aug 2025 pre-release

    Nothing published for this version

  19. v1.1.1 19 Aug 2025

    Nothing published for this version

  20. v1.1.0 04 Aug 2025

    Nothing published for this version

  21. v1.0.2-0.20250609015025-05e750d52d51 09 Jun 2025 pre-release

    Nothing published for this version

  22. v1.0.2-0.20250517225723-a3909e3abe43 17 May 2025 pre-release

    Nothing published for this version

  23. v1.0.2-0.20250517214546-ae3860778944 17 May 2025 pre-release

    Nothing published for this version

  24. v1.0.1 17 May 2025

    Nothing published for this version

  25. v1.0.1-0.20250506034406-64d09571756e 06 May 2025 pre-release

    Nothing published for this version

  26. v1.0.0 06 May 2025

    Nothing published for this version

  27. v0.2.9-beta 07 Apr 2025 pre-release

    Nothing published for this version

  28. v0.2.8-beta.0.20250407010353-cab1a57daafc 07 Apr 2025 pre-release

    Nothing published for this version

  29. v0.2.8-beta 05 Apr 2025 pre-release

    Nothing published for this version

  30. v0.2.7-beta.0.20250401041740-3ba1d8d9970f 01 Apr 2025 pre-release

    Nothing published for this version

  31. v0.2.7-beta 01 Apr 2025 pre-release

    Nothing published for this version

  32. v0.2.6-beta 24 Mar 2025 pre-release

    Nothing published for this version

  33. v0.2.5-beta 11 Feb 2025 pre-release

    Nothing published for this version

  34. v0.2.4-beta.0.20241206021843-5625ab460aaf 06 Dec 2024 pre-release

    Nothing published for this version

  35. v0.2.4-beta.0.20241206014237-0b50db7e87b7 06 Dec 2024 pre-release

    Nothing published for this version

  36. v0.2.4-beta.0.20241206000028-3dc6fb97d519 06 Dec 2024 pre-release

    Nothing published for this version

  37. v0.2.4-beta.0.20241203235546-a365eb1bbcb9 03 Dec 2024 pre-release

    Nothing published for this version

  38. v0.2.4-beta.0.20241125231227-4f9cc972f6e8 25 Nov 2024 pre-release

    Nothing published for this version

  39. v0.2.4-beta.0.20241111003540-4fb1f03e6642 11 Nov 2024 pre-release

    Nothing published for this version

  40. v0.2.4-beta.0.20241016033228-50cfcb153fad 16 Oct 2024 pre-release

    Nothing published for this version

  41. v0.2.4-beta 14 Oct 2024 pre-release

    Nothing published for this version

  42. v0.2.3-beta.0.20241014205520-42970a0373e4 14 Oct 2024 pre-release

    Nothing published for this version

  43. v0.2.3-beta.0.20240902173451-9de6ef07844e 02 Sep 2024 pre-release

    Nothing published for this version

  44. v0.2.3-beta.0.20240819205845-0f1b5163f6e8 19 Aug 2024 pre-release

    Nothing published for this version

  45. v0.2.3-beta.0.20240805001527-f7b6a250e7cc 05 Aug 2024 pre-release

    Nothing published for this version

  46. v0.2.3-beta 27 Jun 2024 pre-release

    Nothing published for this version

  47. v0.2.2-beta.0.20240627230653-b5018b344adf 27 Jun 2024 pre-release

    Nothing published for this version

  48. v0.2.2-beta.0.20240530004451-7427e45f4880 30 May 2024 pre-release

    Nothing published for this version

  49. v0.2.2-beta.0.20240526182456-e13a258ad877 26 May 2024 pre-release

    Nothing published for this version

  50. v0.2.2-beta 25 May 2024 pre-release

    Nothing published for this version

  51. v0.2.1-beta.0.20240525182652-a9c595da4c54 25 May 2024 pre-release

    Nothing published for this version

  52. v0.2.1-beta.0.20240519205058-446a6d0d416a 19 May 2024 pre-release

    Nothing published for this version

  53. v0.2.1-beta 30 Apr 2024 pre-release

    Nothing published for this version

  54. v0.2.0-beta.0.20240430222525-2d1c9a14df4d 30 Apr 2024 pre-release

    Nothing published for this version

  55. v0.2.0-beta.0.20240318023830-68974c06d2ec 18 Mar 2024 pre-release

    Nothing published for this version

  56. v0.2.0-beta.0.20240317222821-50182079a5ba 17 Mar 2024 pre-release

    Nothing published for this version

  57. v0.2.0-beta 17 Mar 2024 pre-release

    Nothing published for this version

  58. v0.1.12-beta.0.20240317203253-cd658aba6780 17 Mar 2024 pre-release

    Nothing published for this version

  59. v0.1.12-beta.0.20240307054258-52cf2241649e 07 Mar 2024 pre-release

    Nothing published for this version

  60. v0.1.12-beta.0.20240303010645-84c891d0286e 03 Mar 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive