Skip to content

Latest commit

 

History

History
152 lines (102 loc) · 4.75 KB

File metadata and controls

152 lines (102 loc) · 4.75 KB

Changelog

Version 4.1.1 - 2026-03-31

  • Fixed share button not found on non-English browser locales by adding locale-independent selector. (Thanks blue-int!)
  • Removed Chrome Web Store update_url for Edge compatibility.

Version 4.1.0 - 2025-12-09

  • Code improvements and bug fixes:
    • Fixed memory leak in tab update listener.
    • Fixed XSS vulnerability in toast messages.
    • Added comprehensive error handling throughout.
    • Changed all Lichess URLs from HTTP to HTTPS.
    • Updated Lichess import form selectors for current UI.
    • Improved message passing reliability between tabs.
    • Added proper timeout handling for AJAX requests.

Version 4.0.7 - 2025-12-09

  • Improved share dialog opening for nested controls. (Thanks guidezpl!)

Version 4.0.6 - 2025-08-27

  • Updated selectors for chess.com UI changes.
  • Fixed share button selector to use aria-label for accurate targeting.
  • Added support for new chess.com component classes (cc-icon-button, cc-tab-item, etc.).
  • Improved PGN tab detection and timestamp checkbox handling.

Version 4.0.5 - 2025-03-20

  • Fixed for changed URL for live games. (Thanks stupidJoon!)

Version 4.0.4 - 2024-12-04

  • Fixed for recent changes to chess.com stylesheets.
  • Fixed for world championship games.

Version 4.0.3 - 2023-05-24

  • Fixed support for archived games against computers.

Version 4.0.2 - 2022-04-17

  • Fixed for change to chess.com download button.

Version 4.0.1 - 2022-03-28

  • Fixed for change to chess.com download button.
  • Chrome manifest v3 does not support jQuery calls from background. Refactored.
  • Fixed chessgames.com support which now requires https.

Version 4.0.0 - 2022-03-27

  • Migrated to Chrome manifest v3. (Thanks russelldavis!)
  • Improved support for chesstempo.com.

Version 3.8.1 - 2022-03-04

  • Prevented chess.com analysis from being sent to lichess. (Thanks russelldavis!)

Version 3.8.0 - 2021-12-20

  • Fixed for chess.com with download button (Thanks guidezpl!)

Version 3.7.0 - 2021-07-29

  • Fixed for chess.com daily games
  • Now works from chess.com event pages

Version 3.6.0 - 2021-02-06

  • Fixed for chess.com analysis pages. (Thanks Johannes!)
  • Upgraded to jQuery 3.5.1.

Version 3.5.0 - 2020-11-17

  • Now works from the chess.com analysis pages.
  • Updated for recent changes to chess.com. (Thanks danickfort!)

Version 3.4.0 - 2020-09-19

  • Fixed problems related to url changes in chess.com and chesstempo.com.

Version 3.3.0 - 2020-09-03

  • Support for the new url format on chess.com. (Thanks mhssmnn!)

Version 3.2.0 - 2019-12-20

  • Updated for recent changes to chess.com.

Version 3.1.0

  • Updated for recent changes to chess.com.

Version 3.0.1

  • Workaround for chess.com bug where the 'result' field in the pgn is not updated after a player times out.

Version 3.0.0

  • Support for games from chessgames.com, chess-db.com and chesstempo.com.
  • Improved manifest to limit permissions as much as possible.
  • Icon now becomes enabled only when there is a valid game to analyse.
  • Improved colour of icon so that it is clear when it is available.

Version 2.6.1

  • Fixed for immediately finished live games.

Version 2.6.0

  • Updated for recent changes to chess.com. Calls are now async. (Thanks 0ddFell0w!)
  • Added support for analysis of daily games.

Version 2.5.6

  • Updated for recent changes to Lichess import page.

Version 2.5.5

  • Link was not working immediately from live games.
  • Upgraded to jQuery 3.3.1.

Version 2.5.4

  • Fixed broken link when analysing after game has finished.
  • Now works from live analysis board (urls with 'live#a=1234567').

Version 2.5.3

Version 2.5.2

  • Print-friendly PDF export now uses AWS lambda.

Version 2.5.1

  • Games lost on time were not being detected as such during lichess import.

Version 2.5.0

  • Added support for 'Print-friendly PDF export' which was removed from lichess in November 2016.

Version 2.4.4

  • Fixed support for analysing live games.

Version 2.4.2

  • 'Export to PDF' from lichess was not correctly determining the winner owing to an anomaly in the chess.com pgn.

Version 2.4.1

  • Fixed css name clash.

Version 2.4.0

  • Analyse any live game! (in v3).
  • Fixes to support chess.com changes in v3.
  • Improved method of pgn retrieval in v3. Much smoother transition.
  • Warning message is displayed when the game is still in progress.

Version 2.3.0

  • Fixed to support https changes on lichess.org.

Version 2.2.1

  • Improved reliability of toggling 'computer analysis' before submitting pgn to lichess.

Version 2.2.0

  • Fixed since chess.com change to 'switch to old chess.com' which now requires POST.