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

V0.3.5 #40

Merged
merged 10 commits into from
Sep 22, 2024
Merged

V0.3.5 #40

merged 10 commits into from
Sep 22, 2024

Conversation

JakeWnuk
Copy link
Owner

  • Large documentation updates
  • -w now accepts a range
  • Bug fixes for mask-swap
    • Fixed a bug where ?b was not included
    • Fixed a bug where token duplication checks were making invalid swaps
  • Updated file buffer from 4 GB to 1 GB

- reduce file size buffer from 4gb to 2gb to better ensure all environments can run it
So the reason I'm dropping from 4gb -> 1 GB is because I really do not want any strong hardware constraints on operating the tool in different environments that may have limited memory allocated.

The allocation is also used for any file reading. Despite a bigger buffer being faster, its not typical enough to drastically change the program and is a more niche use case.
Added the ability for -w to be a range instead of a single integer.

Updated all templates and associated documentation.
Update message text
- Issue was found that the logic for reflected tokens was adding invalid cases. Decision was made to remove the additional logic and edit the unit test.
- Unit test has been edited for ShuffleMap
Regex did not include ?b masks
@JakeWnuk JakeWnuk self-assigned this Sep 22, 2024
@JakeWnuk JakeWnuk merged commit 0c94308 into main Sep 22, 2024
1 check failed
@JakeWnuk JakeWnuk deleted the v0.3.5 branch September 22, 2024 20:46
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.

1 participant