- Platform-specific configuration improvements #1341:
- Added support for platform-specific environment variables via
env-varsfield in platform config - Platform-specific env-vars are now appended to global env-vars instead of replacing them
- Fixed configuration inheritance: platform overrides now use field-level merging instead of replacing entire sections
- Window, Navigation, and Renderer settings can now be partially overridden per platform without duplicating all fields
- Added
themefield to platform config for per-platform theme selection - Shell configuration continues to use complete replacement for simplicity
- Added support for platform-specific environment variables via
- Fix
ScrollPageUpandScrollPageDownactions not working in custom keybindings #1275. - Fix Noticeably slower startup compared to wezterm, foot #1346.
- Fix Font loader taking a LOT of time to load fonts #1339.
- Fix Rio panics on launch on a Raspberry Pi 5 #1332.
- Fix kitty keyboard protocol.
- Support reporting terminal version via XTVERSION.
Changelog
- 303e1a1 update linux deps
- caa8646 format the code
- 841137b update lockfile
- 32b34a2 update changelog
- f26aa6d add ScrollPageUp & ScrollPageDown actions (closes #1275)
- ac7d9d1 platform: support env-vars for platform and better merge (closes #1341)
- db807b2 update changelog
- 4191f5c improve get_optimal_texture_sample_type
- f54333e let's make things easier
- 6cf7609 prepare 0.2.33
- 6d5e092 update changelog
- d91b3ee todo fix wasm32 on loader
- 1722cd3 remove comment
- d884977 lock versions on toml;2C
- 1aa1905 fix lint
- 3628142 migrate loader
- 66e685a fix keyboard protocol
- d0e1fd5 format XTVERSION test
- 9eb0f6f test xtversion report
- d9f5a84 feat: add XTVERSION support (#1347)
- 9cfe704 flake.lock: Update (#1344)
- 6873bf7 in fact TEXTURE_FORMAT_16BIT_NORM should be available for f16 otherwise is too misleading
- c1498c9 try full f16 features at first
- d3194f5 remove .helix/languages.toml as this repo avoids try to setup configuration for multi editors
- 0bb5b7f Update nix files (#1319)
- f91340a flake.lock: Update (#1336)
- 87d93e4 oopsie
- 2807f05 fix docs md
- b26b841 changelog moved from /docs/changelog to /changelog
- 066d100 address 'Dimension X value 4096 exceeds the limit of 2048'