From 2d20338a22622377f6b5c56ef501406309450256 Mon Sep 17 00:00:00 2001 From: textbrowser Date: Mon, 13 Jan 2025 14:29:08 -0500 Subject: [PATCH] Release notes. --- index.html | 145 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 97 insertions(+), 48 deletions(-) diff --git a/index.html b/index.html index e25240a..bcc60af 100644 --- a/index.html +++ b/index.html @@ -1,46 +1,67 @@ - + + - - - - QtChess + + - + + + - - - - - + + + QtChess - + { + "@context":"https://schema.org", + "@type":"WebSite", + "description":"QtChess is an online chess program.", + "headline":"Welcome to QtChess", + "name":"qtchess", + "url":"https://textbrowser.github.io/qtchess/" + } + -
- View on GitHub + + View on GitHub

QtChess

-

QtChess is a peer-to-peer chess program. Available on Android, FreeBSD, Linux, MacOS, and Windows!

+

QtChess is an online chess program. + QtChess also interfaces with GNUChess. + Available on Android, FreeBSD, Linux, MacOS, and Windows!

- Releases - Releases + Releases + Releases
-

Welcome to QtChess

- QtChess is available on a variety of operating systems, including Android, FreeBSD, MacOS, Linux, and Windows. + QtChess is available on a variety of operating systems, + including Android, FreeBSD, MacOS, Linux, and Windows.

Release Notes

+ January 15, 2025. +
    +
  • Automatics and constants.
  • +
  • Faster std::copy().
  • +
  • GNUChess! Lovely depth of five.
  • +
  • New Connection Configuration -> Reset.
  • +
  • Non-native menu bar on MacOS.
  • +
  • Prevent king from moving onto a terminal square.
  • +
  • Reset the game state after a connection is terminated.
  • +
December 4, 2024.
  • Android is ARM32 and ARM64!
  • @@ -50,13 +71,15 @@

    Release Notes

  • Qt 6.8.1 LTS on Windows.
  • SHA3-512 HMAC.
  • Simpler communications key.
  • -
  • The releases include some corrections which were introduced after the 2024.12.04 tag was manufactured.
  • +
  • The releases include some corrections which were introduced + after the 2024.12.04 tag was manufactured.
January 10, 2024.
  • Deprecated Windows x86.
  • Happy New Year!
  • -
  • Linux-like installers will install in /opt instead of /usr/local.
  • +
  • Linux-like installers will install in /opt instead of + /usr/local.
  • PiOS64 release! PiOS32 is obsolete.
  • Qt 6.5.3 Android 10.
  • Qt 6.5.3 MacOS.
  • @@ -115,13 +138,15 @@

    Release Notes

  • Version 2016.01.01 is ready.
  • ARM support.
  • New board size.
  • -
  • Upgraded Qt products to version 5.5.1 on Windows. OpenGL text rendering is flawed.
  • +
  • Upgraded Qt products to version 5.5.1 on Windows. OpenGL text + rendering is flawed.
October 16, 2015.
  • Version 2015.10.16 is now available.
  • Corrected the About dialog's image.
  • -
  • Removed OpenGL sampling as it causes errors on MacOS and Qt 5.
  • +
  • Removed OpenGL sampling as it causes errors on MacOS and Qt 5. +
August 14, 2015.
    @@ -134,7 +159,8 @@

    Release Notes

  • Version 2015.08.01 is now available.
  • Colorful clocks.
  • Single sockets.
  • -
  • Upgraded Qt to version 4.8.7 on MacOS and version 5.4.2 on Windows.
  • +
  • Upgraded Qt to version 4.8.7 on MacOS and version 5.4.2 on + Windows.
January 24, 2015.
    @@ -147,7 +173,8 @@

    Release Notes

    • Version 3.19 has been released. QtChess is ten years old!
    • Added the Wformat=2 compiler flag to various project files.
    • -
    • Corrected valid moves highlighting. Locations should only be highlighted if a valid game is in progress.
    • +
    • Corrected valid moves highlighting. Locations should only be + highlighted if a valid game is in progress.
    • Prevent divisions by zero.
    • Respect array boundaries.
    • Upgraded Qt to version 5.3.1 for Windows.
    • @@ -170,7 +197,8 @@

      Release Notes

    May 25, 2013.
      -
    • Upgraded Qt products to version Qt 4.8.4 on MacOS and Windows platforms.
    • +
    • Upgraded Qt products to version Qt 4.8.4 on MacOS and Windows + platforms.
    February 19, 2012.
      @@ -181,11 +209,13 @@

      Release Notes

    • Improved the Connection Configuration panel.
    • Removed stale source.
    • Replaced gluOrtho2D() with glOrtho().
    • -
    • Updated Qt products to version 4.8.0 for MacOS and Windows platforms.
    • +
    • Updated Qt products to version 4.8.0 for MacOS and Windows + platforms.
    November 6, 2011.
      -
    • The MacOS bundle has been upgraded in support of MacOS 10.6.
    • +
    • The MacOS bundle has been upgraded in support of MacOS 10.6. +
    • Updated Qt products to version 4.7.4.
    October 11, 2009. @@ -222,9 +252,14 @@

    Release Notes

    February 1, 2008.
    • Version 3.10 is now available.
    • -
    • Initial, and to be continued, release of QtChess as a plugin (for the Retroshare Instant Messenger).
    • -
    • Integrated the Clocks and History dialogs into the main window.
    • -
    • Introduced Algebraic Chess Notation for recording moves. Checkmates are not recorded.
    • +
    • Initial, and to be continued, release of QtChess as a plugin + (for the + + Retroshare Instant Messenger).
    • +
    • Integrated the Clocks and History dialogs into the main window. +
    • +
    • Introduced Algebraic Chess Notation for recording moves. + Checkmates are not recorded.
    • Qt 4.3.3 is required.
    November 17, 2007. @@ -236,15 +271,18 @@

    Release Notes

November 13, 2007.
    -
  • Version 3.08 is now available. A Windows XP release will be available sometime this week.
  • -
  • Added an option that provides the operator with the valid moves for a selected piece.
  • +
  • Version 3.08 is now available. A Windows XP release will be + available sometime this week.
  • +
  • Added an option that provides the operator with the valid moves + for a selected piece.
  • Fixed a validation error with the pawn piece.
  • Included support for translations.
November 3, 2007.
  • Released version 3.07 for Windows XP.
  • -
  • Resolved a compilation issue on FreeBSD. Version remains at 3.07.
  • +
  • Resolved a compilation issue on FreeBSD. Version remains at + 3.07.
November 2, 2007.
    @@ -263,11 +301,13 @@

    Release Notes

October 7, 2007.
    -
  • Released version 3.04 for Windows XP. This version uses Qt 4.3.2.
  • +
  • Released version 3.04 for Windows XP. This version uses Qt + 4.3.2.
September 28, 2007.
    -
  • Released version 3.04. A Windows XP release will be available shortly.
  • +
  • Released version 3.04. A Windows XP release will be available + shortly.
  • Enlarged some of the buttons.
  • Removed a toxic reference to an include file.
  • This version relies on Qt 4.3.1.
  • @@ -278,18 +318,21 @@

    Release Notes

April 24, 2007.
    -
  • Released version 3.03. The clocks won't begin ticking until all connections have been established.
  • +
  • Released version 3.03. The clocks won't begin ticking until all + connections have been established.
April 15, 2007.
    -
  • Released version 3.02. A Windows XP binary is included in this release.
  • +
  • Released version 3.02. A Windows XP binary is included in this + release.
  • Beautified the board.
April 15, 2007.
  • Released version 3.01.
  • Communications now function without the use of threads.
  • -
  • Removed all Qt 3 support, that is, QtChess 3.01 uses only Qt 4.
  • +
  • Removed all Qt 3 support, that is, QtChess 3.01 uses only + Qt 4.
April 9, 2007.
    @@ -299,7 +342,8 @@

    Release Notes

    April 7, 2007.
    • Version remains at 2.05.
    • -
    • A Windows XP release of 2.05 may not become available. Stay tuned.
    • +
    • A Windows XP release of 2.05 may not become available. Stay + tuned.
    • Fixed an incorrect usage of updateGL().
    April 6, 2007. @@ -315,7 +359,8 @@

    Release Notes

    March 29, 2007.
    • Released version 2.04 for non-Windows.
    • -
    • Resolved a potential memory problem in the communication thread.
    • +
    • Resolved a potential memory problem in the communication + thread.
    March 28, 2007.
      @@ -326,7 +371,8 @@

      Release Notes

      March 27, 2007.
      • Version 2.02 has been released.
      • -
      • Some minor display issues with the Windows release have been resolved.
      • +
      • Some minor display issues with the Windows release have been + resolved.
      March 26, 2007.
        @@ -336,7 +382,8 @@

        Release Notes

        March 25, 2007.
        • Some code housekeeping. Version remains at 2.00.
        • -
        • Released version 2.00 for Windows XP. The folder includes the Qt 3.3.8 shared library.
        • +
        • Released version 2.00 for Windows XP. The folder includes the + Qt 3.3.8 shared library.
        March 24, 2007.
          @@ -346,7 +393,8 @@

          Release Notes

        March 23, 2007.
          -
        • Fixed an issue with a missing include file. This fix only applies to Solaris 10 systems.
        • +
        • Fixed an issue with a missing include file. This fix only + applies to Solaris 10 systems.
        March 20, 2007.
          @@ -368,10 +416,11 @@

          Release Notes

- - + +