You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [0.14.0](v0.13.1...v0.14.0) (2020-02-05)
### Bug Fixes
* **api:** sort series properly ignoring case ([16dfe91](16dfe91)), closes [#85](#85)
* **webui:** hide filter menu after click ([2ded39f](2ded39f))
* **webui:** missing data on back navigation with filters ([f1952ee](f1952ee))
* **webui:** scrolling position was not restored properly ([be6a7fc](be6a7fc))
* incorrect placeholder card height on xs and sm screens ([0f50a76](0f50a76))
* logout was broken after remember-me was added ([8b02471](8b02471))
### Features
* add more series metadata fields ([8f08ce8](8f08ce8))
* **api:** ability to filter series by status ([c96bf19](c96bf19)), closes [#48](#48)
* **webui:** add thumbnail and status on Series view ([0fc8b01](0fc8b01))
* **webui:** filter series by status ([c540e56](c540e56)), closes [#48](#48)
* **webui):** edit series metadata ([5f0ccc5](5f0ccc5))
* add Series Metadata status ([f522142](f522142)), closes [#48](#48)
Komga environment
jar
Describe the bug
Sort-by-name sorts first by case and then alphabetically, Sorting should be case insensitive.
Steps to reproduce
Expected behavior
The test folders should be in this order:
Actual behavior
The test folders are shown in this order:
Additional context
Screenshots
If applicable, add screenshots to help explain your problem.
![image](https://user-images.githubusercontent.com/44478004/73598241-f721eb80-4535-11ea-9ec3-d687072ecf60.png)
Log file
The text was updated successfully, but these errors were encountered: