# Changelog ## 0.1.0 (2024-08-04) ### Features * Add process to copy image files. ([5c4f5f8](https://github.com/ryohidaka/zenn2press-rs/commit/5c4f5f883359d05d155d66082c09da9a5e8c2268)) * Add process to copy markdown files. ([4e0ab2d](https://github.com/ryohidaka/zenn2press-rs/commit/4e0ab2d78be80cab3da4e36554dea05a1d085821)) * Add process to get src_articles_dir and dest_articles_dir. ([989fa88](https://github.com/ryohidaka/zenn2press-rs/commit/989fa886f396f53763618d9b3b1ad2a0190a9d85)) * Add vitepress project for demo. ([57af34a](https://github.com/ryohidaka/zenn2press-rs/commit/57af34a1ccc281a5ad27921701a99ca3020055f7)) * Add zenn project for demo. ([dc968c2](https://github.com/ryohidaka/zenn2press-rs/commit/dc968c29852e1ad9f4e5d9d7e8335e44ff8c378c)) * Added filtering by file name. ([6039324](https://github.com/ryohidaka/zenn2press-rs/commit/6039324536e358a41a697ca3cbc9b0596b48b0cf)) * Added process to specify items to be added to frontmatter in config file. ([f397cc5](https://github.com/ryohidaka/zenn2press-rs/commit/f397cc58c9d0362552d312f7de4058b1b2594cd2)) * Create project ([39c314f](https://github.com/ryohidaka/zenn2press-rs/commit/39c314fcc36fc18c3ae96c08483c9dc538bf60aa)) * Display progress bar during copy process. ([5d927de](https://github.com/ryohidaka/zenn2press-rs/commit/5d927de2c8057ccfd1b9c73a739b05dd2c7b3908)) * Install clap. ([8002e72](https://github.com/ryohidaka/zenn2press-rs/commit/8002e7259109a93426e3e6a902d18c6341128d52)) * Install colored. ([6e54000](https://github.com/ryohidaka/zenn2press-rs/commit/6e54000b3ffc9b4e9d3113866197bc25b3aa6860)) * Install figlet-rs. ([b3dbcf1](https://github.com/ryohidaka/zenn2press-rs/commit/b3dbcf1a5ffafc439c3b83e43083cea2e3e13b51)) * Install futures. ([e52c797](https://github.com/ryohidaka/zenn2press-rs/commit/e52c797ef838299826fc6e2fe32fce1a78372f9c)) * Install indicatif. ([e6f3c5d](https://github.com/ryohidaka/zenn2press-rs/commit/e6f3c5d16da96243a61b75551fc7c4a2d0ca1ecf)) * Install serde_yaml. ([20ec0d9](https://github.com/ryohidaka/zenn2press-rs/commit/20ec0d9dd17682e241c42889283c2bfbf3534dd2)) * Install serde. ([7a069b6](https://github.com/ryohidaka/zenn2press-rs/commit/7a069b63c70bcce8250ec3e572a0e55b5b02fb9e)) * Install tempfile. ([e54dc7e](https://github.com/ryohidaka/zenn2press-rs/commit/e54dc7e62d789f9b2f9fbc98fda00940f76fccce)) * Install tokio. ([ddad19c](https://github.com/ryohidaka/zenn2press-rs/commit/ddad19cb5fa99a727c5dde62ad4470807b19db55)) * Parse frontmatter and insert title in content. ([a107281](https://github.com/ryohidaka/zenn2press-rs/commit/a10728105ea11488fa935dfa883318a7432de70c)) * Print figlet. ([50446cc](https://github.com/ryohidaka/zenn2press-rs/commit/50446ccd479bdd51f5d54c06b9b253fdc6b325b2)) * Print status. ([699865d](https://github.com/ryohidaka/zenn2press-rs/commit/699865d7ba7f959797871f037255c56971539f3d)) ### Miscellaneous Chores * release 0.1.0 ([f240207](https://github.com/ryohidaka/zenn2press-rs/commit/f240207094d1ffbc84c05a5adbdeb1f99e39052f))