Releases: susam/quickqwerty
1.2.0
This is a minor release of QuickQWERTY, a touch typing tutor that runs in your web browser. This release fixes a few minor errors and typos in the lesson texts and the user interface. See the changelog for a detailed description of the changes.
To try out the new release of QuickQWERTY now, go to susam.net/quickqwerty.html.
1.1.0
This is a new release of QuickQWERTY after over 10 years! This release massively simplifies the source code and implementation of this web-based touch typing tutor. With this release, the entire tutor application is now available as a single, standalone HTML page. You can run it directly at susam.net/quickqwerty.html, or download the attached HTML file and use it from your desktop.
The user interface remains familiar, but there are a few small improvements. The words per minute (WPM) calculation has been made slightly more accurate per the formula in this 2009 paper. Lesson guides now include a little more detail, and the tutor remembers the last lesson you practised, loading it automatically when you return.
For a complete list of changes, see CHANGES.md. To run this release and learn touch typing on a QWERTY keyboard, go to susam.net/quickqwerty.html.
1.0.0
This was the first release of QuickQWERTY via Git. With this release, source code management and release management were moved from SVN and SourceForge to Git and GitHub. In this release, the license was changed from the GNU General Public License, version 3 to the Simplified BSD License (BSD-2-Clause). Additionally, this release introduces input commands like restart and rst to quickly restart the current lesson. See the changelog for more details.