Merge branch 'staging' into svg

# Conflicts:
#	bauh/gems/web/controller.py
This commit is contained in:
Vinícius Moreira
2020-01-09 15:46:40 -03:00
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- All icons are now SVG files
- HDPI support ( by [octopusSD](https://github.com/octopusSD) )
- 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)