-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6 missing from releases #10
Comments
will release. I nearly forgot 😅 |
Thanks! Good that my updater just complained (your module is in my repo) or you might not have remembered at all 🙈 I see the tag is there now. Can you give me a ping here when the release has been created and the ZIP is attached? Then I'd trigger a rescan here. |
Sure. 👍 |
Looks like now that v6 is there, v6.5 is missing 🙈 |
@ahkehrah v6.5 attachment is still missing. Will you add it? You've adjusted the version back in May, so since then on each update run I receive an error (404 for the ZIP). Are you still around and can fix that? Thanks in advance! |
@ahkehra now your |
Actually, I've been wanting to fix a bug for a long time, where the CPU core usage sometimes spikes and causes overheating. That's why I haven't published it yet. |
I will notify you once this issue is fixed, so please be patient, apologies for any inconvenience caused by this issue. |
Thanks! And yes, I'll be patient (and ignore the update check failures a little longer). To prevent those failures with update checks, maybe always have the Of course you could also have an {
"version": "v6",
"versionCode": "60",
"zipUrl": "https://github.com/realakeera/high_perf_dac/releases/download/v6/high_perf_dac-v6.zip ",
"changelog": ""
} would currently match. I could then point the updater here to that (and wouldn't have to construct an |
You're welcome! That’s a great suggestion, and I appreciate your patience. Using module.prop for development versions and an update.json for stable releases sounds like an efficient approach to streamline update checks and prevent failures. I’ll definitely consider implementing this and make things more organized for repos. Actually, I've been quite busy these days, which is why I haven't noticed or implemented this yet. I'll take care of it later Thankyou 💌. |
Thanks a lot! Please give me a ping when it's there so I can check and update the config here accordingly. Edit: Ah, I see it's there already, let me check then… |
Yay, cool, works!
No errors anymore 🤩 Solved then I guess and we can close this issue – unless you want to keep it as reminder for something? |
Yeah don't close |
module.prop
suggests there is a v6 available, but the latest release (and also tag) is v5.5. Will the v6 tag be created, and the corresponding ZIP file attached? Maybe you just forgot?The text was updated successfully, but these errors were encountered: