Skip to content
Snippets Groups Projects
Commit ee4ee4e0 authored by pippin's avatar pippin
Browse files

CHANGELOG: detailing ctx changes

parent 96a712c8
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -20,9 +20,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed ### Changed
- `ctx.get_font_name()` now raises an exception for unknown fonts. - `ctx.get_font_name()` now raises an exception for unknown fonts.
- Raised umber of concurrent textures to 32.
### Fixed ### Fixed
- Fixed JPEG support by enabling `CTX_FORMAT_RGB8`. - Fixed PNG without alpha and JPEG support by enabling `CTX_FORMAT_RGB8`.
- Fixed image cache eviction by introducing a ctx frameclock.
- Fixed incorrect merging of settings dicts in `st3m.settings`. - Fixed incorrect merging of settings dicts in `st3m.settings`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment