|
529 | 529 |
|
530 | 530 | <span id="v1-4-2" /><span id="v1-4-3" /> |
531 | 531 |
|
532 | | -## 27.10.2024 `v1.4.2` `v1.4.3` |
| 532 | +## 27.10.2024 `v1.4.2` `v1.4.3` |
533 | 533 |
|
534 | 534 | * <code>Path.extend(*rel_path*) -> *abs_path*</code> now also extends system variables like `%USERPROFILE%` and `%APPDATA%`. |
535 | 535 | * Removed unnecessary parts when checking for missing required libraries. |
|
602 | 602 |
|
603 | 603 | <span id="v1-2-4" /><span id="v1-2-5" /> |
604 | 604 |
|
605 | | -## 18.10.2024 `v1.2.4` `v1.2.5` |
| 605 | +## 18.10.2024 `v1.2.4` `v1.2.5` |
606 | 606 |
|
607 | 607 | * Added more info to the `README.md` as well as additional links. |
608 | 608 | * Adjusted the structure inside `CHANGELOG.md` for a better overview and readability. |
|
623 | 623 |
|
624 | 624 | <span id="v1-2-1" /><span id="v1-2-2" /> |
625 | 625 |
|
626 | | -## 18.10.2024 `v1.2.1` `v1.2.2` |
| 626 | +## 18.10.2024 `v1.2.1` `v1.2.2` |
627 | 627 |
|
628 | 628 | * Fixed bug in method <code>Path.get(*base_dir*=True)</code>:<br> |
629 | 629 | Previously, setting `base_dir` to `True` would not return the actual base directory or even cause an error.<br> |
|
655 | 655 |
|
656 | 656 | <span id="v1-1-6" /><span id="v1-1-7" /> |
657 | 657 |
|
658 | | -## 17.10.2024 `v1.1.6` `v1.1.7` |
| 658 | +## 17.10.2024 `v1.1.6` `v1.1.7` |
659 | 659 |
|
660 | 660 | * Fixed the `Cmd.cls()` method:<br> |
661 | 661 | There was a bug where only on Windows 10, the ANSI formats weren't cleared. |
662 | 662 |
|
663 | 663 |
|
664 | 664 | <span id="v1-1-4" /><span id="v1-1-5" /> |
665 | 665 |
|
666 | | -## 17.10.2024 `v1.1.4` `v1.1.5` |
| 666 | +## 17.10.2024 `v1.1.4` `v1.1.5` |
667 | 667 |
|
668 | 668 | * Added links to the `CHANGELOG.md` and `README.md` files. |
669 | 669 |
|
|
677 | 677 |
|
678 | 678 | <span id="v1-1-1" /><span id="v1-1-2" /> |
679 | 679 |
|
680 | | -## 17.10.2024 `v1.1.1` `v1.1.2` |
| 680 | +## 17.10.2024 `v1.1.1` `v1.1.2` |
681 | 681 |
|
682 | 682 | * Adjusted the library's description. |
683 | 683 |
|
|
708 | 708 |
|
709 | 709 | <span id="v1-0-7" /><span id="v1-0-8" /> |
710 | 710 |
|
711 | | -## 16.10.2024 `v1.0.7` `v1.0.8` |
| 711 | +## 16.10.2024 `v1.0.7` `v1.0.8` |
712 | 712 |
|
713 | 713 | * Added `input()` method to the `FormatCodes` class, so you can make pretty looking input prompts. |
714 | 714 | * Added warning for no network connection when trying to [install missing libraries](#improved-lib-importing). |
|
728 | 728 |
|
729 | 729 | <span id="v1-0-1" /><span id="v1-0-2" /><span id="v1-0-3" /><span id="v1-0-4" /><span id="v1-0-5" /> |
730 | 730 |
|
731 | | -## 15.10.2024 `v1.0.1` `v1.0.2` `v1.0.3` `v1.0.4` `v1.0.5` |
| 731 | +## 15.10.2024 `v1.0.1` `v1.0.2` `v1.0.3` `v1.0.4` `v1.0.5` |
732 | 732 |
|
733 | 733 | * Fixed `f-string` issues for Python 3.10: |
734 | 734 | 1. Not making use of same quotes inside f-strings any more. |
|
0 commit comments