Summary
- Fix filter scanlines not appearing.
- rt(wgpu): clamp texture size to device limits by @chyyran.
- Support to builtin filters:
newpixiecrt
andfubax_vr
. - Fix dimension computation whenever resizing Rio.
- Removed
fonts.ui
property, now Rio will always use primary font for UI. - Removed Text renderer mod by migrating to RichText renderer.
- Breaking:
renderer.strategy = "Continuous"
was renamed torenderer.strategy = "Game"
- Fix search bar can't show chinese #844.
Changelog
- b6caa09 clamp texture size to device limits by @chyyran
- 90e93d6 Update docs/docs/releases.md
- 2b42aec update lint
- 3286ca0 remove ntsc_vcr
- 7c432a2 fix lint
- f21b13d add builtin filters
- 5be4237 update libshader deps
- ddb4a64 feat: bultin filters
- 39f3bf2 update releases.md
- 4ef746b prepare 0.2.11
- e8e9c76 fix dimension computation
- aa11f75 add debug flag for metal
- d0ff00e upda skrifa
- b9ae9b2 remove wa
- 316e986 update wgpu
- 9c54dea migrate navigation
- cda7180 migrate routes
- bc3d476 refactor compositors into one
- 8cebb43 remove text mod
- af5cdba Merge branch 'main' into unify-text-renderer-across-rio
- 18242ca move search to it's own struct
- eab35aa fix lint
- cbb8960 feat: unify text renderer
- ce59d09 update description
- fd7f64a remove ttf and otf from git lfs track
- bb6fc1f update cascadia code to latest
- 5bc2551 use std::hash::RandomState and update twox-hash
- e99a6c1 fix toml format
- 89296e5 bump dependencies