Change title of LABS version of the mod
See original GitHub issueTo help differentiate which version of the mod a user has active, could we append “LABS” to the mod name for the upcoming labs
branch?
I’ve no idea how to make that work consistently, other than perhaps a conditional based on workshop id?
Also, what are we going to do about milestone names in github?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Allowing stream mods to change stream title and other ...
Hey, so I've had a problem with mods not being able to edit, add or delete commands. I'm not sure if there's a...
Read more >How To Change Twitch Stream Title As A Mod - YouTube
The video shows you how to change the Twitch stream title as a mod on Twitch. 0:00 - Intro 0:13 - Twitch 0:52...
Read more >How to Change Title as a Mod on Twitch (Nightbot ... - YouTube
Streaming chatbots allow mods to change the title and game of a stream. This saves the streamer from having to do it themselves, ......
Read more >StreamElements Change Stream Title Command (For Mods)
Let your mods change your Twitch stream title via a Twitch chat command. With this StreamElements Change Stream Title Command you make it ......
Read more >Here's How To Mod Your VR Games Using ONLY The Quest!
This method will also help you install mods on other quest titles that don't ... Java IP: mc.themysticle.com ( Version 1.16.4) Bedrock IP: ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think perhaps a new versioning system should be adopted as well, to reflect which version of TMPE the experimental/beta version is based from (or to indicate the latest prior stable release).
Currently, TMPE is 1.10.14, while this experimental version is 1.10.16. I’d propose 1.10.14.X or 1.10.14.Xb with the lowercase b standing for beta.
IMO we could remove the “1.” prefix entirely.
Just increment major build number for every new feature version, and increment minor build number for every fix (11.0, 11.1, … , 12.0, 12.1, 12.2, …). If we plan to implement a strict migration scheme (I would suggest that) such that each labs version will eventually become stable then we don’t need the “b” suffix. Labs would then always be exactly one major version ahead of stable.
Proposed process: New features are rolled out first on labs (say v12.0) while stable remains on the previous version (v11.0) for some time. If a bug is found and fixed, all affected live versions are updated, such that stable becomes v11.1 and labs becomes v12.1 if both are affected. When a feature is ready for stable, the current labs version (v12.1) becomes the new stable and the new labs version is incremented (v13.0). A bugfix for stable OR labs only increments the corresponding minor version.