Skip to content
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

feature(configurable-gui): specify item slots using "-" and "," #41

Merged
merged 2 commits into from
Oct 1, 2023
Merged

feature(configurable-gui): specify item slots using "-" and "," #41

merged 2 commits into from
Oct 1, 2023

Conversation

discordrpc
Copy link
Contributor

@discordrpc discordrpc commented Oct 1, 2023

Introduces the ability to specify item slots using a combination of hyphens ("-") and commas (","). Users can now input slot ranges such as "0-8,44-53".

Resolves #36

Copy link
Owner

@hamza-cskn hamza-cskn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to me.

Summary of changes:

Check order of integer list and range detection has reversed and added range parsing support for integer list. Expected input: 1-5,12-36,9-31 etc.

@hamza-cskn hamza-cskn merged commit 6811e24 into hamza-cskn:master Oct 1, 2023
1 check passed
@hamza-cskn
Copy link
Owner

Thank you for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Support slot configuration in a format like "10-12,19,21,28-30"
2 participants