Skip to content

Releases: tomy0000000/Coinc

🇹🇭 Bangkok

12 Apr 11:03
d3188b4
Compare
Choose a tag to compare

🐞 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

21 Feb 19:16
3.1.0
7f4e7ec
Compare
Choose a tag to compare

🌟 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 choose Open in Finder, and backup the alias.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

10 Feb 10:28
51c79b2
Compare
Choose a tag to compare

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 in Localization 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

18 Feb 14:51
2.0.0
ae126f5
Compare
Choose a tag to compare

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

30 Nov 02:15
1.3.1
bdfd916
Compare
Choose a tag to compare

Fix

  • Fix a bug that might cause empty conversion result (#14)

Misc

  • Add "RMB" as an alias for "CNY"

🕊✌🏿 BlackLivesMattters Update

26 Jun 16:49
1.3.0
825cc18
Compare
Choose a tag to compare

This update does not add any new features, but a name change to honor racial equality

Changed

  • Name Change (#2, #9)
  • Keyword Trigger had been changed to reflect the new name
  • Bump workflow library to v1.39.0
  • Patch workflow library LICENSE

🌸 Spring Update

27 Feb 04:58
1.2.0
3627c34
Compare
Choose a tag to compare

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 and cur [value] now convert based on ORIENTATION Config

Copying Results

It is now possible to copy value along correspond symbol

For comprehensive usage, check out the User Guide

🍁 Autumn Mini Update

20 Sep 08:21
1.1.0
Compare
Choose a tag to compare

Changed

  • Query cur now converts between all favorite currencies and base currency with 1 unit (#4)
  • Query cur [value] now converts between all favorite currencies and base currency with [value] unit (#4)

🛠 Minor Patch

09 Aug 06:55
1.0.1
Compare
Choose a tag to compare

Fix

  • Auto-generate default settings for new install (#1)

🎉 First Stable Release

23 Nov 17:38
1.0.0
Compare
Choose a tag to compare

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 point
    • EXPIRE: Threshold to trigger rates update in seconds
    • BASE: Your primary, daily-use currency
    • favorites: Favorite conversion list
  • Interactable Favorite conversion list arrangement actions
  • Auto-refresh rates
  • Workflow self-auto-update