Open
Description
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
### Updated
- Alfheim-1.4.jar -> Alfheim-1.5-Dev-4.jar
- BetterQuestPopup-1.12.2-1.2.1.jar -> BetterQuestPopup-1.12.2-1.2.3.jar
- UniLib-1.0.3+1.12.2-forge.jar -> UniLib-1.0.4+1.12.2-forge.jar
after
### Updated
- Alfheim 1.4 -> 1.5-Dev-4
- BetterQuestPopup 1.2.1 -> 1.2.3
- UniLib 1.0.3+1.12.2-forge -> 1.0.4+1.12.2-forge
Metadata
Assignees
Projects
Status
Ready🚀