Commit Graph

9 Commits

Author SHA1 Message Date
ecdcca93a4 chore: remove calculator, converter, system plugins
These providers are now built into owlry-core >= 1.2.0. The plugins
are retired — transitional AUR packages redirect to owlry-core.
2026-03-28 12:27:56 +01:00
7d69105930 fix: update Cargo.lock for converter 1.0.2 2026-03-28 10:28:12 +01:00
c73f57578d fix(converter): fix double unit in description, broken icon, currency aliases
- Description showed "20 m = 0.02 km km" — display_value already
  includes the unit symbol, removed redundant r.target_symbol
- Icon changed from "edit-find-replace" to "edit-find-replace-symbolic"
  which exists in Adwaita
- Currency aliases (dollar, euro, etc.) now resolve in convert_to and
  convert_common — they were only handled by find_unit (parser validation)
  but not by lookup_unit (actual conversion)
2026-03-28 10:23:49 +01:00
9bcbacd9d7 fix: quality — config-based terminal/engine, emoji init perf, safer shell commands 2026-03-26 16:50:17 +01:00
8d5a5e16b6 chore: update Cargo.lock for converter plugin 2026-03-26 15:48:00 +01:00
ef6449ce3d chore: pin owlry-plugin-api to tagged release v1.0.0 2026-03-26 13:41:21 +01:00
f8bced5a84 chore: format, fix clippy warnings, bump all plugins to 1.0.0 2026-03-26 13:37:56 +01:00
4dc0c8ee75 refactor: keep lua and rune runtimes in core repo (they are infrastructure, not plugins) 2026-03-26 13:17:35 +01:00
cdb3370873 feat: move all plugin and runtime crates from owlry 2026-03-26 13:11:41 +01:00