Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Markdown To RW 1.10

Compare
Choose a tag to compare
@BlackDragonBE BlackDragonBE released this 24 Mar 22:38
· 44 commits to master since this release

HUGE release! Be sure to download the right version for your system.

Changes:

  • Winforms / Mono version has ben deprecated. Use the new .NET Core GUI instead. Mono runtime isn't needed anymore.
  • Brand new multi platform GUI version without and dependencies (+ portable version if .NET Core is installed)
  • Fixed inconsistency in converting between Windows & other platforms.
  • Added internet connection checking to GUI version before trying rollback if upload fails.
  • Added support for spoiler tags. (see FullTest.markdown in ConverterTests folder)
  • All around better conversion now by using a new converter library.
  • The Core console version has been improved dramatically, it can now do all operations with command line arguments from a terminal. It's also colored now. :]
  • Small fixes.

Known issues:

  • The password field of the GUI version doesn't hide the password. It currently uses the wingdings font on Windows as a crappy workaround. The UI framework used doesn't have a way of showing password characters yet in text boxes.
  • There may be some rendering issues if the GUI version is run on macOS fullscreen. (needs more testing)