Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@bengarrett bengarrett released this 09 Jun 06:34
· 426 commits to main since this release
  • Updated PC and MS-DOS fonts to Ultimate Oldschool PC Font Pack v2.2.
  • Support for custom ports in URLs such as http://localhost:8080 or https://example.com:9999.
  • Replaced all the woff fonts with woff2 fonts to offer better file compression.
    This reduces the overall file size of RetroTxt and system resource usage.
  • The Options Fonts tab Jump to the menu now always remains on the tab.
  • Reduced page flicker when switching Options tabs.
  • Fixed broken Apple Lisa fonts.
  • Fixed the local file viewer toggling on non-text file tabs when the file's extension is in uppercase.
  • Fixed certain fonts that use spaces within their names, breaking the loading text files.
  • Fixed broken SAUCE IBM VGA50 font.
  • Improved support and display of multiline SAUCE comments.
  • Improve the positioning of the error alert box.
  • Spelling and typo fixes for both UK and US English.
  • Using Task for the build process.
  • Dropped the use of the convoluted Node.createTextNode() and Node.appendChild() methods.