Skip to content

Releases: tig/winprint

winprint 2.0 RC2

03 May 20:37
@tig tig
Compare
Choose a tag to compare
  • 03-May-2020 - 2.0.5 (RC2) -
    • Fixed content type / file extension detection.
    • Changed Header/Footer macros to support {Language}, {ContentType}, and {CteName} instead of just {FileType}.
    • Installer detects if .NET Core 3.1 is installed. Makes it easy to install it if not installed.
    • Fixed numerous misspellings of "language"

Requirements

  • Windows 10

Please add Issues for any bugs you find. I'll take pull requests too.

Install

To download and install WinPrint simply copy and paste the command line below into a PowerShell command window.

$wpv="v2.0.5.102"; $wp="winprint.msi"; iwr https://github.com/tig/winprint/releases/download/$wpv/$wp -outfile "$env:temp\$wp"; start msiexec.exe -ArgumentList "-i $env:temp\$wp"

Documentation

winprint 2.0 RC1

01 May 06:41
@tig tig
Compare
Choose a tag to compare
  • Totally new rendering engine
  • Replaced the nodejs Prism.js-based syntax highlighter with the Python Pygments-based system. This:
    • Long lines now wrap correctly. Issue #12
    • Significantly increased file load/rendering speed. Issue #13.
    • Space and tabs now render accurately. Issue #14
    • Improved syntax highlighting in almost every way. More reliable, better language support, more sophisticated lexers.
    • Provided a simple way to select styles (e.g. "style": "pastie" in .config file).
    • Enabled printing of ANSI Escape sequence encoded files (because winprint uses Pygments terminal formatter as input).
    • Removed dependency on nodejs. Issue #17
  • Dozens of small bug fixes and improvements.

Requirements

Please add Issues for any bugs you find. I'll take pull requests too.

Install

To download and install WinPrint simply copy and paste the command line below into a PowerShell command window.

$wpv="v2.0.4.105"; $wp="winprint.msi"; iwr https://github.com/tig/winprint/releases/download/$wpv/$wp -outfile "$env:temp\$wp"; start msiexec.exe -ArgumentList "-i $env:temp\$wp"

Documentation

Dummy Release for testing auto update

01 Jun 22:35
@tig tig
Compare
Choose a tag to compare
Pre-release

Ignore this.

To test update functionality with DEBUG

  • Change the tag of this Release to v9.9.9.9999

To turn off testing for DEBUG

  • Change the tag of this Release to v1.9.9.9999