Skip to content

Releases: beat-forge/init-beatsaber

v1.6.6

10 Oct 17:24
Compare
Choose a tag to compare

1.6.6 (2024-10-10)

Bug Fixes

  • handle missing package.json gracefully (f2f2c84)

v1.6.5

04 Oct 23:24
Compare
Choose a tag to compare

1.6.5 (2024-10-04)

Bug Fixes

  • major refactors and fixes to error handling. should improve general reliability of this action in many different circumstances. (426db66)

v1.6.4

14 Sep 20:56
Compare
Choose a tag to compare

1.6.4 (2024-09-14)

Bug Fixes

  • Remove data from path, it's in the actual dir (3bc2a75)

v1.6.3

19 Jul 03:34
2c84094
Compare
Choose a tag to compare

1.6.3 (2024-07-19)

Bug Fixes

  • attempting to fix a strange bug with repo defaults. (b44e9e1)
  • I forgot to update the action.yml. This should fix a LOT of bugs. (c5235a9)

v1.6.2

19 Jul 02:47
fb8f8d2
Compare
Choose a tag to compare

1.6.2 (2024-07-19)

Bug Fixes

  • token is now an optional parameter (b66159e)

v1.6.1

18 Jul 02:56
356a7cb
Compare
Choose a tag to compare

1.6.1 (2024-07-18)

Bug Fixes

  • remove BOM from manifest.json if present (51e47f0)

v1.6.0

18 Jul 02:46
2b3d652
Compare
Choose a tag to compare

1.6.0 (2024-07-18)

Features

  • infer Beat Saber version from manifest.json if not specified (de0df7d)

v1.5.2

18 Jul 02:25
cf43de7
Compare
Choose a tag to compare

1.5.2 (2024-07-18)

Bug Fixes

  • proper moveContents call (11a58fd)

v1.5.1

18 Jul 02:20
9c6caa4
Compare
Choose a tag to compare

1.5.1 (2024-07-18)

Bug Fixes

v1.5.0

18 Jul 02:02
7f13ba9
Compare
Choose a tag to compare

1.5.0 (2024-07-18)

Features

  • add host flag for customizable git URL + refactor (b3f3198)
  • init (f323b53)
  • switch from file downloading to branch downloading (31da1cd)

Bug Fixes

  • checkout (8879ee4)
  • bundling (a4d329d)
  • bundling again (a30b6ab)
  • bundling again again (9bdf6c3)
  • checkout (ac73884)
  • ensure the directories are actually created. (c07ef2c)
  • ensure the directory is created properly (07966dd)
  • fetch all branches from origin (fcbd32e)
  • force build (9da0df6)
  • I'm gonna bundle myself in a minute if this doesn't work (2a2cc20)
  • identify ci (1ba2d92)
  • just a bump to release the action (2ada7b9)
  • log EVERYTHING for debugging. (5c700a0)
  • mkdir + debugging (a4df869)
  • my dyslexia (8879ee4)
  • proper raw.githubusercontent.com link (0e525e8)
  • regression in functionality vs documentation (4f3ad6b)
  • remove unused github (fix for force release) (123c72a)
  • response headers logging (3a1c7f8)
  • slight rewrite, should download properly now. (68c8af6)
  • tag subversions (8879ee4)
  • the final bundle (1a81a58)
  • update bundle workflow to fetch full history (0f2ad2f)
  • update dist damn it (3dda875)
  • update release workflow to include git pull before pushing changes (b7c1db4)
  • update release workflow to use RELEASE_GITHUB_TOKEN (c7a6cad)
  • update tar extraction to filter only 'data/' paths (bd649f8)
  • update tar extraction to filter only 'data/' paths and use version instead of versions. (6c5ce9c)
  • use native fetch (30aa353)
  • use the data directory (97ab249)
  • who needs local CI testing right? (fe1342f)
  • witchcraft (f028bf6)

Performance Improvements

  • switch to bun! (node runtime, for now.) (1c4c5ed)