Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1012 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1012 Bytes

Changelog

All notable changes to this project will be documented in this file.

0.3.0 - 2022-12-30

Changed

  • FIX 1: ClearScreen func updated for a cross-platform version

0.2.0 - 2022-12-27

Added

  • urfave v2 implemented for commandline parameters
  • commands added for extracting and inserting
  • Added Todo
  • Added goreportcard

Changed

  • not using flag package for commandline parameters
  • not using import anymore. using insert

Fixed

  • Links which refers old repo are fixed

0.1.0 - 2022-12-23

Initial release.

nexeruncator can now extract javascript source from a nexe-compiled binary. It exports and and saved the javascript source as its original name. nexeruncator can also insert a new javascript source file into nexe-compiled binary.