18 Commits

Author SHA1 Message Date
f613dcb2d1 chore(owlry-plugin-weather): bump version to 1.0.3 2026-04-05 18:07:02 +02:00
da5085e0d2 fix: switch reqwest TLS backend from rustls to native-tls
reqwest 0.13 defaults to rustls -> aws-lc-rs which requires cmake/nasm
in minimal build environments. Switch owlry-plugin-weather to native-tls
(system OpenSSL). Also add scripts/aur-local-test for clean chroot
testing and .gitignore for build artifact exclusion.
2026-04-05 18:06:56 +02:00
d6df6ca96e chore: bump all plugins to 1.0.2 2026-03-28 13:40:34 +01:00
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
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
fe68af7b46 chore: bump changed plugins to 1.0.1 2026-03-26 18:52:00 +01:00
3852245f74 fix: use mutex poisoning recovery in bookmarks plugin 2026-03-26 16:58:19 +01:00
9bcbacd9d7 fix: quality — config-based terminal/engine, emoji init perf, safer shell commands 2026-03-26 16:50:17 +01:00
37edb8e1df fix: critical — eliminate Box::leak in converter, secure temp files, fix background refresh 2026-03-26 16:46:32 +01:00
f3b9728f07 feat(converter): finalize integration and add integration tests 2026-03-26 15:28:54 +01:00
b2156dc0b2 feat(converter): implement currency rates from ECB with caching 2026-03-26 15:23:58 +01:00
5550a10048 feat(converter): implement natural speech query parser 2026-03-26 15:21:52 +01:00
9e6cedf159 feat(converter): implement unit definitions and conversion engine 2026-03-26 15:18:20 +01:00
c44502d0ab feat(converter): scaffold plugin crate with vtable 2026-03-26 15:15:33 +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