Releases: hobovsky/polyglot
Releases · hobovsky/polyglot
Lambdas
Bug fixes
Improve settings dialog
1.14.1 Bump up version
Scan attempted languages, remove obsolete features
- Adds a way to see languages a user attempted a kata with.
- Removes deprecated feature of rank leaderboards.
- Removes deprecated feature of sorting languages in the progress circle.
Full Changelog: 1.13.21...1.14.0
Feature: sort progress circle in descending order
What's Changed
- sort languages in user rank breakdown (progress circle) descending #38 by @Madjosz in #49 .
- add direct link to API request for a breakdown of rank votes.
Full Changelog: 1.13.20.1...1.13.21
Rank assessment breakdown
Introduces rank assessment breakdown chart.
Remove highlighting of language icons
Since solved languages are marked now directly by Codewars, the functionality can be finally removed from Polyglot.
Highlighting in language dropdown still stays, because Codewars does not show solved languages on a kata page anywhere.
Settings dialog
Adds a dialog which allows users to enable and disable individual features of the script.
Fix versioning sequence
Version 1.3.15
introduced a mistake in versioning and jumped from 1.3.x to 1.13.x.
This release changes 1.3.16 to 1.13.16 and hopefully from now on, releases will stick to 1.13.x.
Feature prototype: language leaderboards
Prototype (not fully functional!) of language leaderboards:
- Fetches only top 50 users.
- Only basic information is presented. No links, profile images, rank badges.
- Old rows are not removed after new ones are added.
Expect improvements soon! Contributions are welcome!