Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddcapone committed Nov 27, 2024
1 parent 9744541 commit 2dd3cb1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ Prix
```
### Example Output (Displayed in GUI):
![example_output_01](https://github.com/user-attachments/assets/ee1fdebc-e758-4d03-9138-84aec7944494)
```
Found Words:
password strength
Expand All @@ -84,6 +80,15 @@ Duplicates in CSV:
- Strings are compared without case sensitivity or surrounding quotes (e.g., `"Password Strength"` and `password strength` are treated as equal).
- The application dynamically updates the progress bar and results list to ensure responsiveness.
## Changelog
### Version 1.1.0
#### Added
- Checkbox to toggle "Duplicates" display in results.
#### Fixed
- Ensured accurate comparison of input strings against both columns.
## Contributing
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
Expand Down

0 comments on commit 2dd3cb1

Please sign in to comment.