From c805140d4dcbdf05cac0e48e40923e3799b49384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fr=C4=85tczak?= Date: Sun, 25 Feb 2024 19:17:17 +0100 Subject: [PATCH] add regex check --- notescriber/changelog.md => changelog.md | 8 ++++++-- notescriber.py | 6 ------ 2 files changed, 6 insertions(+), 8 deletions(-) rename notescriber/changelog.md => changelog.md (90%) diff --git a/notescriber/changelog.md b/changelog.md similarity index 90% rename from notescriber/changelog.md rename to changelog.md index 5dac020..b97fd10 100644 --- a/notescriber/changelog.md +++ b/changelog.md @@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Filtering of files to be "picked" based on a regex, preventing errors when creating datetime objects - ### Changed ### Removed +## [0.0.5] - 2024-02-25 + +### Added + +- Filtering of files to be "picked" based on a regex, preventing errors when creating datetime objects + ## [0.0.4] - 2024-02-17 ### Added diff --git a/notescriber.py b/notescriber.py index ed6f36e..f018a87 100755 --- a/notescriber.py +++ b/notescriber.py @@ -1,11 +1,5 @@ #!/usr/bin/env python -# from notescriber import picker -# from notescriber import config -# from notescriber import dispatcher -# from notescriber import notetaker -# from notescriber import transcriber - import notescriber import logging