From ec1d73153268f3b22496a7dfe4c9f651d5c28c96 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 3 Aug 2024 16:11:29 +0430 Subject: [PATCH 1/5] del : TODO.md removed --- TODO.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index c9ee449..0000000 --- a/TODO.md +++ /dev/null @@ -1,2 +0,0 @@ -## Todo -- \ No newline at end of file From 428f628718795cd0a7286b444b2fb260ab06d3af Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 3 Aug 2024 16:12:26 +0430 Subject: [PATCH 2/5] doc : badges bug fixed --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 373ae35..8e208ea 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,10 @@

- - Codecov - - - PyPI version - - - built with Python3 - - - Discord Channel - + Codecov + PyPI version + built with Python3 + Discord Channel ---------- From 7b2840a64f09a978eb45eff131310ef113a6dfce Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 3 Aug 2024 16:12:48 +0430 Subject: [PATCH 3/5] doc : TOC removed from README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 8e208ea..aa9cf29 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,6 @@ ---------- -## Table of contents - -* [Overview](https://github.com/openscilab/dmeta#overview) -* [Installation](https://github.com/openscilab/dmeta#installation) -* [Usage](https://github.com/openscilab/dmeta#usage) -* [Issues & Bug Reports](https://github.com/openscilab/dmeta#issues--bug-reports) -* [Todo](https://github.com/openscilab/dmeta/blob/main/TODO.md) -* [Contribution](https://github.com/openscilab/dmeta/blob/main/.github/CONTRIBUTING.md) -* [Authors](https://github.com/openscilab/dmeta/blob/main/AUTHORS.md) -* [License](https://github.com/openscilab/dmeta/blob/main/LICENSE) -* [Show Your Support](https://github.com/openscilab/dmeta#show-your-support) -* [Changelog](https://github.com/openscilab/dmeta/blob/main/CHANGELOG.md) -* [Code of Conduct](https://github.com/openscilab/dmeta/blob/main/.github/CODE_OF_CONDUCT.md) - - ## Overview

DMeta is an open source Python package that removes metadata of Microsoft Office files. From b1325e97d12f8254761cc593d573d41a62de266f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 3 Aug 2024 16:14:34 +0430 Subject: [PATCH 4/5] fix : CI badges bug fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa9cf29..edf5b31 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ DMeta is an open source Python package that removes metadata of Microsoft Office CI - + - + From 3e258459dc0d654bc982b19a1392179cbfd18f6f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sat, 3 Aug 2024 16:15:35 +0430 Subject: [PATCH 5/5] doc : CHANGELOG.md updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12869f..9b3226a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `update` function in `functions.py` - `update_all` function in `functions.py` - `extract_namespaces` function in `util.py` +- `README.md` updated ## [0.1] - 2024-06-19 ### Added - `CLI` handler