Skip to content

Releases: hobovsky/polyglot

Lambdas

03 Sep 08:55
af2f84a
Compare
Choose a tag to compare
show lambdas for LC (#57)

* show error if user id could not be fetched
* minor code formatting
* bump to version 1.14.3

Bug fixes

26 Jun 17:17
Compare
Choose a tag to compare
1.14.2

Bump up version

Improve settings dialog

25 Mar 20:05
Compare
Choose a tag to compare
1.14.1

Bump up version

Scan attempted languages, remove obsolete features

24 Mar 23:04
1ea3b10
Compare
Choose a tag to compare
  • 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

02 Nov 11:48
b549c13
Compare
Choose a tag to compare

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

08 Jun 10:27
Compare
Choose a tag to compare

Introduces rank assessment breakdown chart.

Remove highlighting of language icons

24 May 21:08
Compare
Choose a tag to compare

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

19 May 08:29
d14934b
Compare
Choose a tag to compare

Adds a dialog which allows users to enable and disable individual features of the script.

Fix versioning sequence

08 May 13:32
Compare
Choose a tag to compare

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

06 May 14:01
34e8f70
Compare
Choose a tag to compare

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!