Skip to content

Releases: Turtlepaw/clockwork

1.1.5 alpha 2

05 Jan 21:07
Compare
Choose a tag to compare
  • Correctly resolve python path when executing commands
  • Allow changing the URL of a package through clockwork.yml
  • Allow different preprocessed watch face paths
  • New banner

1.1.5 alpha 1

05 Jan 01:39
Compare
Choose a tag to compare
  • Fix issue with updating packages
  • Fix issues with script using old package.json

1.1.5

04 Jan 05:17
Compare
Choose a tag to compare
  • Correctly find python or prompt the user to download it
  • Fix multiple issues with building and auto-installing tools
  • Fix issues with getting packages from clockwork.yml

1.1.4

02 Jan 05:49
Compare
Choose a tag to compare
  • Change package.json to clockwork.yml
  • Allow changing where clockwork is installed (windows only, see docs)

New documentation

We've moved the documentation to nextra, which is available at: https://clockwork-pkg.pages.dev/

1.1.3

31 Dec 19:26
Compare
Choose a tag to compare
  • Fix issues with auto updater failing to update
  • Installer script now sets the correct permissions for the folder (windows only)
  • Fix runtime installation path resolving for windows
  • Gracefully handle updater rate limit errors

1.1.2

31 Dec 03:14
Compare
Choose a tag to compare
  • Fix hanging on checking for updates
  • Change build script install location since C:/Program Files wasn't playing nice with variables
  • Build preprocessing now uses the correct module in packages

1.1.1

30 Dec 22:50
Compare
Choose a tag to compare
  • Fix issues with upgrader
  • Update README to include quick installation instructions

1.1.0

30 Dec 22:17
Compare
Choose a tag to compare

Clockwork

wff-build-script is now Clockwork, an open-source package manager and builder for WFF projects. See the README.md to see how to use it.

1.0.0

30 Dec 01:43
Compare
Choose a tag to compare

Migration to executables and Typescript

The build script now uses typescript (behind the scenes), since it allows for more customization and functionality of the script, such as loaders and automatic dependency downloading. This is compiled as javascript and packaged as executables (e.g. .exe for windows) to include all node dependencies.

These changes are reflected in the README.md.