chore(main): release 1.8.0 - #486
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
4 times, most recently
from
August 9, 2026 01:52
5ec0476 to
97c63aa
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
from
August 10, 2026 10:15
97c63aa to
711f476
Compare
|
may i ask when the next update will be added becouse im so exited for animated lyrics or word by word lyrics |
Owner
Thanks, glad you're excited! 🎶 Word-by-word animated lyrics are landing in v1.8.0, which I'm targeting for around the end of next week (no hard promise, I'd rather ship it right). I'll post here the moment it's out! 🙌 |
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
15 times, most recently
from
August 19, 2026 07:44
63f4288 to
b4b5f42
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
from
August 19, 2026 18:18
b4b5f42 to
980863c
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
5 times, most recently
from
August 23, 2026 08:18
ef8d2d0 to
6ee0a80
Compare
InstaZDLL
added a commit
that referenced
this pull request
Aug 23, 2026
Running the purge by hand against the live repository turned every delete into "already gone", and the step would have reported a clean run. The listing was written on Windows, so each id reached gh with a trailing carriage return and matched nothing. The ids were fine; the tolerance was too wide. That tolerance exists for a real case — GitHub evicts on its own to hold the quota, so a cache can vanish between the listing and the delete, and one failure is a lost race rather than a fault. But every one failing is a different animal: the ids are malformed or the command is wrong, and swallowing that leaves the quota full while the job reports success. So the step now counts both outcomes, prints them, and fails when it deleted nothing and lost every id. CRLF cannot happen on ubuntu-latest, where python3 writes LF. The guard is not for that bug, it is for the class: a systematic failure that the per-id tolerance would render invisible. Verified by extracting the step body from the YAML and running it under a stubbed gh: six deleted exits 0, five deleted with one vanished exits 0, and all six failing prints the ::error:: and exits 1. The purge itself ran: 11 caches and 8.97 GB down to 5 and 3.52 GB, leaving the current generation of each job, the bun cache and #486's.
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
3 times, most recently
from
August 24, 2026 04:42
f14015d to
80f7563
Compare
|
can i ask again when the next update will be added because im so so exited for animated lyrics or word by word lyrics 👍 😁 |
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
from
August 24, 2026 18:34
80f7563 to
c3c0ddf
Compare
Me too |
github-actions
Bot
force-pushed
the
release-please--branches--main--components--waveflow
branch
from
August 25, 2026 05:16
c3c0ddf to
2ab6b5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
1.8.0 (2026-08-25)
Features
*_i18nsibling for localized strings (e76b70f), closes #440Bug Fixes
single oneshotinstead of persisting it as durable (#471) (4d0b9fe)Performance Improvements
This PR was generated with Release Please. See documentation.