You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update README.md with changelog for show_progress
This commit updates the `README.md` file to include a changelog for the newly added `show_progress` feature. It also updates the example usage to demonstrate the new parameter.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
8
8
LocalSiteMap is an open-source Python package designed for generating sitemaps from local files. It tracks `HTML` and `HTM` files, and generates complete sitemaps for the root website, including directories.
9
9
10
+
### Changes in version 1.0.1:
11
+
- Added `show_progress` boolean to print out mapping progress, pages mapped, and files found.
12
+
10
13
### Changes in version 1.0.0:
11
14
- Added initial package code, with automatic directory crawling to generate the `sitemap.xml` file.
0 commit comments