Releases: tomy0000000/Coinc
Releases · tomy0000000/Coinc
🇹🇭 Bangkok
🐞 Bug fixes
- The alias is not compatible with lowercase characters. This is now fixed. (#30)
- The internal indexing function sometimes does not work properly, causing alias malfunction. This is also fixed.
Misc
Dedicate this release to 🇹🇭 Bangkok, where I completed this release. Such a wonderful city with delicious food. 🙏🏻 สวัสดีครับ
🚑 Combo Fixes
🌟 Features
- The aliasing experience has been greatly improved with hints (#27)
🧨 Breaking Changes
- If you have any alias configured in v3.0.0, please do a manual backup and re-create them after the update.
Right-click the Coinc workflow and chooseOpen in Finder
, and backup thealias.json
🐞 Bug fixes
- Some number triggers are misconfigured, resulting in multi-digit queries being unable to match correctly. This is now fixed. (#26)
- The patch from 76fcb73, which should have been included in the last version, is now included.
⚙️ Internal
- Unit Tests for alias/unalias is online
- Use Python 3.9.6 as default target build, as this is the version ships with macOS 13 (Ventura)
Acknowledgment
A special thanks go to @vitorgalvao for giving valuable feedback and helping to test the release.
🎩 Alfred 5
If you're upgrading from an older version, check out the migration guide.
🌟 Features
- Number keywords to trigger Conic
- Custom currency alias (mapping), see Wiki for demo
- Thousands separator (#24), depending on your system language setting, this might be a comma (
,
) or period (.
). You can override this behavior inLocalization
in configuration.
🧨 Breaking Changes
- Deprecate Alfred 4. The minimum requirement is now Alfred 5
- All configurations except favorites are now
🪜 Other Notable Changes
- The auto-update mechanism is now being handled by Alfred and Alfred Gallery
⚙️ Internal
- Unit Test is built for core functionalities and will expand to 100% coverage in coming versions
🐍 Farewell Python 2
What's Changed
- Fix #16 key error of ETH(ethereum) by @kimklai in #17
- Dropping usage of builtin Python 2, please see migration guide in Wiki on how to manual upgrade
- Currency rates updated timestamp is now showing at the bottom #10
New Contributors
Full Changelog: 1.3.1...2.0.0
A huge thank you goes to @kamusis for enlightening the Python 3 issue and responsive support
🛠 Minor Patch
🕊✌🏿 BlackLivesMattters Update
🌸 Spring Update
Trigger
3 new methods to enter main interface:
- Keyword:
coon
- Hotkey
- Fallback search
Query
[value]
will now automatically ignore commas(,
) (#6)- Query now recognize some alias as
[currency]
, see Currencies - Query
cur
andcur [value]
now convert based onORIENTATION
Config
Copying Results
It is now possible to copy value along correspond symbol
For comprehensive usage, check out the User Guide
🍁 Autumn Mini Update
🛠 Minor Patch
Fix
- Auto-generate default settings for new install (#1)
🎉 First Stable Release
This is the first stable version of Coon, which provide the following features
- Basic Currency Conversion
- Configurable settings including:
PRECISION
: Round off position after decimal pointEXPIRE
: Threshold to trigger rates update in secondsBASE
: Your primary, daily-use currencyfavorites
: Favorite conversion list
- Interactable Favorite conversion list arrangement actions
- Auto-refresh rates
- Workflow self-auto-update