Filter & sort Google Play search results.
https://playsearch.kaki87.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 (2022-01-21)
Initial release
Differences from v1
User interface
- Layout enhanced :
- Title moved from own section to search query input placeholder
- Filters moved from own section to footer
- Vertical scroll for filters on small screens
- App icon moved to own column
- App version moved to updated date tooltip
- Extra icons from
Fork-Awesome
instead ofFont-Awesome
User experience
- Search & filter flow enhanced
- Search results returned in real time using Server-sent events
- Filters availability, options and ranges computed after search
- Unlimited filters update without search re-run
- App description filter added
- Reset button removed
- About link redirected to
README.md
- App index moved to own sortable column, app ID added as tooltip
- Google Play link moved to own column, extra links added
- Permissions table inverted, app icon added
Development
- Web app (this repo) is separate from the API client (repo) and the API server (repo).
- Dates are parsed & displayed by
dayjs
- Semver version numbers compared using
compare-versions
- Size strings compared using
numbro