Skip to content

Releases: Turtlepaw/clockwork

1.1.6 Fix 2

08 Feb 01:23
Compare
Choose a tag to compare
  • upgrade now actually upgrades packages to their latest major, minor, or patch version
  • Add update command to update packages to their minor or patch versions (ffa5229)
  • Correctly fetch all tags using git (1904290)
  • Fix an issue that causes clockwork to think that the oldest version was the latest (2025b1b)

1.1.6 Fix 1

06 Feb 23:32
Compare
Choose a tag to compare
  • Fix issues with windows paths

1.1.6

04 Feb 02:55
Compare
Choose a tag to compare
  • Rename "manifest" to "registry"
  • Support for postinstall and postupdate scripts (see Scripts)
  • Fix multiple bugs
    • When prompted to install a package with no tags available, selecting 'no' still caused it to continue attempting the installation.
    • Fix issues with spaces in Windows paths
  • Improve documentation on registry
  • Allow for both clockwork.yaml and clockwork.yml
  • Create clockwork.yaml instead when initializing a project (see this answer)

1.1.5 alpha 3

09 Jan 03:52
Compare
Choose a tag to compare
  • Add support for py along with python

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