-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improved diff Updated mods #73
Comments
This might be possible to do using the FlexVer by parsing the file names, but still will not be perfect because CurseForge doesn't provide the data. |
Extract the version info is the best choice. But not stable even with FlexVer There is a regex I created before. https://regex101.com/r/JCgBoh/3. Will work in this situation by modify a bit. Of course, not stable without a bunch of test. I think showing the different part first can be another workaround. Right align? I prefer FlexVer anyway. |
This is using the mordant layout, Maybe it could be fixed using Text Wrapping, but I don't know if it will work with the layout. |
Implement filtering based on a regular expression, so that only the version change is displayed, for example, discard the repeating part, such as the mod name and the version of minecraft and forge/fabric
Or just the name, almost all mods use different version semantics, but as observations show, the mod name is always in front, which can be used
before
after
The text was updated successfully, but these errors were encountered: