From d2491b8a178d5c28f0a02f0529403537105057c5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 26 Dec 2023 17:57:38 +0900 Subject: [PATCH] 2.8.4 Automatically generated by python-semantic-release --- .idea/.gitignore | 8 + .../inspectionProfiles/profiles_settings.xml | 6 + .idea/misc.xml | 8 + .idea/modules.xml | 8 + .idea/notion2md.iml | 12 + .idea/vcs.xml | 6 + CHANGELOG.md | 1172 +++++++++++++++-- 7 files changed, 1101 insertions(+), 119 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/notion2md.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..4f07c7c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..ee72683 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/notion2md.iml b/.idea/notion2md.iml new file mode 100644 index 0000000..c747ae3 --- /dev/null +++ b/.idea/notion2md.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1e42d..2d0e0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,239 +1,1173 @@ -# Changelog +# CHANGELOG -All notable changes to this project will be documented in this file. See -[Conventional Commits](https://conventionalcommits.org) for commit guidelines. -### [2.8.3](https://github.com/echo724/notion2md/compare/v2.8.2...v2.8.3) (2023-06-29) + +## v2.8.4 (2023-12-26) + +### Chore + +* chore: fix crashed download badge ([`13c7b79`](https://github.com/echo724/notion2md/commit/13c7b79aa3665f4d903c6b9fdcde944215020bcc)) + +### Fix + +* fix: fix numbered list format according to commonmark format (#58) + +* test: fix numbered list + +* fix: numbered list requires local state + +* fix: change numbered list format according to commonmark + +from this change the output of numbered list will be: +``` +1. list1 +1. list2 +``` +even if the number list is sequenced. + +--------- + +Co-authored-by: Geoff Cox <redgeoff@gmail.com> ([`163c155`](https://github.com/echo724/notion2md/commit/163c1554c16fabf5465fec02e59f70005cae83eb)) +## v2.8.3 (2023-06-29) + +### Chore + +* chore(release): 2.8.3 [skip ci] + +### [2.8.3](https://github.com/echo724/notion2md/compare/v2.8.2...v2.8.3) (2023-06-29) + ### Bug Fixes -* constructor in README.md ([03e42c4](https://github.com/echo724/notion2md/commit/03e42c4a8ba2b29a91df243b588a3cbcc6caffdf)) +* constructor in README.md ([03e42c4](https://github.com/echo724/notion2md/commit/03e42c4a8ba2b29a91df243b588a3cbcc6caffdf)) ([`e19d925`](https://github.com/echo724/notion2md/commit/e19d92504423606c36065f7de25d3dc713b4ac10)) -### [2.8.2](https://github.com/echo724/notion2md/compare/v2.8.1...v2.8.2) (2023-02-26) +### Fix + +* fix: constructor in README.md ([`03e42c4`](https://github.com/echo724/notion2md/commit/03e42c4a8ba2b29a91df243b588a3cbcc6caffdf)) +### Unknown + +* Merge pull request #49 from kiwamizamurai/develop + +fix: constructor in README.md ([`29f3eed`](https://github.com/echo724/notion2md/commit/29f3eed436ad68f0a3ca68306825a39efe86514c)) + + +## v2.8.2 (2023-02-26) + +### Chore + +* chore(release): 2.8.2 [skip ci] + +### [2.8.2](https://github.com/echo724/notion2md/compare/v2.8.1...v2.8.2) (2023-02-26) ### Bug Fixes -* fix retrieving over 100 blocks [#46](https://github.com/echo724/notion2md/issues/46) ([a89ce45](https://github.com/echo724/notion2md/commit/a89ce454d5ec53e7721ae326030c603016d7ab57)) +* fix retrieving over 100 blocks [#46](https://github.com/echo724/notion2md/issues/46) ([a89ce45](https://github.com/echo724/notion2md/commit/a89ce454d5ec53e7721ae326030c603016d7ab57)) ([`1802000`](https://github.com/echo724/notion2md/commit/180200051de9659b00b56499b1d6f3918e5d650f)) -### [2.8.1](https://github.com/echo724/notion2md/compare/v2.8.0...v2.8.1) (2022-11-07) +* chore: upgrade development packages version ([`63af7c6`](https://github.com/echo724/notion2md/commit/63af7c6eaf10c16beedaf68ac734b11d2f6c13f7)) + +### Fix + +* fix: fix retrieving over 100 blocks #46 ([`a89ce45`](https://github.com/echo724/notion2md/commit/a89ce454d5ec53e7721ae326030c603016d7ab57)) + +### Style + +* style: remove f-string ([`75d7ca8`](https://github.com/echo724/notion2md/commit/75d7ca853fdc0ab0c4d467f4b2475e4cc5715628)) + +### Unknown + +* Merge pull request #48 from echo724/develop +Pull request with combining codes by George3d6 and style matching by echo724 ([`0e7c625`](https://github.com/echo724/notion2md/commit/0e7c62584383fcb7672ea19d9c60e2bf1fdeb23a)) + +* Merge pull request #47 from George3d6/main + +fix: fix 100 block limit ([`a3692d2`](https://github.com/echo724/notion2md/commit/a3692d242b27d1ec17008b2ac6d6a032ad8e8e8f)) + +* replaced has_next with has_more ([`eba832c`](https://github.com/echo724/notion2md/commit/eba832c6a19cf05890806ebe9e02241827c52820)) + +* fix ([`debde17`](https://github.com/echo724/notion2md/commit/debde17213078c0af6b0f64d74ace98b4e1d6558)) + +* fix ([`7548420`](https://github.com/echo724/notion2md/commit/7548420a694ffdd878d8937a724bfa3939a9e094)) + +* Create FUNDING.yml ([`81bd318`](https://github.com/echo724/notion2md/commit/81bd3186df5bf594036a7992d47eb826de22ca0b)) + + +## v2.8.1 (2022-11-07) + +### Chore + +* chore(release): 2.8.1 [skip ci] + +### [2.8.1](https://github.com/echo724/notion2md/compare/v2.8.0...v2.8.1) (2022-11-07) ### Bug Fixes -* **pyproject:** fix dependencies' version requirement ([a7f2b04](https://github.com/echo724/notion2md/commit/a7f2b0432d0b2746c381c0c98c20116a727253fb)), closes [#44](https://github.com/echo724/notion2md/issues/44) +* **pyproject:** fix dependencies' version requirement ([a7f2b04](https://github.com/echo724/notion2md/commit/a7f2b0432d0b2746c381c0c98c20116a727253fb)), closes [#44](https://github.com/echo724/notion2md/issues/44) ([`e62d241`](https://github.com/echo724/notion2md/commit/e62d241e0314774572ed674e3f1a3d7d9bb660c4)) -## [2.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14) +* chore: Add downlaod badges to README (#43) ([`f21a705`](https://github.com/echo724/notion2md/commit/f21a705e9c6ae80ed724807318773a778c9b7742)) + +### Fix + +* fix(pyproject): fix dependencies' version requirement +Thanks to pyMixin, found dependencies requirements are broken + +Close #44 ([`a7f2b04`](https://github.com/echo724/notion2md/commit/a7f2b0432d0b2746c381c0c98c20116a727253fb)) + +### Unknown + +* Merge pull request #45 from echo724/develop + +Close #44 ([`1753236`](https://github.com/echo724/notion2md/commit/1753236de9ab4d949c264e79586645b568dea540)) + +* Merge branch 'hotfix' into develop ([`9388c53`](https://github.com/echo724/notion2md/commit/9388c53b7462d4ac96364b0b79a1115f4faba2f1)) + + +## v2.8.0 (2022-10-14) + +### Chore + +* chore(release): 2.8.0 [skip ci] + +## [2.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14) + ### Features * Make downloaded filenames consistent between runs ([#38](https://github.com/echo724/notion2md/issues/38)) ([30e8f0b](https://github.com/echo724/notion2md/commit/30e8f0b9ccc9c103cbb7b35746c8ec9bc27ad76b)) - ### Bug Fixes -* Fixed [#40](https://github.com/echo724/notion2md/issues/40) due to the update of Notion API ([#42](https://github.com/echo724/notion2md/issues/42)) ([1a63351](https://github.com/echo724/notion2md/commit/1a633515ed835e9cda26cd0b5951773f2076a069)) +* Fixed [#40](https://github.com/echo724/notion2md/issues/40) due to the update of Notion API ([#42](https://github.com/echo724/notion2md/issues/42)) ([1a63351](https://github.com/echo724/notion2md/commit/1a633515ed835e9cda26cd0b5951773f2076a069)) ([`0fd85c0`](https://github.com/echo724/notion2md/commit/0fd85c075ffb26f4e16272a0b7e2092e61408cc7)) + +* chore: Update README.md #33 + +Update Notion2Md's python usage instruction ([`b042b57`](https://github.com/echo724/notion2md/commit/b042b57823c70b7e1fd3a29128496a7cdb740c09)) + +### Feature + +* feat: Make downloaded filenames consistent between runs (#38) + +The downloaded filenames change between multiple runs which make it hard +to track changes. +This will make them consistent by prefixing a the hashed url-path to the +filename. Using just the filename would not work if a notion page +contains e.g. two different images with the same filename. + +Co-authored-by: Felix <fkunzweiler@xps-felix.fritz.box> ([`30e8f0b`](https://github.com/echo724/notion2md/commit/30e8f0b9ccc9c103cbb7b35746c8ec9bc27ad76b)) + +### Fix + +* fix: Fixed #40 due to the update of Notion API (#42) + +* fix: Fixed MarkdownExporter makes markdown file even if unzipped flag is on + +* refactor: Moved CLIExporter to exporter directory + +* chore: Update dependency requirement of the version of Notion-client 1.0.1 + +* fix: Fixed parsing 'text' error due to update of Notion API ([`1a63351`](https://github.com/echo724/notion2md/commit/1a633515ed835e9cda26cd0b5951773f2076a069)) + +### Unknown + +* Support numbering for the numbered list item (#41) + +* test: Add Exception cases for Notion API + +* refactor: Remove useless abstraction + +* feature: Support numbering for the numbered list item ([`49a423a`](https://github.com/echo724/notion2md/commit/49a423a662c8c6745e16256df827714e396bb9fb)) + +* Refactor convertor (#35) + +* test: Add Exception cases for Notion API + +* refactor: Refactored BlockConverter's creating table function into class method + +* refactor: Add get_md_from_block_type in BlockConverter and Clean convert_block ([`352f6a5`](https://github.com/echo724/notion2md/commit/352f6a55a5d3f78fa0971d056f322be38060c2a1)) + +* Merge branch 'main' of https://github.com/echo724/notion2md ([`3aa993f`](https://github.com/echo724/notion2md/commit/3aa993fda934cd06e6294f39212ef071dd79d3b4)) + +* Update README.md + +Update Notion2Md's python usage instruction ([`21cc440`](https://github.com/echo724/notion2md/commit/21cc440cedafa2698eb822714563ab3906c67ca3)) -### [2.7.6](https://github.com/echo724/notion2md/compare/v2.7.5...v2.7.6) (2022-03-22) +## v2.7.6 (2022-03-22) + +### Chore + +* chore(release): 2.7.6 [skip ci] + +### [2.7.6](https://github.com/echo724/notion2md/compare/v2.7.5...v2.7.6) (2022-03-22) ### Features * Replace methods to Exporter Classes ([2b35818](https://github.com/echo724/notion2md/commit/2b3581801dfb0e08c7db39053013a8e80a29efdf)) - ### Bug Fixes * Change the way of calling get_children function ([4563790](https://github.com/echo724/notion2md/commit/4563790cff4f39e1625de2c748fe85bd9e0725c8)) -* Implemented Singletone pattern in NotionClient class ([b8443ba](https://github.com/echo724/notion2md/commit/b8443ba963267a4ede3df9e782d07d3001b0b8d6)) +* Implemented Singletone pattern in NotionClient class ([b8443ba](https://github.com/echo724/notion2md/commit/b8443ba963267a4ede3df9e782d07d3001b0b8d6)) ([`89e03c9`](https://github.com/echo724/notion2md/commit/89e03c9b8b6077b476baa9391fe7b28e6917d23c)) -### [2.7.5](https://github.com/echo724/notion2md/compare/v2.7.4...v2.7.5) (2022-03-01) +### Fix + +* fix: Change the way of calling get_children function ([`4563790`](https://github.com/echo724/notion2md/commit/4563790cff4f39e1625de2c748fe85bd9e0725c8)) + +* fix: Implemented Singletone pattern in NotionClient class ([`b8443ba`](https://github.com/echo724/notion2md/commit/b8443ba963267a4ede3df9e782d07d3001b0b8d6)) + +### Refactor + +* refactor: Refactoring ExportBlockCommand's exporting process with using Exporter class ([`4d8ff55`](https://github.com/echo724/notion2md/commit/4d8ff55c0a858516c8cc2d5f30009ca0541115da)) + +* refactor: remove client property in NotionClient ([`77f4833`](https://github.com/echo724/notion2md/commit/77f4833a570cba5dc5a7a268c3c73bdf993ea661)) + +* refactor: Move notion2md exceptions to exceptions.py ([`7b2d437`](https://github.com/echo724/notion2md/commit/7b2d4375032e5dfe67843e9ccb12e8416ffffc1c)) + +### Style + +* style: Remove prefix message in download output ([`f60825e`](https://github.com/echo724/notion2md/commit/f60825e6a80cc3038c3440f1a7bb131af824a3ea)) + +* style: Change the code style in cleo application ([`cb0e3c9`](https://github.com/echo724/notion2md/commit/cb0e3c9a6a11133c256195e14eb6152b7e77d4e3)) +* style: Fix typo in error output: ERRER -> ERROR ([`5bec381`](https://github.com/echo724/notion2md/commit/5bec381cb838b7c95570754e630c1101915e7463)) + +### Test + +* test: Create Exceptions for checking API Key ([`1dd45b1`](https://github.com/echo724/notion2md/commit/1dd45b12b25f6c232d0c1096486bd480b096be7e)) + +### Unknown + +* feature: Replace methods to Exporter Classes + +Add +Exporter BaseClass + +Replace +markdown_exporter -> MarkdownExporter(...).export() +string_exporter -> StringExporter(...).export() ([`2b35818`](https://github.com/echo724/notion2md/commit/2b3581801dfb0e08c7db39053013a8e80a29efdf)) + + +## v2.7.5 (2022-03-01) + +### Chore + +* chore(release): 2.7.5 [skip ci] + +### [2.7.5](https://github.com/echo724/notion2md/compare/v2.7.4...v2.7.5) (2022-03-01) ### Bug Fixes -* Remove Singleton pattern in Config class ([#31](https://github.com/echo724/notion2md/issues/31)) ([2de75e3](https://github.com/echo724/notion2md/commit/2de75e367e1a4cea0bf8c4c0bd31b05f805e8f8b)) +* Remove Singleton pattern in Config class ([#31](https://github.com/echo724/notion2md/issues/31)) ([2de75e3](https://github.com/echo724/notion2md/commit/2de75e367e1a4cea0bf8c4c0bd31b05f805e8f8b)) ([`a50f44f`](https://github.com/echo724/notion2md/commit/a50f44f0e32d06ea771bf24023e8c05adafa2cfa)) + +* chore: Add semantic release github action ([`794259a`](https://github.com/echo724/notion2md/commit/794259aa5142f7f3df54d620c6d180b4c18c5ec2)) + +### Documentation + +* docs: Promote Notion2Medium in README ([`0804d34`](https://github.com/echo724/notion2md/commit/0804d34215f7bcc475993970483559da5740eaed)) + +* docs: Change import exporter names in python code ([`9b38d5f`](https://github.com/echo724/notion2md/commit/9b38d5fd442bab596df1b913a760f49387172d47)) + +### Fix + +* fix: Remove Singleton pattern in Config class (#31) ([`2de75e3`](https://github.com/echo724/notion2md/commit/2de75e367e1a4cea0bf8c4c0bd31b05f805e8f8b)) + +### Refactor + +* refactor: Include file downloader in block convertor class ([`9d5e9ec`](https://github.com/echo724/notion2md/commit/9d5e9ecf8d1e59ec08a626e09458d50a4d12a799)) + +### Test + +* test: Add Richtext Convertor test case ([`509e801`](https://github.com/echo724/notion2md/commit/509e801a578791dc4665b2fbc7247f1003c8282a)) + +### Unknown + +* Merge branch 'main' into develop ([`9f126e2`](https://github.com/echo724/notion2md/commit/9f126e2df49d4bc9273cb2f711fa4d420e940705)) + +* Merge branch 'develop' of https://github.com/echo724/notion2md into develop ([`6d88701`](https://github.com/echo724/notion2md/commit/6d88701eb2275061873b3ea8c607ac0b6b0e8993)) - ## v2.7.4 (2022-02-21) + ### Fix -* Remove exclamation mark in front of square brackets in bookmark convertor ([`4c37b0d`](https://github.com/echo724/notion2md/commit/4c37b0dc2564c0b55f57e65bb1b576f8e70e47bd)) + +* fix: Remove exclamation mark in front of square brackets in bookmark convertor ([`4c37b0d`](https://github.com/echo724/notion2md/commit/4c37b0dc2564c0b55f57e65bb1b576f8e70e47bd)) + ## v2.7.3 (2022-02-20) + ### Fix -* Fix exporter methods passing positional arguments to Config class to dict ([`3c66ca3`](https://github.com/echo724/notion2md/commit/3c66ca3b094f7511b0107c62cb5e80f9408a3a30)) + +* fix: Fix exporter methods passing positional arguments to Config class to dict ([`3c66ca3`](https://github.com/echo724/notion2md/commit/3c66ca3b094f7511b0107c62cb5e80f9408a3a30)) + ## v2.7.2 (2022-02-20) + ### Fix -* Change importing method names typo ([`f14ad98`](https://github.com/echo724/notion2md/commit/f14ad98d3f48ffeb874594fab77af2c47136e51c)) + +* fix: Change importing method names typo ([`f14ad98`](https://github.com/echo724/notion2md/commit/f14ad98d3f48ffeb874594fab77af2c47136e51c)) + +* fix: Explicitly indicate parameters for exposed exporter function and Config class ([`0dad7f4`](https://github.com/echo724/notion2md/commit/0dad7f40fdb65a566442016640ae6d98ad0b12bd)) + +### Unknown + +* Merge branch 'main' of https://github.com/echo724/notion2md ([`f4a0fa8`](https://github.com/echo724/notion2md/commit/f4a0fa830bb6b4c12258bbdc623aa44e9b08971b)) + ## v2.7.1 (2022-02-19) + ### Fix -* Indicate parameters explicitly in Config Object ([`7ea65a4`](https://github.com/echo724/notion2md/commit/7ea65a432cc860bdc294984344bd5f43c7d6b885)) + +* fix: Indicate parameters explicitly in Config Object ([`7ea65a4`](https://github.com/echo724/notion2md/commit/7ea65a432cc860bdc294984344bd5f43c7d6b885)) + ## v2.7.0 (2022-02-18) + +### Chore + +* chore: Add Code Quality Badge in README.md ([`ba969e1`](https://github.com/echo724/notion2md/commit/ba969e1e351a71fd67f8be59c3a6d210cf5024a5)) + +* chore: Add github ci to check code quality based on formatters ([`9909631`](https://github.com/echo724/notion2md/commit/9909631e977d493535594812c1c8932261a0d97d)) + +* chore: Add flake configure ([`a128a9b`](https://github.com/echo724/notion2md/commit/a128a9b3ac776e2ddc1ebfb006641a5cff5a030c)) + +* chore: Add isort and flake8 in development dependency and set it in pre-commit ([`b37fc6c`](https://github.com/echo724/notion2md/commit/b37fc6cefa2a37cde37fa63e2308435588e2a3d0)) + +* chore: Add pre-commit and install black ([`91d2114`](https://github.com/echo724/notion2md/commit/91d21145551bda63018bbd9fa742d70d0d81b156)) + ### Feature -* Add a case if there is no extension, notion2md won't download the file ([`a8965a8`](https://github.com/echo724/notion2md/commit/a8965a833856fe713128dbedb5146b06c5ddc724)) + +* feat: Add a case if there is no extension, notion2md won't download the file + +For the image source from unsplash and a file from google drive, they don't have the extension, so they don't need to be downloaded as I think. ([`a8965a8`](https://github.com/echo724/notion2md/commit/a8965a833856fe713128dbedb5146b06c5ddc724)) + +### Style + +* style: Change Style according to isort, black, flake8 ([`dc6b938`](https://github.com/echo724/notion2md/commit/dc6b93876f7e151cf0829c30123f7ffcd87f1d56)) + +* style: use black as python formatting ([`12890fa`](https://github.com/echo724/notion2md/commit/12890fa22d36af8876f15bde7119bff25d50abdd)) + ## v2.6.3 (2022-02-17) + ### Fix -* Fix block_string_exporter not downloading files ([`f46f31c`](https://github.com/echo724/notion2md/commit/f46f31cc4629b8e976028fb5fe25c9ef9d11e5d2)) + +* fix: Fix block_string_exporter not downloading files ([`f46f31c`](https://github.com/echo724/notion2md/commit/f46f31cc4629b8e976028fb5fe25c9ef9d11e5d2)) + +### Refactor + +* refactor: Create util.py and Put zip_dir function in it ([`2035312`](https://github.com/echo724/notion2md/commit/2035312cbecbdf3460110cc5f3477df609a54ef8)) + +* refactor: Add message handlers ([`1bb25a6`](https://github.com/echo724/notion2md/commit/1bb25a6f056fd24a900012133cc58a709274b9ac)) + +### Style + +* style: Add Styles ([`3cd25b7`](https://github.com/echo724/notion2md/commit/3cd25b77f976e8cda66951654c9f6deebf6c8d08)) + +* style: Change color of timer ([`846120c`](https://github.com/echo724/notion2md/commit/846120c17ce49f5c451967166f0b49cf4039550a)) + +### Test + +* test: Add export_block command test case ([`c75eda2`](https://github.com/echo724/notion2md/commit/c75eda2e8710b640a7c53fcfbcf4884bbf48e074)) + +* test: Change Progress Indicator as contextmanager to support test command output ([`083cc32`](https://github.com/echo724/notion2md/commit/083cc32a5289e503ab6381e83a891014476189b1)) + +* test: Remove block_convortor.py ([`b53a445`](https://github.com/echo724/notion2md/commit/b53a445aab1c0205af8286b8ab1c5c861048e4ec)) + ## v2.6.2 (2022-02-14) -### Fix -* Add time indicator while retrieving blocks ([`48532fd`](https://github.com/echo724/notion2md/commit/48532fd8f9a25b1cd2b88f5e271d67b4e94ea8da)) -## v2.6.1 (2022-02-13) +### Chore + +* chore: Add ignore case for tmp/ ([`4090469`](https://github.com/echo724/notion2md/commit/4090469fa72089d88920125af385b29c517a3a4b)) + ### Fix -* Fix methods' name in exporter __init__ ([`4cada7d`](https://github.com/echo724/notion2md/commit/4cada7da7f86a030284d70612fbfbfc04f13cd5e)) -* Fix output for the case if io is not given ([`457a048`](https://github.com/echo724/notion2md/commit/457a0481fb019ca67447fbd987d321ec6e160796)) + +* fix: Add time indicator while retrieving blocks ([`48532fd`](https://github.com/echo724/notion2md/commit/48532fd8f9a25b1cd2b88f5e271d67b4e94ea8da)) + +### Style + +* style: Change converting output message ([`1736145`](https://github.com/echo724/notion2md/commit/17361452a0b09d879781b28c4f58ea3361664764)) + +* style: Add path_name attribute in Config to display short path name in output ([`c664901`](https://github.com/echo724/notion2md/commit/c6649018c8982003650d5d0440483c590feefcad)) + +* style: Change output style in file.py ([`4b169e2`](https://github.com/echo724/notion2md/commit/4b169e2e4ac52c7fa8929d3dbdc81cf81db59110)) + +### Unknown + +* feature: Update Cleo version to 1.0.0a4 ([`2d0ae24`](https://github.com/echo724/notion2md/commit/2d0ae24e82c09fc7ba9c0760ce7704f0bfb6ec23)) + + +## v2.6.1 (2022-02-12) + +### Chore + +* chore: Update notion2md_options.png ([`7d2039f`](https://github.com/echo724/notion2md/commit/7d2039f54d6eeab741745e87aa2ed90af658c6de)) ### Documentation -* Add unzipped option explanation ([`00df4d6`](https://github.com/echo724/notion2md/commit/00df4d64b08b2eca97ee331a9fe29f35b2c1543e)) + +* docs: Add unzipped option explanation ([`00df4d6`](https://github.com/echo724/notion2md/commit/00df4d64b08b2eca97ee331a9fe29f35b2c1543e)) + +### Fix + +* fix: Fix methods' name in exporter __init__ ([`4cada7d`](https://github.com/echo724/notion2md/commit/4cada7da7f86a030284d70612fbfbfc04f13cd5e)) + +* fix: Fix output for the case if io is not given ([`457a048`](https://github.com/echo724/notion2md/commit/457a0481fb019ca67447fbd987d321ec6e160796)) + +### Refactor + +* refactor: Add an exception for initiating Config without values ([`e4ee7ca`](https://github.com/echo724/notion2md/commit/e4ee7ca0ac042eff40e46177fb218f1faa0357d5)) + +* refactor: Implemented Singleton Pattern for Config class ([`bb54795`](https://github.com/echo724/notion2md/commit/bb54795737d32dfea4a52d6251834ce69fd2e842)) + +* refactor: Change methods path to fit previous api ([`d1afb55`](https://github.com/echo724/notion2md/commit/d1afb5592d0b4cea828e7c08473cc626ff023f9e)) + ## v2.6.0 (2022-02-11) + ### Feature -* Exporting Notion block files to a single zip ([`d32afde`](https://github.com/echo724/notion2md/commit/d32afde66903c9c7191a2a87b1d2de4b19388909)) + +* feat: Exporting Notion block files to a single zip + +Add option "unzipped" to export Notion block as original way ([`d32afde`](https://github.com/echo724/notion2md/commit/d32afde66903c9c7191a2a87b1d2de4b19388909)) + +### Refactor + +* refactor: Remove unused options ([`ff25367`](https://github.com/echo724/notion2md/commit/ff253675ef7bd8480cc3f150a4030458507815aa)) + ## v2.5.2 (2022-02-11) + ### Fix -* Include config.py to the package ([`73078d7`](https://github.com/echo724/notion2md/commit/73078d7a9ff8dc420a4b2d1771325dc2c4275353)) + +* fix: Include config.py to the package ([`73078d7`](https://github.com/echo724/notion2md/commit/73078d7a9ff8dc420a4b2d1771325dc2c4275353)) + ## v2.5.1 (2022-02-11) + ### Fix -* Fix notion2md.config module import error ([`baafa44`](https://github.com/echo724/notion2md/commit/baafa442f608c64dae800038a334bdfe45ee052a)) -* Fix config module not found error ([`7a1f18c`](https://github.com/echo724/notion2md/commit/7a1f18c3234c5c6582737e013dc40683847fa963)) + +* fix: Fix notion2md.config module import error ([`baafa44`](https://github.com/echo724/notion2md/commit/baafa442f608c64dae800038a334bdfe45ee052a)) + +* fix: Fix config module not found error ([`7a1f18c`](https://github.com/echo724/notion2md/commit/7a1f18c3234c5c6582737e013dc40683847fa963)) + +### Unknown + +* Revert "fix: Fix config module not found error" + +This reverts commit 7a1f18c3234c5c6582737e013dc40683847fa963. ([`e69b3c5`](https://github.com/echo724/notion2md/commit/e69b3c52a03a71ac1c7c09c2b5dbc341ed1fe442)) + ## v2.5.0 (2022-02-11) + ### Feature -* Change block object convert methods to class ([`0f38d9a`](https://github.com/echo724/notion2md/commit/0f38d9adbc532e16cd04091d3cb8768f01432070)) -* Implemented Cleo for managing cli application ([`305f533`](https://github.com/echo724/notion2md/commit/305f533e770d9d3bfd4104cc38df4a7096bd4f6f)) + +* feat: Change block object convert methods to class + +For supporting cleo.io output, I changed convert methods to class so that it can share config and io instance inside class methods ([`0f38d9a`](https://github.com/echo724/notion2md/commit/0f38d9adbc532e16cd04091d3cb8768f01432070)) + +* feat: Implemented Cleo for managing cli application + +Cli Application -> notion2md/console/ + +- commands: Actual cli command module +- application: managing commands + +Python Module -> notion2md/exporter ([`305f533`](https://github.com/echo724/notion2md/commit/305f533e770d9d3bfd4104cc38df4a7096bd4f6f)) + +### Refactor + +* refactor: Change cli command path to console.application.main ([`f3c8e7e`](https://github.com/echo724/notion2md/commit/f3c8e7ee5d1cb8428a7981941b7a5f1bb801ab40)) + +* refactor: Change name block_type_map -> BLOCK_TYPES ([`7fa7221`](https://github.com/echo724/notion2md/commit/7fa7221f00e6e72dbeba92a2457aa099b50fbbb6)) + +* refactor: Change package name config_store.py -> config.py ([`add5f89`](https://github.com/echo724/notion2md/commit/add5f89360130a25d631670daa44ffa930526fdd)) + +### Style + +* style: Change Notion api print function ([`13476ad`](https://github.com/echo724/notion2md/commit/13476ad8eb6e16877d4e90804fe3be7b619d518c)) + +### Test + +* test: Modify test modules ([`983e38d`](https://github.com/echo724/notion2md/commit/983e38d4a4a8ab6103b2fa4fc9eff26df3b2b623)) + +* test: Change package name in it ([`b672f5a`](https://github.com/echo724/notion2md/commit/b672f5a17b246919f395e4897098abd2c0b20b64)) + +### Unknown + +* Update README.md ([`d12be17`](https://github.com/echo724/notion2md/commit/d12be17f54c6b96e7de414bfe3929a09e35aeeb6)) + +* Update README.md + +Add WakaTime Badge ([`c6b218a`](https://github.com/echo724/notion2md/commit/c6b218ad610c686b2a2776b0e416bd20cb1ae611)) + ## v2.4.1 (2022-02-04) + ### Fix -* Fix typo ([`31bda67`](https://github.com/echo724/notion2md/commit/31bda67e083c499dad3c42ed5f520eeeceff9670)) -## v2.4.0 (2022-02-03) -### Feature -* Add block to string exporter ([`26981f5`](https://github.com/echo724/notion2md/commit/26981f5cf1cfdd7e263a64758ba09e8f83cffcad)) -* Add "download" option so that user can choose whether to download files or not ([`bddcc40`](https://github.com/echo724/notion2md/commit/bddcc4071a7b2ef434b8782eff177c1a27757fb3)) +* fix: Fix typo ([`31bda67`](https://github.com/echo724/notion2md/commit/31bda67e083c499dad3c42ed5f520eeeceff9670)) -### Documentation -* Add python usage description ([`e10687e`](https://github.com/echo724/notion2md/commit/e10687e2e9a986f9d261bd8007038222d2a8447b)) -* Checked Synced Block ([`791f779`](https://github.com/echo724/notion2md/commit/791f779a728b0f6ac17d6c807f573cb500ca2a06)) -* Update notion2md options image ([`7d1b263`](https://github.com/echo724/notion2md/commit/7d1b26322b9ec2c8c2ec1631cf84e6a601b57427)) -* Add download option description ([`004202b`](https://github.com/echo724/notion2md/commit/004202bd69f304864a5e3c938f183ec116b11f18)) +### Style -## v2.3.3 (2022-02-03) -### Fix -* Synced Block commented out #26 ([`c623a98`](https://github.com/echo724/notion2md/commit/c623a98f1da556c4acdfbef0b7688ea66351e6ef)) -* Change the api of block_exporter without creating config file from user ([`2cd8bb8`](https://github.com/echo724/notion2md/commit/2cd8bb82d9c92823f568163c22f69ee1a3bcfed6)) -* Change the way of saving a file name using uuid #27 ([`52dd12a`](https://github.com/echo724/notion2md/commit/52dd12af851fcb324507d45395e5d5b6d12356d6)) -* Update os.getenv ([`29d5167`](https://github.com/echo724/notion2md/commit/29d5167da47b268bd8574ce129825fa6c9fcb8ed)) -* Update ([`8a8193c`](https://github.com/echo724/notion2md/commit/8a8193c66ab441e104f790c0b0eb53fe1c6945dd)) +* style: delete white spaces ([`9ac1457`](https://github.com/echo724/notion2md/commit/9ac14574c9947131aaa3d1a781b81feedde77a42)) -### Documentation -* Add a donation button on README.md ([`51d84cc`](https://github.com/echo724/notion2md/commit/51d84cc275612c2e388d66257562890b6d8e612e)) +### Unknown + +* Merge pull request #29 from Nishant127/fix_method_name + +fix:Change method name ([`75faacd`](https://github.com/echo724/notion2md/commit/75faacde533f232b6fc2e09c5b2552775d70278a)) + +* Fix:Change method name ([`e3308d1`](https://github.com/echo724/notion2md/commit/e3308d187896e900a58445d403f4d3d95feaf2ce)) -## v2.3.2 (2022-01-22) -### Fix -* Merge error ([`a4244c0`](https://github.com/echo724/notion2md/commit/a4244c0064db5deb797ad64953f8ab07e5fb5d6b)) -* Change directory of downloaded files ([`452cc69`](https://github.com/echo724/notion2md/commit/452cc69f56972ee15b721ffda19a3c39ac404bd8)) + +## v2.4.0 (2022-02-03) ### Documentation -* Change Contribution guide in README.md ([`2c2c1da`](https://github.com/echo724/notion2md/commit/2c2c1daef50127995384dde4df57b21d789ca653)) -* Add CONTRIBUTE.md ([`18be264`](https://github.com/echo724/notion2md/commit/18be264b4ed41eaee9c76f59f200714e47772bac)) -## v2.3.1 (2022-01-17) -### Fix -* Key error ([`af224a6`](https://github.com/echo724/notion2md/commit/af224a62580551df3e2c49aa361c359175dd9eea)) +* docs: Add python usage description ([`e10687e`](https://github.com/echo724/notion2md/commit/e10687e2e9a986f9d261bd8007038222d2a8447b)) -## v2.3.0 (2022-01-17) -### Feature -* Add file(image) downloader #20 ([`d42a1a0`](https://github.com/echo724/notion2md/commit/d42a1a02975181b05d9290f12adc3f7bc2b87c51)) +* docs: Checked Synced Block ([`791f779`](https://github.com/echo724/notion2md/commit/791f779a728b0f6ac17d6c807f573cb500ca2a06)) -## v2.2.8 (2022-01-11) -### Fix -* Fix name of image in block converter ([`757e253`](https://github.com/echo724/notion2md/commit/757e2534a55eafa9041d0f24b340504f09f92892)) +* docs: Update notion2md options image ([`7d1b263`](https://github.com/echo724/notion2md/commit/7d1b26322b9ec2c8c2ec1631cf84e6a601b57427)) -## v2.2.7 (2022-01-11) -### Fix -* Add handling 'mention' object to fix #18 ([`291b2c1`](https://github.com/echo724/notion2md/commit/291b2c1867d766e996168c6157dabf8ba25f9c03)) -* Change ERROR color to RED ([`1ac9c80`](https://github.com/echo724/notion2md/commit/1ac9c8013c247b132743795ed1260027d4067c63)) +* docs: Add download option description ([`004202b`](https://github.com/echo724/notion2md/commit/004202bd69f304864a5e3c938f183ec116b11f18)) -## v2.2.6 (2022-01-11) -### Documentation -* Update README.md ([`ff115cb`](https://github.com/echo724/notion2md/commit/ff115cb091520843eaa18cf691e147db076e8fc0)) +### Feature -## v2.2.5 (2021-12-21) -### Fix -* Unpacking config dick error ([`6d0b105`](https://github.com/echo724/notion2md/commit/6d0b105c05ab12671d930dd61e72f7014985bb09)) +* feat: Add block to string exporter -## v2.2.4 (2021-12-21) -### Fix -* Format console output ([`bf27ced`](https://github.com/echo724/notion2md/commit/bf27ced9eed5dfa173331a53aa76c9dd52f05499)) -* Refactorize exporter ([`661e3f8`](https://github.com/echo724/notion2md/commit/661e3f85e432674adbf2009fd0165af4e02cb543)) -* Add checking version ([`2c9a6c1`](https://github.com/echo724/notion2md/commit/2c9a6c19ff96bfd8ba3073e49f87e5c04fa8edb6)) -* Change file name as id because title can cause dir error ([`4db6e0f`](https://github.com/echo724/notion2md/commit/4db6e0f37421d092099929910d5bcbaa7831d332)) -* Halt program after token error catched ([`0c356b4`](https://github.com/echo724/notion2md/commit/0c356b4c3e772cb059e3a9fb7321878a89ed0b60)) +Now user can export Notion block as Python String type ([`26981f5`](https://github.com/echo724/notion2md/commit/26981f5cf1cfdd7e263a64758ba09e8f83cffcad)) -## v2.2.3 (2021-12-18) -### Fix -* Showing error message when client didn't get client ([`3e07428`](https://github.com/echo724/notion2md/commit/3e07428c96adc37a70c8fcd9cda70dae59873656)) +* feat: Add "download" option so that user can choose whether to download files or not ([`bddcc40`](https://github.com/echo724/notion2md/commit/bddcc4071a7b2ef434b8782eff177c1a27757fb3)) -## v2.2.2 (2021-12-16) -### Fix -* Fix script not working ([`e001e75`](https://github.com/echo724/notion2md/commit/e001e75eb8cd7c19f702510008e872cec9e7a331)) -## v2.2.1 (2021-12-16) +## v2.3.3 (2022-02-03) + +### Chore + +* chore: modify .gitignore ([`5571bdb`](https://github.com/echo724/notion2md/commit/5571bdbbfb86da7d9f56b2f694dd220fc5cc081e)) + +* chore: Remove poetry.lock ([`8526529`](https://github.com/echo724/notion2md/commit/8526529809dc9be1c7d5e87d736913584447d62d)) + +### Documentation + +* docs: Add a donation button on README.md ([`51d84cc`](https://github.com/echo724/notion2md/commit/51d84cc275612c2e388d66257562890b6d8e612e)) + +### Fix + +* fix: Synced Block commented out #26 ([`c623a98`](https://github.com/echo724/notion2md/commit/c623a98f1da556c4acdfbef0b7688ea66351e6ef)) + +* fix: Change the api of block_exporter without creating config file from user ([`2cd8bb8`](https://github.com/echo724/notion2md/commit/2cd8bb82d9c92823f568163c22f69ee1a3bcfed6)) + +* fix: Change the way of saving a file name using uuid #27 ([`52dd12a`](https://github.com/echo724/notion2md/commit/52dd12af851fcb324507d45395e5d5b6d12356d6)) + +* fix: update os.getenv ([`29d5167`](https://github.com/echo724/notion2md/commit/29d5167da47b268bd8574ce129825fa6c9fcb8ed)) + +* fix: update ([`8a8193c`](https://github.com/echo724/notion2md/commit/8a8193c66ab441e104f790c0b0eb53fe1c6945dd)) + +### Refactor + +* refactor: Create method to get children blocks instead of calling notion_client_object #28 ([`6159d59`](https://github.com/echo724/notion2md/commit/6159d59d445e8231e4d856fcc171705ed46f5f96)) + +### Style + +* style: remove white spaces ([`19384c6`](https://github.com/echo724/notion2md/commit/19384c6c23df38fab8bd189199eca614b74f7ef6)) + +* style: Remove system exit code while downloading files ([`39c8804`](https://github.com/echo724/notion2md/commit/39c88041f85119202f036b2c1707ed6ddc0ad779)) + +* style: Change uuid length to 8 digits ([`e297f27`](https://github.com/echo724/notion2md/commit/e297f272a219d1c17f8bbb001f0f3d32f7a0d586)) + +* style: Remove showing url when download files ([`9c9526d`](https://github.com/echo724/notion2md/commit/9c9526d7e107849c8218c2f5417262e30e0e5d6d)) + +### Unknown + +* Merge branch 'develop' ([`a55dcfd`](https://github.com/echo724/notion2md/commit/a55dcfd24a8b405a6004722346472934218ef7b1)) + +* Merge pull request #25 from xxiu/dev + +add filename download rename ([`82e4433`](https://github.com/echo724/notion2md/commit/82e44333ba6e2738c4089e154d8d5aa20d4a8730)) + +* update ([`3332f12`](https://github.com/echo724/notion2md/commit/3332f126eb2584654878950ec7fdeeb495fd7c5b)) + +* update ([`36861b4`](https://github.com/echo724/notion2md/commit/36861b43d8e9b25365595875ed1e600914f76bb0)) + +* download file uuid ([`a262102`](https://github.com/echo724/notion2md/commit/a262102f2b06f6f009124761b108659e4b01142b)) + +* Merge branch 'main' into develop ([`7a9943a`](https://github.com/echo724/notion2md/commit/7a9943a11687dadfdf2f184159768307ed7c4a5f)) + + +## v2.3.2 (2022-01-21) + +### Documentation + +* docs: Change Contribution guide in README.md ([`2c2c1da`](https://github.com/echo724/notion2md/commit/2c2c1daef50127995384dde4df57b21d789ca653)) + +* docs: Add CONTRIBUTE.md ([`18be264`](https://github.com/echo724/notion2md/commit/18be264b4ed41eaee9c76f59f200714e47772bac)) + +### Fix + +* fix: merge error ([`a4244c0`](https://github.com/echo724/notion2md/commit/a4244c0064db5deb797ad64953f8ab07e5fb5d6b)) + +* fix: Change directory of downloaded files ([`452cc69`](https://github.com/echo724/notion2md/commit/452cc69f56972ee15b721ffda19a3c39ac404bd8)) + +### Refactor + +* refactor: Refactor file downloader code ([`5bafaa5`](https://github.com/echo724/notion2md/commit/5bafaa5a05aaffec6c236985bde8489e825aadd3)) + +* refactor: Rewrite importing methods to use refactored config file ([`ae1cecb`](https://github.com/echo724/notion2md/commit/ae1cecbfeeb0c0811e63c4e0b41f3e48b798bcd5)) + +* refactor: Change methods of config_store.py ([`c12ec44`](https://github.com/echo724/notion2md/commit/c12ec44cdbbe8a56b60ac6a9c87b8744ef8066e9)) + +* refactor: Add sys exit to error cases ([`9ae8aa3`](https://github.com/echo724/notion2md/commit/9ae8aa3aea6d5c42be64402fa0653660cdf662ea)) + +* refactor: Separate Config class from cli.py to config_store.py +To use config object globally, created config_store.py ([`2f89e3d`](https://github.com/echo724/notion2md/commit/2f89e3ded9cd14dd00b81fc46fe4c62e611f4bbe)) + +### Style + +* style: Fix if to elif to cover all blocks has "has_child" property ([`b6ba76e`](https://github.com/echo724/notion2md/commit/b6ba76ebf916b51b78b4cd467d77c9db26cabca4)) + +* style: Change config variable name to CONFIG ([`2496fbc`](https://github.com/echo724/notion2md/commit/2496fbc5edb72e60c598842e88098b8c8a9403c3)) + +### Test + +* test: Remove test_block.py ([`391cb8b`](https://github.com/echo724/notion2md/commit/391cb8b858369f5e2abf31bf0f67580dd0c51a5f)) + +* test: Change importing config_store methods ([`842a769`](https://github.com/echo724/notion2md/commit/842a7692b927bf60bf4387892a599619fa824c7f)) + +### Unknown + +* Merge branch 'develop' ([`e3a31b9`](https://github.com/echo724/notion2md/commit/e3a31b954ad24ecbceb86d5a8306c2c144f928f7)) + +* Merge branch 'hukq16-develop' into develop ([`1e70ff4`](https://github.com/echo724/notion2md/commit/1e70ff4f22c0499b23b678372728eff8d64bd50c)) + +* fix:extract filename from url ([`bd3f948`](https://github.com/echo724/notion2md/commit/bd3f9484d86fbb0c64458ea92fdedc10dc27e639)) + +* Merge pull request #22 from hukq16/develop + +Add table block_type support and fix encoding utf-8 in test_block.py ([`5091f25`](https://github.com/echo724/notion2md/commit/5091f258919b8e87f370815a62b950fe48cfe8b1)) + +* add encoding utf-8 to test_block.py ([`9ec03a2`](https://github.com/echo724/notion2md/commit/9ec03a26b12188a1d7727d3f744039803d64502f)) + +* Add table block_type support ([`1af7aa4`](https://github.com/echo724/notion2md/commit/1af7aa49db64917f191792d10b96edcfaa64df07)) + +* Merge pull request #21 from reidrankin/patch-1 + +typo fix ([`9ea95d7`](https://github.com/echo724/notion2md/commit/9ea95d7e1d3b35b313e77076a86b7fa5c27d7a8f)) + +* Update README.md ([`1f5f6d3`](https://github.com/echo724/notion2md/commit/1f5f6d30429037b9ab6b33470706b8f17793d0ef)) + +* Update README.md ([`6252119`](https://github.com/echo724/notion2md/commit/62521196234c3bf6c038f3bc494a33af4331c024)) + + +## v2.3.1 (2022-01-17) + +### Fix + +* fix: key error ([`af224a6`](https://github.com/echo724/notion2md/commit/af224a62580551df3e2c49aa361c359175dd9eea)) + + +## v2.3.0 (2022-01-17) + +### Chore + +* chore: Add hits badge to README.md + +Add hits badge to README.md to count how many people visited ([`4d49f10`](https://github.com/echo724/notion2md/commit/4d49f10c28f205efc8016f1d93098da3de617d66)) + +### Feature + +* feat: Add file(image) downloader #20 ([`d42a1a0`](https://github.com/echo724/notion2md/commit/d42a1a02975181b05d9290f12adc3f7bc2b87c51)) + +### Test + +* test: Fix test file's import module name ([`7584a92`](https://github.com/echo724/notion2md/commit/7584a92123b564f9e868005420e963d7df1dccac)) + +### Unknown + +* Merge branch 'hotfix' into develop ([`f522c2a`](https://github.com/echo724/notion2md/commit/f522c2ac14271689a6b2beb74647c506d6d9f6b4)) + + +## v2.2.8 (2022-01-11) + +### Chore + +* chore: Update README.md + +Change the explanation of contribution guide ([`5dc77fe`](https://github.com/echo724/notion2md/commit/5dc77fe6c538b128be8b00a9b323f026a45607a5)) + +* chore: Remove Usage:Python ([`592f5d7`](https://github.com/echo724/notion2md/commit/592f5d722adc7a23e4f63c39c46eeb7c451e2366)) + +### Fix + +* fix: Fix name of image in block converter ([`757e253`](https://github.com/echo724/notion2md/commit/757e2534a55eafa9041d0f24b340504f09f92892)) + +### Unknown + +* Merge pull request #19 from MerkulovDaniil/develop ([`d4396bb`](https://github.com/echo724/notion2md/commit/d4396bb58807b16e5bc2760fe55e4ba85aba099c)) + +* Fix typo in the key of block_type_map. + +"imgae" -> "image" ([`8cafa5c`](https://github.com/echo724/notion2md/commit/8cafa5c8416654df643825beba67d12e76c0f92d)) + +* Update README.md ([`653ff1a`](https://github.com/echo724/notion2md/commit/653ff1a79b4a76b7fe63908a9da33edd9daac298)) + + +## v2.2.7 (2022-01-10) + +### Chore + +* chore: Change notion2md terminal output name ([`fb701b0`](https://github.com/echo724/notion2md/commit/fb701b0ffd1a6ce305de66aa22cb3c2c5ac958e5)) + +### Unknown + +* Merge branch 'develop' ([`56bbf7a`](https://github.com/echo724/notion2md/commit/56bbf7a68e4cfa680a577238296c733b3a3730e0)) + + +## v2.2.6 (2022-01-10) + +### Chore + +* chore: Change notion2md options.png ([`db2661c`](https://github.com/echo724/notion2md/commit/db2661cfc5ced25b4cdd4fa5f35fe1f0afb87fa8)) + +* chore: Delete test file ([`446faf9`](https://github.com/echo724/notion2md/commit/446faf940749684dc3e36a24143437360b691f54)) + +### Documentation + +* docs: Update README.md + +Add pull request guide to README ([`ff115cb`](https://github.com/echo724/notion2md/commit/ff115cb091520843eaa18cf691e147db076e8fc0)) + +### Fix + +* fix: Add handling 'mention' object to fix #18 ([`291b2c1`](https://github.com/echo724/notion2md/commit/291b2c1867d766e996168c6157dabf8ba25f9c03)) + +* fix: Change ERROR color to RED ([`1ac9c80`](https://github.com/echo724/notion2md/commit/1ac9c8013c247b132743795ed1260027d4067c63)) + +### Style + +* style: do some change ([`c2f12a1`](https://github.com/echo724/notion2md/commit/c2f12a110e4bb85a40eb6369f5bdc2585089d407)) + +* style: Add newlines around status output ([`e717eea`](https://github.com/echo724/notion2md/commit/e717eea25b629cf72ec4d33b2adf9d14935c7a6f)) + +* style: Change newline to show only in Error ([`95f6540`](https://github.com/echo724/notion2md/commit/95f6540c9c340df3dc16190bc965b0ca8b258c04)) + +### Test + +* test: Add test cases for rich text ([`c76a175`](https://github.com/echo724/notion2md/commit/c76a1752b72808b0ec6c080a9575d28a6feb5e32)) + +### Unknown + +* Merge branch 'main' into develop ([`9d674da`](https://github.com/echo724/notion2md/commit/9d674da6392011facb7a424326bebe8253b0fadb)) + +* Merge pull request #17 from miclgael/main + +docs: Add image descriptions to README.md ([`7ab495c`](https://github.com/echo724/notion2md/commit/7ab495c6418888ea1d747eb7360c1d49c1f61ead)) + +* Merge pull request #1 from miclgael/readme-a11y-patch + +Add image descriptions to README.md ([`7520cc2`](https://github.com/echo724/notion2md/commit/7520cc2c9351bab740b6205fcfad7c6492a42e5f)) + +* Add image descriptions to README.md ([`b5353ab`](https://github.com/echo724/notion2md/commit/b5353ab608d32ffd1a7ae0f241da08a093d40f4a)) + +* Merge branch 'hotfix' into develop ([`9e74675`](https://github.com/echo724/notion2md/commit/9e74675ec5c11f022764f1776eada2a2597f8bb2)) + +* Update README.md ([`0526ef5`](https://github.com/echo724/notion2md/commit/0526ef535cb543bc0d0e86ef1c3434e4919a2214)) + + +## v2.2.5 (2021-12-21) + +### Fix + +* fix: Unpacking config dick error ([`6d0b105`](https://github.com/echo724/notion2md/commit/6d0b105c05ab12671d930dd61e72f7014985bb09)) + + +## v2.2.4 (2021-12-21) + +### Chore + +* chore: Update README.md ([`bd8c30c`](https://github.com/echo724/notion2md/commit/bd8c30c5bcb598b4cc5856f302256d18e556a05a)) + +* chore: Remove space above ([`5d718c0`](https://github.com/echo724/notion2md/commit/5d718c0b8b5fc7466e761b58b2708a8a074036d4)) + +* chore: Add space around title ([`0c90554`](https://github.com/echo724/notion2md/commit/0c90554171679a8cdb2b2cbfab46a1a4218d2446)) + +* chore: Fix cover image name ([`c3d695c`](https://github.com/echo724/notion2md/commit/c3d695c3754942fea77d1de2798419a943a22fc6)) + +* chore: Add Cover image ([`501f444`](https://github.com/echo724/notion2md/commit/501f444a58f9424d637b8ea3ad402372fac76743)) + +### Fix + +* fix: Format console output ([`bf27ced`](https://github.com/echo724/notion2md/commit/bf27ced9eed5dfa173331a53aa76c9dd52f05499)) + +* fix: Refactorize exporter ([`661e3f8`](https://github.com/echo724/notion2md/commit/661e3f85e432674adbf2009fd0165af4e02cb543)) + +* fix: Add checking version ([`2c9a6c1`](https://github.com/echo724/notion2md/commit/2c9a6c19ff96bfd8ba3073e49f87e5c04fa8edb6)) + +* fix: Change file name as id because title can cause dir error ([`4db6e0f`](https://github.com/echo724/notion2md/commit/4db6e0f37421d092099929910d5bcbaa7831d332)) + +* fix: halt program after token error catched ([`0c356b4`](https://github.com/echo724/notion2md/commit/0c356b4c3e772cb059e3a9fb7321878a89ed0b60)) + +### Refactor + +* refactor: modify Config __init__ ([`3be5abc`](https://github.com/echo724/notion2md/commit/3be5abc559494f6e5b6562fcaa7270691578f2b1)) + +### Style + +* style: Change newline position of Token Error ([`2076b55`](https://github.com/echo724/notion2md/commit/2076b551069cb60f989666eb486235b20accc269)) + +### Unknown + +* Merge branch 'develop' into main ([`c5cade4`](https://github.com/echo724/notion2md/commit/c5cade4dde46f20cd10f899fa6295a2345cab264)) + +* Merge branch 'feature' into develop ([`9c565bd`](https://github.com/echo724/notion2md/commit/9c565bd5e70b1612daaa7e695d600b38b01a4ec1)) + +* Merge branch 'hotfix' into develop ([`1573c9f`](https://github.com/echo724/notion2md/commit/1573c9fc4b04473011424008cb511bd5406b5467)) + +* Merge branch 'hotfix' into develop ([`00386d9`](https://github.com/echo724/notion2md/commit/00386d9e33e55da5e2eb5a408d0368cce5659c1a)) + + +## v2.2.3 (2021-12-18) + +### Fix + +* fix: Showing error message when client didn't get client ([`3e07428`](https://github.com/echo724/notion2md/commit/3e07428c96adc37a70c8fcd9cda70dae59873656)) + +### Unknown + +* Merge branch 'develop' into main ([`d79e30e`](https://github.com/echo724/notion2md/commit/d79e30ec4c1141f326b4118ebe82e9f24c528e95)) + + +## v2.2.2 (2021-12-16) + +### Chore + +* chore: Fix quotes ([`765d1fe`](https://github.com/echo724/notion2md/commit/765d1fe1019152c8b8da5c224765ea6c9b85bfed)) + +### Fix + +* fix: Fix script not working ([`e001e75`](https://github.com/echo724/notion2md/commit/e001e75eb8cd7c19f702510008e872cec9e7a331)) + + +## v2.2.1 (2021-12-16) + +### Chore + +* chore: Remove legacy files ([`dd5d069`](https://github.com/echo724/notion2md/commit/dd5d0696429839b297fa8e210a0a9eb205d82da8)) + +* chore: fix toml ([`961cef0`](https://github.com/echo724/notion2md/commit/961cef08b59ac9bb56750e522bc0c47b61570591)) + ### Fix -* Fix module names ([`e323911`](https://github.com/echo724/notion2md/commit/e3239110f8a72fd337b58ba2221b0df136f8c6a1)) -# Update v2.2 +* fix: Fix module names ([`e323911`](https://github.com/echo724/notion2md/commit/e3239110f8a72fd337b58ba2221b0df136f8c6a1)) + +### Unknown + +* Merge branch 'develop' of https://github.com/echo724/notion2md into develop ([`39c1014`](https://github.com/echo724/notion2md/commit/39c101460b9a50ba63563021afa388e25a0f4a22)) + +* Add semantic release feature in pyproject.toml ([`1421509`](https://github.com/echo724/notion2md/commit/1421509ac57c295c600de7efae0ee7be15d382cc)) + +* Move Poetry as package manager && Add pyproject.toml ([`9bc7c90`](https://github.com/echo724/notion2md/commit/9bc7c9021ed0bfebd6fe49c31475848f686ba8ca)) + +* Fix #15: add encoding utf-8 ([`e548ac5`](https://github.com/echo724/notion2md/commit/e548ac52ce7a91e48277174d4f004c69eaf7ff9a)) + +* Add token error case instruction ([`5dd472b`](https://github.com/echo724/notion2md/commit/5dd472beeeb93dd3c3f0cb5c298b4159d9a61d46)) + +* Add argument option --name: customize output file name ([`5f18598`](https://github.com/echo724/notion2md/commit/5f185980ba967cf5e7834c0e517609ad0e151b2a)) + + +## v2.2.0 (2021-11-22) + +### Unknown + +* Modify README.md and version ([`9fa8f34`](https://github.com/echo724/notion2md/commit/9fa8f341f9221cb5a2265b71327c573ae5beb1ba)) + +* Fix build issue ([`d3b96f5`](https://github.com/echo724/notion2md/commit/d3b96f54195420858f5f1ea55b5040f963b26feb)) + + +## v2.1.1 (2021-11-22) + +### Unknown + +* Update terminal output ([`27a99d4`](https://github.com/echo724/notion2md/commit/27a99d4d4b8d9bb9588c6ede44ab972ed1f2573f)) + +* Update terminal output ([`8174557`](https://github.com/echo724/notion2md/commit/8174557944f79d29bdbce249ef340d9ad8077fef)) + +* Modify terminal output ([`0c134c1`](https://github.com/echo724/notion2md/commit/0c134c101199ca7c4f6d932fb192951ae27beb02)) + +* Change name evaluator to convertor ([`649670c`](https://github.com/echo724/notion2md/commit/649670ce24de88ae9a5f7a641ef722ee597909c6)) + +* Update version 2.2.0 ([`485e688`](https://github.com/echo724/notion2md/commit/485e6885f638283d9d58368fe8f6a55b6fe0b6c7)) + +* Add blank lines around output ([`d3353ec`](https://github.com/echo724/notion2md/commit/d3353ec923f3f62256b24c3352c3fe0d323d5d1b)) + +* Add formatted terminal output ([`c79d159`](https://github.com/echo724/notion2md/commit/c79d159eb981c2b2e98d2ebd850e9ddf1cdd42b6)) + +* Fix name block_list to blocks ([`627c79d`](https://github.com/echo724/notion2md/commit/627c79d63d17591446f5f4b256a8ad1254c47fe2)) + +* Resolved merge issue ([`24b0989`](https://github.com/echo724/notion2md/commit/24b09891675f614538e5a4c14b568c0d139311f6)) + +* Resolved merge issue ([`8a9f145`](https://github.com/echo724/notion2md/commit/8a9f1452b9ade3c6cb62c13998dc4f8202d014b9)) + +* Added multiThreading in blocks_evaluator ([`d803a34`](https://github.com/echo724/notion2md/commit/d803a3425389512e5eaf41927cdc66bbe3e25381)) + +* Resolve path issue ([`f639a94`](https://github.com/echo724/notion2md/commit/f639a9480a3b9a664b6954fc461dba556f319578)) + +* Modify sequence of checking directory so block_exporter can check path exists ([`4f966ce`](https://github.com/echo724/notion2md/commit/4f966ce353178ae498a025645d478171e158fb3d)) + +* Update README.md ([`67b1719`](https://github.com/echo724/notion2md/commit/67b1719d111849881d457ff1f64582993b2bda61)) + +* Update README ([`81dfe4a`](https://github.com/echo724/notion2md/commit/81dfe4ab98b899a26cdb9c410b82c814cab67c8d)) + +* Ready to version up ([`9491039`](https://github.com/echo724/notion2md/commit/9491039ad1e707956acfc12fa6e43f06b0a081da)) + +* Add newlines after call blank() ([`500e4ab`](https://github.com/echo724/notion2md/commit/500e4ab6eb8ab7af532fb285a62f849095c6f7fe)) + +* Fix blank block evaluating issue ([`faef548`](https://github.com/echo724/notion2md/commit/faef548058f386fb4c434dc9977652d5a102a1de)) + +* Add blank block evaluator ([`181436b`](https://github.com/echo724/notion2md/commit/181436b7c327bbc9f3598a27a033d53f3b8a534b)) + +* Add git tag and Modify Version ([`5a91b15`](https://github.com/echo724/notion2md/commit/5a91b153fa97f20122cc9c91dc475bda9e0fc9e1)) + +* Seperate exporter_client and exporter ([`e1d0652`](https://github.com/echo724/notion2md/commit/e1d0652ae124f5ee25597ddfcfcfdceb1677c483)) + +* Add version badge to Readme.md ([`8418cae`](https://github.com/echo724/notion2md/commit/8418caeb239727ac7daf7a5a869c1956fd925515)) + +* Modify Readme.md ([`b596a85`](https://github.com/echo724/notion2md/commit/b596a85bbdf3a4ea538756829ec45ff955c2ac91)) + +* Fix version issue ([`53f4d74`](https://github.com/echo724/notion2md/commit/53f4d744bf89dc6739c758177921cb72bc9a0576)) + +* Fix path issues and Modift README ([`bdc00b2`](https://github.com/echo724/notion2md/commit/bdc00b22ef4a9d83ba7cdca8b8d33b0b1e90adee)) + +* Fix path issue ([`fb50627`](https://github.com/echo724/notion2md/commit/fb5062762148e26e3cda3b77c1159f81b532d3c5)) + +* Release to PIP and Fix path ([`1f76694`](https://github.com/echo724/notion2md/commit/1f766946359c4ca4f1534998d03366b18309ff6f)) + +* Add __main__.py ([`a790098`](https://github.com/echo724/notion2md/commit/a7900983e1bf23578096375d204972f2dda35a43)) + +* Complete exporter api ([`2e1a207`](https://github.com/echo724/notion2md/commit/2e1a20780acecb9d366ab173826abdbb095c4804)) + +* Remove output file ([`af6cbf4`](https://github.com/echo724/notion2md/commit/af6cbf4009faafeb4e22a8ec4b1b8784175cea3b)) + +* Complete block evaluator and Add block tester ([`a01d602`](https://github.com/echo724/notion2md/commit/a01d6023bbba7c2f3c51f4f8d1172fe61104e6c8)) + +* Add block type map and client_handler ([`c0af07e`](https://github.com/echo724/notion2md/commit/c0af07ee26a767d4418fccea77e3cdab4a743f88)) + +* Modify README ([`db985f2`](https://github.com/echo724/notion2md/commit/db985f22d6a8d357b6a1042fea38c36901b047ca)) + +* Add block translators ([`8f84f56`](https://github.com/echo724/notion2md/commit/8f84f56dee5cca63421d93785285f604658fe1ef)) + +* Add richtext_parser ([`8ceb3c0`](https://github.com/echo724/notion2md/commit/8ceb3c010e7f35bd3bfe70fa4c7a3c9451b4a19e)) + +* Update LICENSE ([`aad46a4`](https://github.com/echo724/notion2md/commit/aad46a470e79c0cea0dd66ce24b25714e7365e81)) + +* Remove previous projects ([`790cb24`](https://github.com/echo724/notion2md/commit/790cb24d0ff1640f7e5217c6ed4b70fbca9b4b78)) + +* Update README.md ([`6f79d28`](https://github.com/echo724/notion2md/commit/6f79d288cf487a7df5d17e6986e2e313e466a577)) + +* Modify README.md and CHANGELOG.md ([`863b6a3`](https://github.com/echo724/notion2md/commit/863b6a30a1060e59e8558812a2c94504923f7361)) + +* Remove saving images and files ([`b2aa144`](https://github.com/echo724/notion2md/commit/b2aa14452fb36c34ca129b137a84f9b8462a4dec)) + +* Modify LICENSE ([`31ae83d`](https://github.com/echo724/notion2md/commit/31ae83daf2dc08ea134d4a64fcaee35d7eed9e99)) + +* Update setup.py ([`caad553`](https://github.com/echo724/notion2md/commit/caad55314d45e250762f7783275cbc0871622e41)) + +* Update CHANGELOG.md ([`5d6f664`](https://github.com/echo724/notion2md/commit/5d6f6644866b869c8c4374a111431c246bbeeedb)) + +* Modify gitignore to exclude output files ([`a595105`](https://github.com/echo724/notion2md/commit/a5951053ddd13d2fedcaa297e70547fe9a7e09c6)) + +* Modify gitignore to exclude output files ([`2c71576`](https://github.com/echo724/notion2md/commit/2c715766de8943a9c1da389a65bc36454249613c)) + +* Fix #3 ([`c571ee7`](https://github.com/echo724/notion2md/commit/c571ee740f4cb1d372653f897e746fb00977944f)) + +* Modify .gitignore ([`505516c`](https://github.com/echo724/notion2md/commit/505516cebccebc2fac6ed071a1dd266c70277782)) + +* Add Announcment ([`dc7e8af`](https://github.com/echo724/notion2md/commit/dc7e8afd826af848a283abe9086be0e90a9dfa9a)) + +* Update README.md ([`a81939e`](https://github.com/echo724/notion2md/commit/a81939eb38d69918426b56fcd38d5d6fd50307be)) + +* Merge pull request #5 from phoenixeliot/fix-inline-math-breakage + +Prevent truncating lines with get_inline_math ([`0405556`](https://github.com/echo724/notion2md/commit/04055563c5652c275c2fae124f97a935888c564d)) + +* Prevent truncating lines with get_inline_math ([`37ae493`](https://github.com/echo724/notion2md/commit/37ae493415a79adf279fd465d4ec814303e51f1d)) + +* ommit1 ([`00e036c`](https://github.com/echo724/notion2md/commit/00e036cebc46f591bcd8ec6d93b3267d1923cfa2)) + +* Remove Makefile ([`9bae079`](https://github.com/echo724/notion2md/commit/9bae079641ab1358944c446cbf144684be013093)) + +* ommit1 ([`be454d6`](https://github.com/echo724/notion2md/commit/be454d6e853bd0291879916069188456897d5df2)) + +* Fix_Indentation ([`712570f`](https://github.com/echo724/notion2md/commit/712570f549a12ca94fedeb65fa8d919038cbe30c)) + +* Update README.md ([`428e65f`](https://github.com/echo724/notion2md/commit/428e65ff563d5388d5be12c0557d01ad220b6ee0)) + +* Update_InlineMath_Notation ([`5973ab3`](https://github.com/echo724/notion2md/commit/5973ab32b2a358bd2472474f6580b9b6a412fd32)) + +* Fix Conflic ([`9061de2`](https://github.com/echo724/notion2md/commit/9061de2e7c69e5bac55615207eda6def0e1b00de)) + +* Update_to_v1.2.2 ([`8f42ad2`](https://github.com/echo724/notion2md/commit/8f42ad2b8c703c65d5a334bae8c410983f79a418)) + +* Update README.md ([`81d1143`](https://github.com/echo724/notion2md/commit/81d1143a29db594f4e87d06e2bb1cc02a8053081)) + +* Update README.md ([`1e5d5ab`](https://github.com/echo724/notion2md/commit/1e5d5ab1f0cde5cb597fd1aeb34b876a0f028d90)) + +* Update README.md ([`2b17036`](https://github.com/echo724/notion2md/commit/2b170360ade9b596af5a342918f98081b681058b)) + +* Update README.md ([`496a23c`](https://github.com/echo724/notion2md/commit/496a23ce2770fbc3ab9f40d139ec278ae9dfb84c)) + +* Update README.md ([`b9f6345`](https://github.com/echo724/notion2md/commit/b9f6345a438b73f53e17aa740e238b45ef1ccb6d)) + +* update_README, ([`2e6ad90`](https://github.com/echo724/notion2md/commit/2e6ad900a55e4088c90c87d30a7a70ce368c1eb9)) + +* version_update, ([`6b17994`](https://github.com/echo724/notion2md/commit/6b179946a1b2845fe1fcea12b91f85e7344ff026)) + +* Merge branch 'master' of https://github.com/echo724/notion2md ([`f0dcfa7`](https://github.com/echo724/notion2md/commit/f0dcfa7718427f755cdcb9e3adfb9bc0f75ad2b9)) + +* Add Exporting Table Feature ([`3a87068`](https://github.com/echo724/notion2md/commit/3a87068a3eebd6951a6a84de74fe9457caf4e873)) + +* Update README.md ([`388c2a3`](https://github.com/echo724/notion2md/commit/388c2a3f3e5ccb0944f7d3b8155b032ba7e0be4b)) + +* Update README.md ([`551fb90`](https://github.com/echo724/notion2md/commit/551fb906e66de7e7da1b2988ebc99a7f19ad7ea8)) + +* Update change_log.md ([`c556bde`](https://github.com/echo724/notion2md/commit/c556bde5650fe03129abe1eb12c0472e7a73333d)) + +* Update README.md ([`44cb587`](https://github.com/echo724/notion2md/commit/44cb587aa6fc94bc6a2b6d24897186af1ed80979)) + +* Update change_log.md ([`4e35487`](https://github.com/echo724/notion2md/commit/4e35487e1d5788734ae523992bd5b652c4c8b98a)) + +* Update change_log.md ([`0c6785a`](https://github.com/echo724/notion2md/commit/0c6785abf696ef98251d82efa3434de1a1e39eb6)) + +* Create change_log.md ([`2e949f4`](https://github.com/echo724/notion2md/commit/2e949f42af1f18390afa5db38997d6ed00ed77c4)) + +* Update README.md ([`e219246`](https://github.com/echo724/notion2md/commit/e2192464dcf9b9f4fdbda1f0ce28742881942b5f)) + +* version update ([`05d8bbe`](https://github.com/echo724/notion2md/commit/05d8bbe1dbdfd5a30bb07b78a5699f8bd97ceef6)) + +* fix icon_bug && add save token ([`dbe63f7`](https://github.com/echo724/notion2md/commit/dbe63f7c9f14e5d3ea3feedbb3103a65c7abdf19)) + +* Merge branch 'master' of https://github.com/echo724/notion2md ([`8f4364b`](https://github.com/echo724/notion2md/commit/8f4364bba233346f904190824ca21991c387e8a6)) + +* rm cache ([`a77c219`](https://github.com/echo724/notion2md/commit/a77c219d852f23a03b779e0c024db80bfc8eb493)) + +* Update README.md ([`db9540a`](https://github.com/echo724/notion2md/commit/db9540ad7dd41448129bb77f20eca4ce5ece0f4a)) + +* Update README.md ([`9842b1b`](https://github.com/echo724/notion2md/commit/9842b1b3ecb1757aeda95291e6a29010030e1eeb)) + +* Update README.md ([`55f6c0e`](https://github.com/echo724/notion2md/commit/55f6c0ea4885e1e537ccaf7e927c16058062a1ac)) + +* Update README.md ([`280572b`](https://github.com/echo724/notion2md/commit/280572ba1fb30daf18bef76544bbebb0dc330196)) + +* Update export_manager.py ([`0f834a0`](https://github.com/echo724/notion2md/commit/0f834a0d403bfcf423dc98215982b6c48c588e54)) + +* Update exporter.py ([`061d0fa`](https://github.com/echo724/notion2md/commit/061d0fab2971dfcca98492844712c7af7d201218)) + +* Update README.md ([`f7c3ed5`](https://github.com/echo724/notion2md/commit/f7c3ed5ab1addb7915654154b5f53fe5b553da13)) + +* Update README.md ([`b519fd8`](https://github.com/echo724/notion2md/commit/b519fd85b726bad4b478a887d9c023ac75dc5647)) + +* Update README.md ([`309ba3c`](https://github.com/echo724/notion2md/commit/309ba3cc42452d606cc54ba35f5ea6db2a44cf2a)) + +* Update README.md ([`8b82923`](https://github.com/echo724/notion2md/commit/8b82923b3debf2054d6f8510a5c81c1295e2daac)) + +* Update README.md ([`457a211`](https://github.com/echo724/notion2md/commit/457a21181144626a199e42e1488ae55462977a2b)) + +* rm output ([`42369dc`](https://github.com/echo724/notion2md/commit/42369dc5b135d4b118d32e47563d9ba74ef9e679)) + +* Update README.md ([`2d2062f`](https://github.com/echo724/notion2md/commit/2d2062f0768995fd71a4be122bb7b59881da149f)) + +* Update README.md ([`26aa4df`](https://github.com/echo724/notion2md/commit/26aa4df8bf3a3dd76ff20870667a34b55ec324a9)) + +* Update README.md ([`ccdbd28`](https://github.com/echo724/notion2md/commit/ccdbd28fd929528ca704e3fdf077b1224f738ae8)) + +* Update README.md ([`aa227b1`](https://github.com/echo724/notion2md/commit/aa227b12d32267f941f7f8e7df2a95313d3ae785)) + +* Update README.md ([`c67ee80`](https://github.com/echo724/notion2md/commit/c67ee80a6829b16e5efb3b487bdc20fadbe387fd)) + +* Update README.md ([`eb75a03`](https://github.com/echo724/notion2md/commit/eb75a03d2b5c00494a73eb0261501f393784f510)) + +* update, structures ([`9f5bece`](https://github.com/echo724/notion2md/commit/9f5bece588b7b0911b9e05b28180be9ac11000fd)) + +* update, version ([`fd7b263`](https://github.com/echo724/notion2md/commit/fd7b263037372ea1c9158f5329611428701a1dce)) + +* fix, code_block_name_to_lowercase ([`950af93`](https://github.com/echo724/notion2md/commit/950af937cc520356b6243c0f5aa3b754ab4545a5)) + +* Update README.md ([`4d7a4d9`](https://github.com/echo724/notion2md/commit/4d7a4d9dc38659de6d01f844367a7dbac1bc55ae)) + +* Update README.md ([`1c5d68f`](https://github.com/echo724/notion2md/commit/1c5d68fcae9944ab08052dc59049f1118c84e68a)) + +* Update README.md ([`a6764f1`](https://github.com/echo724/notion2md/commit/a6764f19d2fce020e12f272e01c81f12ccdf69fb)) + +* fix, making_empty_folder ([`14c4538`](https://github.com/echo724/notion2md/commit/14c453899506c1d625c6f651e419aaa64210cdbe)) + +* update, module ([`2536882`](https://github.com/echo724/notion2md/commit/2536882666016bc67d68396e84801842adfdef1d)) + +* Update README.md ([`76e96b5`](https://github.com/echo724/notion2md/commit/76e96b55bceb93f23354ae5df68cd7af169a25dd)) + +* Update README.md ([`4f21012`](https://github.com/echo724/notion2md/commit/4f21012117c1568945213fdeff4bef88dfd878ec)) + +* commit ([`96be6c7`](https://github.com/echo724/notion2md/commit/96be6c7e82ef7c457a31c0311ffc0e6799b56c9f)) + +* commit ([`3b55055`](https://github.com/echo724/notion2md/commit/3b55055200b2281030b4b44294fd4c5bb5af0538)) + +* gitignore +Merge branch 'master' of https://github.com/echo724/notion2md ([`b680caf`](https://github.com/echo724/notion2md/commit/b680caf4a56b20286f7216e58b47c5e3260bbc2b)) + +* Update ([`fb6914f`](https://github.com/echo724/notion2md/commit/fb6914f7eb7b46ec86e488b0c3fc6efc48fd144e)) + +* update +Merge branch 'master' of https://github.com/echo724/notion2md ([`060102d`](https://github.com/echo724/notion2md/commit/060102dc98281684f9e913cba5bd0d409ffb575d)) + +* update ([`d436e3a`](https://github.com/echo724/notion2md/commit/d436e3ad24fa6b9ae17ce2d258698696042e6ea9)) + +* update ([`eec0b29`](https://github.com/echo724/notion2md/commit/eec0b29eff05f1406acf325ba7211851b2b4cfac)) + +* Add ClientExport_Feature ([`f8bc683`](https://github.com/echo724/notion2md/commit/f8bc6831f29ec098f8b61518359fe72d5e417c58)) + +* update block2md ([`998d19e`](https://github.com/echo724/notion2md/commit/998d19e014c9ddf176e65000a3afda7d1a924b67)) -- Stylized terminal output +* update block2md ([`caaafc1`](https://github.com/echo724/notion2md/commit/caaafc1aee3e91fc646b3cbfcbfd6ba74b9f0a06)) -# Update v2.1 +* update ([`e911e30`](https://github.com/echo724/notion2md/commit/e911e305eee11a85255394004b7e1a96bb715a79)) -- Improved exporting speed by using MultiThreading +* update ([`3eab679`](https://github.com/echo724/notion2md/commit/3eab679880bec7925a16d9c6c95c4dcf09ae6c28)) -# v2.0 +* Update README.md ([`2e2d0be`](https://github.com/echo724/notion2md/commit/2e2d0beafaec4bd2e633406b24fdeea7030e183b)) -- Notion Markdown Exporter(notion2md) now use **official notion api** by [notion-sdk-py](https://github.com/ramnes/notion-sdk-py) +* Update README.md ([`0e8075c`](https://github.com/echo724/notion2md/commit/0e8075c4c4f06c6957d2ed002a0a45164ceefc67)) -- Rewrite the structure of the program to use the api and improve the speed and usability of API +* Update README.md ([`fb65307`](https://github.com/echo724/notion2md/commit/fb65307774d50a8565316574fc86bb926488b478)) -## v1.2.2.1 +* Update README.md ([`7a82b36`](https://github.com/echo724/notion2md/commit/7a82b369c8d4fab0d23920211e46ee8ce25b03af)) -- Supports **Inline Math Code** in the `text block`, `bulleted list`, and `numbered list`. It will Be denoted as `$$$$` +* Update README.md ([`5074f4c`](https://github.com/echo724/notion2md/commit/5074f4c813b1bdcb149e98cba9bb626e153ae157)) -- Supports Call `export_cli()` with `token_v2`, `url`, and `bmode` +* Update README.md ([`9921549`](https://github.com/echo724/notion2md/commit/9921549e4de6fabafd0b67e8942ed38a340f542b)) -# v1.2.0 +* Merge branch 'master' of https://github.com/echo724/notion2md ([`3d76ef0`](https://github.com/echo724/notion2md/commit/3d76ef0a4b1d1b93f0c6f5bd34c9417874ba1b99)) -- Now Supports Exporting the **inline table block** - - - Even the block that has its own page in the table will be exported as **subpage** +* update ([`6ab5c2c`](https://github.com/echo724/notion2md/commit/6ab5c2c8265d05f33f321c4134a55b1dc5fb725e)) -- You can choose wheather you will export notion page as `a blog post` or not +* Update README.md ([`21ce89a`](https://github.com/echo724/notion2md/commit/21ce89aedd2e09cb0ef31a2c396c9eeeee1d3526)) - - Blog post format includes frontmatter and Date in Post's name. +* Update README.md ([`21ccbe7`](https://github.com/echo724/notion2md/commit/21ccbe7d546caa663f641c31cda2a5a09baaedb4)) -# v1.1.0 +* add todo ([`b9efc8f`](https://github.com/echo724/notion2md/commit/b9efc8f7d4347cb5723c28e690780c6cfb6440a8)) -- Change the output folder name `Notion_Exporter_Output/` to `notion_output/` +* modify ([`992ad74`](https://github.com/echo724/notion2md/commit/992ad7405c8f562baaf52ec2d0eb2ca7d2af716e)) -- Save token_v2 in `notion_output/notion_token.json` and read it when you use the exporter again. +* hide ([`71e4165`](https://github.com/echo724/notion2md/commit/71e4165284b53f37176c0311c666b0f7cf54d4ca)) -- Fix the error that `block.icon` is not defined if the block has no icon in the title. +* hide venv ([`2b9b783`](https://github.com/echo724/notion2md/commit/2b9b783f7d4f41c4f38886e17da50dbff9671ca8)) -# v1.0.0 +* hide venv ([`3f2278c`](https://github.com/echo724/notion2md/commit/3f2278cc985c7de751353bde8704bc31902c34d1)) -- Changed the structure of the exporter to support exporting sub pages and sub files. +* hide venv ([`56c54dd`](https://github.com/echo724/notion2md/commit/56c54ddc9ad328409cc7e67fe0f9172ee74d8b73)) -- Used Object named '`PageBlockExporter`' to connect supporting functions and attributes. +* modify ([`4c1d3b0`](https://github.com/echo724/notion2md/commit/4c1d3b0d9e04c4140dbcbbec278b3f026354090c)) -- Each Exporter has its client(`NotionClient`), page(`notion.Block`), and sub pages' exporter list (`[PageBlockExporter]`) +* modify ([`14540bf`](https://github.com/echo724/notion2md/commit/14540bf65a564bb35423614cae18ac7ac0f75c5c))