Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
226 lines (106 loc) · 7.95 KB

CHANGELOG.md

File metadata and controls

226 lines (106 loc) · 7.95 KB

CHANGELOG

v0.3.3 (2024-01-12)

Ci

  • ci: adjust publishing (dac102a)

  • ci: update way to publish to Pipy (554f622)

  • ci: rework publishing (6a453fa)

Fix

  • fix: add better way to exclude tags in some text like links, wikilinks, code, and html

also fix wrong read html (ae39f71)

Test

Unknown

v0.3.2 (2024-01-12)

Chore

  • chore: add pyproject, upgrade pipenv (ad9bd43)

Fix

  • fix: remove useless logs that spam (a213bb4)

  • fix: bug caused by html in codeblocks (5b85a12)

v0.3.1 (2023-10-05)

Chore

Documentation

Fix

  • fix(code): #tags was converted by error in codeblocks (d1f904c)

Style

  • style: remove useless file (a416181)

v0.3.0 (2022-12-02)

Feature

  • feat: adding support for -_ characters close #2 (c2f02a8)

Fix

  • fix: typo in README

See #1 (2e90848)

Test

  • test: remove error import (75ab0ef)

v0.2.2 (2022-12-02)

Fix

  • fix: hashtags converted in html blocks (98b5e5b)

v0.2.1 (2022-07-28)

v0.2.0 (2022-07-25)

Build

  • build: add support for python 3.8 (bd62f94)

v0.1.9 (2022-07-10)

Fix

  • fix: Better parsing of CSS ID (b7eb809)

v0.1.8 (2022-07-10)

Fix

  • fix(css): update regex to recognize maximum id selector (0837137)

v0.1.7 (2022-07-09)

Documentation

Fix

  • fix: better reading css (54f24ca)

Test

v0.1.6 (2022-07-09)

Documentation

  • docs: add conda environment (c11caa7)

  • docs: add example and info (ea9a5c5)

Fix

  • fix: attributes for all paragraph combined with attributes on word (8bc1809)

v0.1.5 (2022-07-09)

Fix

  • fix: hotfix entrypoints (231128a)

v0.1.4 (2022-07-09)

Documentation

Fix

  • fix: remove uncessary requirements (deb799b)

v0.1.3 (2022-07-09)

Documentation

Refactor

  • refactor: remove duplicate code (53f5d67)

Style

  • style: some flake8 pyformat style (8f503b5)

  • style: some flake8 pyformat style (8405e55)

v0.1.2 (2022-07-08)

Fix

  • fix: a bunch of hot fix (4f57944)

Test

  • test: create test for the script (bd4e0ab)

  • test: create test for the script (2fdcbc4)

v0.1.1 (2022-07-07)

Chore

  • chore: add semantic release (cc0850f)

  • chore: typo broke pipy page (7d42718)

Fix

  • fix: no hashtags convertion in code_blocks codeblocks composed of triple backtics (7742922)

v0.1.0 (2022-06-27)

Chore

  • chore: add pycharm special folder (9440e47)

  • chore: add requirements.txt (9f1da4c)

Documentation

  • docs: create and complete readme (2016003)

Feature

  • feat: create the plugin (702dddf)

Unknown