-
-
Notifications
You must be signed in to change notification settings - Fork 5
Migration Guide
If you did not have Coinc installed before, you could do a fresh install following the latest Installation & Setup guide
The best way to upgrade to v3 is actually removing and installing from Alfred Gallery since it will do the heavy lifting for future updates, and it's more vulnerable to unexpected behavior.
The old configuration is set with environment variables, and they have now been migrated to Alfred's user configuration sheet. You should see a beautiful form when installing to guide you through the setup process. If you bump into any problems, the Wiki is always available.
The behavior of Coinc should not be much different from older versions. However, I highly suggest you check out the Optimize section in the user guide to enhance your experience with Coinc.
Following the release of macOS 12.3, Apple has decided not to include builtin Python this workflow makes use of.
Therefore, to make the workflow continue to work, you now need to install python3
by yourselves.
To make things more smooth and more consistent, only homebrew python is supported.
- Install Homebrew
Install Homebrew following the official guide
- Install Python 3 with Homebrew
brew install python
Normally, any Python 3 should work
- For advanced users, you can manually change the python3 executable used, but I can't guarantee everything to work as expected
- Try a clean reinstall of the workflow and python if it fails. Open an issue and detail your macOS, Alfred, or Python version if you still can't make it work, and I'll see if I can help ASAP
For new users (who don't install any version prior to v1.2.0), you can follow the normal Installation & Setup Guide.
For old users (who have installed any version prior to v1.2.0), auto-update should bring all your existing data to the new version. However, if you encountered any problems, read the guide below.
If you do not bother losing your existing favorite currencies, a quick fixup...
- Remove two directories (type the magic argument
cur workflow:opendata
in Alfred can help navigate to these directories)~/Library/Application Support/Alfred/Workflow Data/tech.tomy.coinc
~/Library/Application Support/Alfred/Workflow Data/tech.tomy.coon
- Open Alfred Preference, remove the workflow
- Reinstall by following the Installation & Setup Guide.
If you have a long favorites currencies list and prefer not to reinstall and rebuild the workflow...
- Open
~/Library/Application Support/Alfred/Workflow Data
in Finder (type the magic argumentcur workflow:opendata
in Alfred can help navigate to this directory) - Find
settings.json
from eithertech.tomy.coon
ortech.tomy.coinc
, and make a copy of this file - Make sure there is only the
tech.tomy.coinc
directory and removetech.tomy.coon
if it exists - Place
settings.json
under thetech.tomy.coinc
directory - Open Alfred Preference > Workflows, right-click on
Conic
, chooseEdit Details
- Change Bundle Id to
tech.tomy.coinc
if it's not - Quit and relaunch Alfred. Everything should work now
If you like my work, consider buy me a coffee by pressing the ❤️ Sponsor button on the top