Releases: wolph/alfred-converter
Releases · wolph/alfred-converter
Release list
Alfred Converter v2026.06.15
Highlights
- Added cached currency conversion with daily rates.
- Added currency icons, configurable default targets, and
currency-update. - Improved conversion ordering by result magnitude.
- Filtered rare time units that produced awkward results.
- Documented
log()as natural logarithm andlog10()for base-10 logarithms.
Workflow version: v2026.06.15
Alfred Converter v2026.04.29.3
Historical Alfred workflow archive backfill.
- Tag: v2026.04.29.3
- Date: 2026-04-29
- Commit: 9783b2f
- Source change: feat: add Alfred-style currency icons
Alfred Converter v2026.04.29.2
Historical Alfred workflow archive backfill.
- Tag: v2026.04.29.2
- Date: 2026-04-29
- Commit: 71e331d
- Source change: feat: improve currency query UX
Alfred Converter v2026.04.29
Historical Alfred workflow archive backfill.
- Tag: v2026.04.29
- Date: 2026-04-29
- Commit: 32e18ff
- Source change: feat: add cache-backed currency conversions
Alfred Converter v2024.01.02
Historical Alfred workflow archive backfill.
- Tag: v2024.01.02
- Date: 2024-01-02
- Commit: 09308ae
- Source change: restored python 3.7 compatiblity for older OS X versions
Alfred Converter v2023.08.20.2
Historical Alfred workflow archive backfill.
- Tag: v2023.08.20.2
- Date: 2023-08-20
- Commit: 9041e28
- Source change: Updated default configuration
Alfred Converter v2023.08.20
Historical Alfred workflow archive backfill.
- Tag: v2023.08.20
- Date: 2023-08-20
- Commit: 0b1ee50
- Source change: Added support for limiting fraction precision so metric/imperial conversion give useful results. Also added some type hinting and improved code quality for easier testing and development
Alfred Converter v2023.08.04
Historical Alfred workflow archive backfill.
- Tag: v2023.08.04
- Date: 2023-08-04
- Commit: 69f6763
- Source change: Added
OUTPUT_DECIMALSto configurable options
Alfred Converter v2023.03.26
Historical Alfred workflow archive backfill.
- Tag: v2023.03.26
- Date: 2023-03-26
- Commit: 1794516
- Source change: updated the workflow file with the pull requests from @aaronkollasch
Alfred Converter v2023.02.25.2
Historical Alfred workflow archive backfill.
- Tag: v2023.02.25.2
- Date: 2023-02-25
- Commit: e1f3546
- Source change: removed debug code