[improvement][web] supporting JPEG images as custom icons

This commit is contained in:
Vinícius Moreira
2020-01-09 15:34:47 -03:00
parent 8b77c87dab
commit 6615df0502
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.8.1]
### Improvements
- Web:
- not using HTTP sessions anymore to perform the searches. It seems to avoid URLs not being found after an internet drop event.
- not using HTTP sessions anymore to perform the searches. It seems to avoid URLs not being found after an internet drop event.
- supporting JPEG images as custom icons
### Fixes
- missing categories i18n [48](https://github.com/vinifmor/bauh/issues/48)