Skip to content

Commit 18877c1

Browse files
authored
Refactor CHANGELOG.md for better structure
1 parent 5a27d05 commit 18877c1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529

530530
<span id="v1-4-2" /><span id="v1-4-3" />
531531

532-
## 27.10.2024 `v1.4.2``v1.4.3`
532+
## 27.10.2024 `v1.4.2``v1.4.3`
533533

534534
* <code>Path.extend(*rel_path*) -> *abs_path*</code> now also extends system variables like `%USERPROFILE%` and `%APPDATA%`.
535535
* Removed unnecessary parts when checking for missing required libraries.
@@ -602,7 +602,7 @@
602602

603603
<span id="v1-2-4" /><span id="v1-2-5" />
604604

605-
## 18.10.2024 `v1.2.4``v1.2.5`
605+
## 18.10.2024 `v1.2.4``v1.2.5`
606606

607607
* Added more info to the `README.md` as well as additional links.
608608
* Adjusted the structure inside `CHANGELOG.md` for a better overview and readability.
@@ -623,7 +623,7 @@
623623

624624
<span id="v1-2-1" /><span id="v1-2-2" />
625625

626-
## 18.10.2024 `v1.2.1``v1.2.2`
626+
## 18.10.2024 `v1.2.1``v1.2.2`
627627

628628
* Fixed bug in method <code>Path.get(*base_dir*=True)</code>:<br>
629629
Previously, setting `base_dir` to `True` would not return the actual base directory or even cause an error.<br>
@@ -655,15 +655,15 @@
655655

656656
<span id="v1-1-6" /><span id="v1-1-7" />
657657

658-
## 17.10.2024 `v1.1.6``v1.1.7`
658+
## 17.10.2024 `v1.1.6``v1.1.7`
659659

660660
* Fixed the `Cmd.cls()` method:<br>
661661
There was a bug where only on Windows 10, the ANSI formats weren't cleared.
662662

663663

664664
<span id="v1-1-4" /><span id="v1-1-5" />
665665

666-
## 17.10.2024 `v1.1.4``v1.1.5`
666+
## 17.10.2024 `v1.1.4``v1.1.5`
667667

668668
* Added links to the `CHANGELOG.md` and `README.md` files.
669669

@@ -677,7 +677,7 @@
677677

678678
<span id="v1-1-1" /><span id="v1-1-2" />
679679

680-
## 17.10.2024 `v1.1.1``v1.1.2`
680+
## 17.10.2024 `v1.1.1``v1.1.2`
681681

682682
* Adjusted the library's description.
683683

@@ -708,7 +708,7 @@
708708

709709
<span id="v1-0-7" /><span id="v1-0-8" />
710710

711-
## 16.10.2024 `v1.0.7``v1.0.8`
711+
## 16.10.2024 `v1.0.7``v1.0.8`
712712

713713
* Added `input()` method to the `FormatCodes` class, so you can make pretty looking input prompts.
714714
* Added warning for no network connection when trying to [install missing libraries](#improved-lib-importing).
@@ -728,7 +728,7 @@
728728

729729
<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" />
730730

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`
732732

733733
* Fixed `f-string` issues for Python 3.10:
734734
1. Not making use of same quotes inside f-strings any more.

0 commit comments

Comments
 (0)