Add mappings for some file types to Viewtype / MIME type

Namely: ppt, pptx, xls, heif, heic, avif, txt.
But use Viewtype::File for medias without uniform support on all platforms.
This commit is contained in:
Rafael Diniz
2022-12-07 16:20:45 +03:00
committed by iequidoo
parent 7082f9f882
commit 4e943d52e4
4 changed files with 24 additions and 10 deletions

View File

@@ -8,6 +8,7 @@
- Move format=flowed support to a separate crate #3869
- cargo: bump quick-xml from 0.23.0 to 0.26.0 #3722
- Add fuzzing tests #3853
- Add mappings for some file types to Viewtype / MIME type #3881
### API-Changes
- jsonrpc: add python API for webxdc updates #3872