From dfb9178c6f81a5f20b40b2191a242ac6392ca3ee Mon Sep 17 00:00:00 2001 From: Hugo Bollon Date: Sat, 6 Feb 2021 19:31:59 +0100 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..109481f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.2] - 2021-02-06 +### Changed +- Moved TUI to internal sub-package +- Refactor TUI Update/View logic +### Fixed +- Reduce cyclomatic complexities of some functions +- Golint issues + +## [0.1.1] - 2021-01-31 +### Changed +- Update README with better installation instructions +### Fixed +- Issue with scrapper config model + +## [0.1.0] - 2021-01-31 +IGopher come in this first public pre-release with cross-platform (Linux/Windows at the moment) compatibility and a user-friendly terminal user interface! +At this point, the bot will first retrieve a user list from the followers of the source users that you have entered. It will then send a message according to the templates that you put to them. +In addition, you can activate certain modules such as: +- A heuristic and daily quota limiter +- A scheduler +- The use of a blacklist to avoid duplicates interactions + +[Unreleased]: https://github.com/hbollon/igopher/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/hbollon/igopher/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/hbollon/igopher/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/hbollon/igopher/releases/tag/v0.1.0