Releases: LeoRiether/CodeforcesPP
Releases · LeoRiether/CodeforcesPP
Codeforces++ v2.4.0
Codeforces++ v2.3.0
Added a "Toggle Coach Mode" link in Finder for easier access
Codeforces++ v2.2.1
- Fixed problemset standings link (#19)
- Fixed some minor bug in twin standings
Codeforces++ v2.2.0
- Improve tab title in problem pages ("F. Pairs of Paths" instead of "Problem - F - Codeforces")
Codeforces++ v2.1.3
- Added "Edu" section in navbar
- Bug fixes
Codeforces++ v2.1.2
Bug fixes:
- Dark mode was being weird for some reason
- Various improvements for twin standings and updating standings
Codeforces++ v2.1.1
Fixes:
- Twin standings now link to the right "Problems" page
- Finder updates order/priority correctly in the browser extension
- Allow keys without modifiers to be used as shortcuts. For example, "D" can be used to toggle dark mode, without the need for "Ctrl+D" or "Shift+D".
Codeforces++ v2.1.0
New features:
- Tutorial spoilers (you can hover the black boxes to show the text behind it)
- Twin standings: show both div1 and div2 standings in the same page
Codeforces++ v2.0
Woah! It's a new major!
This version of Codeforces++ is now ready to be shipped as a browser extension (yet to be published), but you can still continue to use it as a userscript.
Some features the extension will have, but the userscript can't provide:
- All tabs sync settings¹ (turn on dark theme in one tab, all the other ones follow)
- Settings sync across multiple devices
- No need for a userscript manager
¹ This is particularly useful if you like to hide the test number in WA messages. In the userscript, you might hide them in one tab, but the others won't sync, thus showing"WA on test 107" mistakenly (unless you toggle all tabs manually)
v2.0 also comes with:
- Fully configurable shortcuts
- A nicer settings UI
- Bug fixes
UPDATE:
The extension is now published in both Chrome and Firefox web stores!
Codeforces++ v1.9.10
The last release before v2, now for sure!
Changed:
- "Custom Style" toggle works again
- Fix "illegal invocation" that prevented the tutorial button to ever load
- That's it