diff --git a/CHANGELOG.md b/CHANGELOG.md index ecce352..c7a6da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,38 +2,64 @@ +## v0.3.3 (2024-01-12) + +### Ci + +* ci: adjust publishing ([`dac102a`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/dac102a5bc979f2273bf36571d8546a110d434e5)) + +* ci: update way to publish to Pipy ([`554f622`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/554f6225fb135731c908068309858f0a827a1cc3)) + +* ci: rework publishing ([`6a453fa`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/6a453fad0cf05597df5c16b75ab02a0501121826)) + +### Fix + +* fix: add better way to exclude tags in some text +like links, wikilinks, code, and html + +also fix wrong read html ([`ae39f71`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/ae39f717b5d4a522b706721e4866df9019003c5d)) + +### Test + +* test: add more tests ([`0f5f60c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/0f5f60c770a3e98dc65a692d6deb4685501db692)) + +### Unknown + +* Update publish.yml ([`fbebf15`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/fbebf15c0079d8adfdb3593becf38a9401207f4f)) + + ## v0.3.2 (2024-01-12) ### Chore -* chore: add pyproject, upgrade pipenv ([`ad9bd43`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/ad9bd4343bc503666d9231bd2f26c9d7cd8a51c4)) +* chore: add pyproject, upgrade pipenv ([`ad9bd43`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/ad9bd4343bc503666d9231bd2f26c9d7cd8a51c4)) ### Fix -* fix: remove useless logs that spam ([`a213bb4`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/a213bb420c7dc65a201ef27fbacb9a6707a74613)) +* fix: remove useless logs that spam ([`a213bb4`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/a213bb420c7dc65a201ef27fbacb9a6707a74613)) -* fix: bug caused by html in codeblocks ([`5b85a12`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/5b85a1245ad410636ec15981b3c45fbd451f0b46)) +* fix: bug caused by html in codeblocks ([`5b85a12`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/5b85a1245ad410636ec15981b3c45fbd451f0b46)) ## v0.3.1 (2023-10-05) ### Chore -* chore: create release ([`7c8896c`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/7c8896cdc78d837e8f87458386a19f9b1887296c)) +* chore: create release ([`7c8896c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7c8896cdc78d837e8f87458386a19f9b1887296c)) -* chore: add pipfile ([`92893d5`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/92893d5a5e818666fd150d64befdd8e381ed5018)) +* chore: add pipfile ([`92893d5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/92893d5a5e818666fd150d64befdd8e381ed5018)) ### Documentation -* docs: Update readme ([`c81dde2`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/c81dde2465c0dfada28e9f3ab0e2896594e713a0)) +* docs: Update readme ([`c81dde2`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c81dde2465c0dfada28e9f3ab0e2896594e713a0)) ### Fix -* fix(code): #tags was converted by error in codeblocks ([`d1f904c`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/d1f904c0c61236f4f8a8222c65eb28fe113c8de4)) +* fix(code): #tags was converted by error in codeblocks ([`d1f904c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/d1f904c0c61236f4f8a8222c65eb28fe113c8de4)) ### Style -* style: remove useless file ([`a416181`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/a41618106b72301096cc56795dd1c4b616e0b463)) +* style: remove useless file ([`a416181`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/a41618106b72301096cc56795dd1c4b616e0b463)) ## v0.3.0 (2022-12-02) @@ -41,24 +67,24 @@ ### Feature * feat: adding support for -\_ characters -close #2 ([`c2f02a8`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/c2f02a86c31c8bd00f53c177cc36a74b71ba04b5)) +close #2 ([`c2f02a8`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c2f02a86c31c8bd00f53c177cc36a74b71ba04b5)) ### Fix * fix: typo in README -See #1 ([`2e90848`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/2e908482d6ad079e6c02939d5ece797cecfa1084)) +See #1 ([`2e90848`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2e908482d6ad079e6c02939d5ece797cecfa1084)) ### Test -* test: remove error import ([`75ab0ef`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/75ab0efaa76bba50cdb092b7f53a832e0bf0fa83)) +* test: remove error import ([`75ab0ef`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/75ab0efaa76bba50cdb092b7f53a832e0bf0fa83)) ## v0.2.2 (2022-12-02) ### Fix -* fix: hashtags converted in html blocks ([`98b5e5b`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/98b5e5b8dfc08ae98eca088fb249e1ed33d95c1d)) +* fix: hashtags converted in html blocks ([`98b5e5b`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/98b5e5b8dfc08ae98eca088fb249e1ed33d95c1d)) ## v0.2.1 (2022-07-28) @@ -68,133 +94,133 @@ See #1 ([`2e90848`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attr ### Build -* build: add support for python 3.8 ([`bd62f94`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/bd62f947c87057fdbaafe64c532729f096d50253)) +* build: add support for python 3.8 ([`bd62f94`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/bd62f947c87057fdbaafe64c532729f096d50253)) ## v0.1.9 (2022-07-10) ### Fix -* fix: Better parsing of CSS ID ([`b7eb809`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/b7eb809d5b678ef52e99413b7aecc0a3b72777cd)) +* fix: Better parsing of CSS ID ([`b7eb809`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/b7eb809d5b678ef52e99413b7aecc0a3b72777cd)) ## v0.1.8 (2022-07-10) ### Fix -* fix(css): update regex to recognize maximum id selector ([`0837137`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/08371376efc0fc3e71384d74e71e704bac42f458)) +* fix(css): update regex to recognize maximum id selector ([`0837137`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/08371376efc0fc3e71384d74e71e704bac42f458)) ## v0.1.7 (2022-07-09) ### Documentation -* docs(typo): Typo ([`13d5516`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/13d55162ba7e990e57d40ca8294c248fa344ee96)) +* docs(typo): Typo ([`13d5516`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/13d55162ba7e990e57d40ca8294c248fa344ee96)) ### Fix -* fix: better reading css ([`54f24ca`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/54f24ca7d120d5f3e77eb6ffc5036e4d0e76ffe3)) +* fix: better reading css ([`54f24ca`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/54f24ca7d120d5f3e77eb6ffc5036e4d0e76ffe3)) ### Test -* test: add more tests ([`72cda91`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/72cda91d8d6e1005de7f19d6cc366ad6edc66a13)) +* test: add more tests ([`72cda91`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/72cda91d8d6e1005de7f19d6cc366ad6edc66a13)) ## v0.1.6 (2022-07-09) ### Documentation -* docs: add conda environment ([`c11caa7`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/c11caa7c4070e6b0e9d375c07aa7f09ba99d08fc)) +* docs: add conda environment ([`c11caa7`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/c11caa7c4070e6b0e9d375c07aa7f09ba99d08fc)) -* docs: add example and info ([`ea9a5c5`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/ea9a5c5a7c934dfd6ca38efa768b7bf35f26b97c)) +* docs: add example and info ([`ea9a5c5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/ea9a5c5a7c934dfd6ca38efa768b7bf35f26b97c)) ### Fix -* fix: attributes for all paragraph combined with attributes on word ([`8bc1809`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/8bc1809ae8b84f3f82067e7a59b9e656ca7bb95f)) +* fix: attributes for all paragraph combined with attributes on word ([`8bc1809`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8bc1809ae8b84f3f82067e7a59b9e656ca7bb95f)) ## v0.1.5 (2022-07-09) ### Fix -* fix: hotfix entrypoints ([`231128a`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/231128af78afdc14c085ade7334264d8b8bad18f)) +* fix: hotfix entrypoints ([`231128a`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/231128af78afdc14c085ade7334264d8b8bad18f)) ## v0.1.4 (2022-07-09) ### Documentation -* docs: typo ([`5c269c6`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/5c269c69edcffc06c11d1a63ef865b5383e95e52)) +* docs: typo ([`5c269c6`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/5c269c69edcffc06c11d1a63ef865b5383e95e52)) -* docs: typo ([`a7b3abd`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/a7b3abdac045895dc845eca470410963b5aae17e)) +* docs: typo ([`a7b3abd`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/a7b3abdac045895dc845eca470410963b5aae17e)) -* docs: typo ([`2e08fb7`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/2e08fb702b187e4256fa93004290bd1851258160)) +* docs: typo ([`2e08fb7`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2e08fb702b187e4256fa93004290bd1851258160)) ### Fix -* fix: remove uncessary requirements ([`deb799b`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/deb799b0730481b8bd43fb5fe5f1a7b985f48e08)) +* fix: remove uncessary requirements ([`deb799b`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/deb799b0730481b8bd43fb5fe5f1a7b985f48e08)) ## v0.1.3 (2022-07-09) ### Documentation -* docs: add example ([`d86458c`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/d86458c3bac2824d13d2f6bc9541221448b97d88)) +* docs: add example ([`d86458c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/d86458c3bac2824d13d2f6bc9541221448b97d88)) ### Refactor -* refactor: remove duplicate code ([`53f5d67`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/53f5d679ad4e7d8d9c811f5c98182de56112ebaa)) +* refactor: remove duplicate code ([`53f5d67`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/53f5d679ad4e7d8d9c811f5c98182de56112ebaa)) ### Style -* style: some flake8 pyformat style ([`8f503b5`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/8f503b5fb371ec6d72857569cc9da5533e98aec8)) +* style: some flake8 pyformat style ([`8f503b5`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8f503b5fb371ec6d72857569cc9da5533e98aec8)) -* style: some flake8 pyformat style ([`8405e55`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/8405e55502df2ce890ff021ca135c99e33223674)) +* style: some flake8 pyformat style ([`8405e55`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/8405e55502df2ce890ff021ca135c99e33223674)) ## v0.1.2 (2022-07-08) ### Fix -* fix: a bunch of hot fix ([`4f57944`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/4f57944d3e08e90d823c8237f861743d4c90c9be)) +* fix: a bunch of hot fix ([`4f57944`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/4f57944d3e08e90d823c8237f861743d4c90c9be)) ### Test -* test: create test for the script ([`bd4e0ab`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/bd4e0ab69e159cc3df19707eb603a2f956ce2784)) +* test: create test for the script ([`bd4e0ab`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/bd4e0ab69e159cc3df19707eb603a2f956ce2784)) -* test: create test for the script ([`2fdcbc4`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/2fdcbc4da442ff1c5ebc76aa61b01e505e21aebf)) +* test: create test for the script ([`2fdcbc4`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2fdcbc4da442ff1c5ebc76aa61b01e505e21aebf)) ## v0.1.1 (2022-07-07) ### Chore -* chore: add semantic release ([`cc0850f`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/cc0850f70adc8057f99fa165b2b536568c15a6a4)) +* chore: add semantic release ([`cc0850f`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/cc0850f70adc8057f99fa165b2b536568c15a6a4)) -* chore: typo broke pipy page ([`7d42718`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/7d427182b48b0cee8285cfb974ebb9190919a23b)) +* chore: typo broke pipy page ([`7d42718`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7d427182b48b0cee8285cfb974ebb9190919a23b)) ### Fix * fix: no hashtags convertion in code_blocks -codeblocks composed of triple backtics ([`7742922`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/7742922f8c85208907c306337cb7b8fb245b0d79)) +codeblocks composed of triple backtics ([`7742922`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/7742922f8c85208907c306337cb7b8fb245b0d79)) ## v0.1.0 (2022-06-27) ### Chore -* chore: add pycharm special folder ([`9440e47`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/9440e47471e75b8e358535d43afc3d1613ac0d1e)) +* chore: add pycharm special folder ([`9440e47`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/9440e47471e75b8e358535d43afc3d1613ac0d1e)) -* chore: add requirements.txt ([`9f1da4c`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/9f1da4ca9eb5010eb6ad9315094dc9aa4cce7c20)) +* chore: add requirements.txt ([`9f1da4c`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/9f1da4ca9eb5010eb6ad9315094dc9aa4cce7c20)) ### Documentation -* docs: create and complete readme ([`2016003`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/2016003eb8c319be2cb419dd4e762c66ddf8ec74)) +* docs: create and complete readme ([`2016003`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/2016003eb8c319be2cb419dd4e762c66ddf8ec74)) ### Feature -* feat: create the plugin ([`702dddf`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/702dddf8490bfd82fe8cdd8b77ce65ea46373a0c)) +* feat: create the plugin ([`702dddf`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/702dddf8490bfd82fe8cdd8b77ce65ea46373a0c)) ### Unknown -* Initial commit ([`b38bad3`](https://github.com/ObsidianPublisher/mkdocs-custom-tags-attributes/commit/b38bad3deece30a2ddf9f6cdd097ce922e02a41e)) +* Initial commit ([`b38bad3`](https://github.com/Mara-Li/mkdocs-custom-tags-attributes/commit/b38bad3deece30a2ddf9f6cdd097ce922e02a41e)) diff --git a/setup.py b/setup.py index 2b09e2f..3ac8e20 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "0.3.2" +version = "0.3.3" with open("README.md", "r", encoding="utf-8") as f: long_description = f.read()