Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2022-05-08)

Breaking changes

Python 2 has been removed from macOS 12.3 Monterey, and default system Python is now Python 3.8. (https://www.alfredapp.com/help/kb/python-2-monterey/)

This is first version that supports macOS 12.3+ (Python 3.8+).

Please note that Python 2 and Alfred 3 is no longer supported. If you are using macOS 12.2 or below, please do not upgrade to 2.0.0+ and keep using 1.1.0.

Special thanks to @NorthIsUp for porting alfred-workflow to Python 3.

Features

  • support python3 (macOS 12.3+) (#2) (0593613)

1.1.0 (2022-02-02)

Features

  • add modifier actions to ticker items (f90c62a)

1.0.1 (2022-01-29)

Bug Fixes

  • Use normalized coin names for coinmarketcap urls (1c90752)