Skip to content

Releases: m4tx/satori-enhancements

1.5

10 Jul 22:16
56b4dde
Compare
Choose a tag to compare
  • Contest selector as a popup instead of a separate page (#42)

Thanks @dominik-korsa for the contributions!

1.4

15 Feb 22:33
8fd6c82
Compare
Choose a tag to compare
1.4
  • Support sending code via a text area (#39)
  • Add links to problems on the results page and problem results sidebar (#40)

Thanks @dominik-korsa for the contributions!

1.3

09 Jan 11:45
0ab6d71
Compare
Choose a tag to compare
1.3
  • Maintain login state between browsing sessions

1.2.6

18 Mar 16:42
Compare
Choose a tag to compare
  • Recognize "\d.\d+" status format (e.g. "0.75")

1.2.5

28 Nov 19:22
6369b19
Compare
Choose a tag to compare
  • Recognize "%d / %d" status format (#23)

1.2.4

23 Mar 18:02
3a36056
Compare
Choose a tag to compare
  • Add support for QUE status in problem auto-highlighting (thanks to @v3ctor)

1.2.3

12 Mar 15:53
f5c96f6
Compare
Choose a tag to compare
  • Fix table sorting not working on Firefox because of use of an old intl DataTables plugin version

1.2.2

10 Mar 12:55
8e3e7b6
Compare
Choose a tag to compare
  • Fix x86 Assembly not highlighted (#19)
  • Fix multiline comments not highlighted properly (#17)

1.2.1

13 Nov 16:04
fc4b33f
Compare
Choose a tag to compare
  • Remove overflow: hidden for html element on the options page so a scrollbar is displayed if the content is too tall
  • Fine tune ranking table height to fit in more rows in the viewport
  • Small fix of the example code on the options page
  • Set highlighter language explicitly as auto-detection doesn't always work properly
  • Load new stylesheet before removing old one on the options page to avoid blinking
  • Don't swap "Name" and "Lp"/"Rank" columns
  • Stick 2 leftmost columns again when scrolling ranking
  • Set "Name" column type explicitly to avoid problems when using diacritics on some contests
  • Add opacity: 0.5 to the line numbers so they do not stand out from the rest of the code

1.2

12 Nov 12:51
c2a392a
Compare
Choose a tag to compare
1.2
  • Changed link color so it's way more distinctive from the rest of the page
  • Added extension options page (accessed via extensions page or by clicking the extension's Page Action button)
  • Added ability to choose what the logos (both "Primary" and "Secondary") are changed to (Satori Premium/Theoretical Computer Science/Tanie Czyszczenie i Sprzątanie)
  • Added syntax highlighter on the Results page with configurable (via the Options page) color style
  • Problems page:
    • Added "Results" link to each problem
    • Implemented auto-highlighting of the problems according to their best status
    • Using visibility: collapse when hiding problems to avoid table relayout
  • Ranking page:
    • Fixed "0" displaying at the bottom row in "Lp" column
    • Added search box
    • Swapped columns: "Name" with "Lp"/"Rank"
    • Sticking both table header and the leftmost column (Name) when scrolling
    • Improved sorting (now it's working better with polish accents)
    • Using descending order by default when sorting columns containing points
  • Minimum Chrome version supported: 62