2024-03-19 22:44:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 19 03:57:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Remove now-unneeded cargo_config
|
|
|
|
|
- Enable tests
|
|
|
|
|
- Update to version 0.5.0+g0:
|
|
|
|
|
* ran cargo fmt.
|
|
|
|
|
* fixed order of mulit-char uppercase mappings.
|
|
|
|
|
* added CLI flag, integration with rest of program.
|
|
|
|
|
* added constructor for punctuatedwordselector
|
|
|
|
|
* better version based on double ended vec.
|
|
|
|
|
* iterator based implementation.
|
|
|
|
|
* docs: readme fixes
|
|
|
|
|
|
2023-08-13 14:08:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 13 13:26:56 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Replace obsoleted `disabled` option with `manual`
|
|
|
|
|
|
2023-02-15 07:57:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 15 07:55:58 UTC 2023 - socvirnyl.estela@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.1+g12:
|
|
|
|
|
* fix the z thing
|
|
|
|
|
* Add .deepsource.toml
|
|
|
|
|
* Remove redundant code
|
|
|
|
|
* Compress bundled wordlists
|
|
|
|
|
* docs: correct comment
|
|
|
|
|
* doc: correct comments
|
|
|
|
|
* doc: resolve and remove documentation TODOs
|
|
|
|
|
* fix: ensure correct command line arguments
|
|
|
|
|
|
2022-07-16 02:41:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 16 02:39:09 UTC 2022 - socvirnyl.estela@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.1:
|
|
|
|
|
* doc: update demo GIF
|
|
|
|
|
* fix: use terminal_width to check min width
|
|
|
|
|
* doc: add GitHub FUNDING.yml
|
|
|
|
|
* chore: remove resolved TODO
|
|
|
|
|
* doc: overhaul Word list docstrings
|
|
|
|
|
* chore: move min line width to global const variable
|
|
|
|
|
* fix: use ```vec`` and use max line length as ```50```
|
|
|
|
|
* chore: format files
|
|
|
|
|
* fix: export LOCALE before sorting
|
|
|
|
|
* docs: add doc comment crediting monkeytype for word lists
|
|
|
|
|
* chore: format word lists
|
|
|
|
|
* refactor: update wordlists.rc to add the new word list files
|
|
|
|
|
* feat: add english commonly misspelled word list
|
|
|
|
|
* feat: add english 10k word list
|
|
|
|
|
* feat: add new 25k word list
|
|
|
|
|
|
2022-05-23 06:29:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 21 15:37:56 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for toipe (0.4.0)
|