Skip to content

Releases: m4tx/satori-enhancements

2.0

30 Oct 17:12
7f2248a
Compare
Choose a tag to compare

1.5

10 Jul 22:16
56b4dde
Compare
Choose a tag to compare
1.5
  • 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