2021-08-28 08:46:57 +00:00
|
|
|
# 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 tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2021-12-15 13:58:06 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Compatible with Python stretching back to version 3.7
|
|
|
|
|
2021-12-06 19:45:08 +00:00
|
|
|
## [0.4] - 2021-12-06
|
|
|
|
|
2021-12-06 15:37:59 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added import of duplicate activities
|
|
|
|
In nomie, you can have multiple activity tags in a single event,
|
|
|
|
e.g. #smoking #smoking. This does not work in Loop, but we import
|
|
|
|
them as separate counter instances instead.
|
|
|
|
|
2021-12-06 19:45:08 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Begin rewrite of much of the internals to be more class-based and have more solid type checking
|
|
|
|
* If used as library, most of internal functionality has changed with more changes upcoming
|
|
|
|
|
2021-12-06 15:37:59 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Create missing PRAGMA values for Loop SQLite database, fixing failing import
|
2021-12-06 18:43:19 +00:00
|
|
|
* Check for database existing and able to connect to before doing any writing
|
2021-12-06 15:37:59 +00:00
|
|
|
|
2021-09-30 15:19:29 +00:00
|
|
|
## [0.3.1] - 2021-09-30
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix ability to run via poetry or be invoked from command-line
|
|
|
|
|
2021-09-01 09:36:59 +00:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
* Remove pandas dependency and dataframe functionality
|
|
|
|
|
2021-08-30 21:40:04 +00:00
|
|
|
## [0.3.0] - 2021-08-30
|
|
|
|
|
2021-08-29 07:47:27 +00:00
|
|
|
### Added
|
|
|
|
|
2021-08-28 21:03:12 +00:00
|
|
|
* Add repetition import, translated from events
|
2021-08-30 21:00:28 +00:00
|
|
|
* Does not do multiple entries for simple trackers in nomie yet
|
|
|
|
* Add range habits, using nomie maximum value for range targets in Loop
|
2021-08-30 20:56:55 +00:00
|
|
|
* Adding ranges defaults target value to half of maximum nomie value
|
2021-08-28 20:03:45 +00:00
|
|
|
|
2021-08-29 07:47:27 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix repetition import failing on duplicates. Will not import duplicate timestamps.
|
|
|
|
|
2021-08-28 08:59:20 +00:00
|
|
|
## [0.2.1] - 2021-08-28
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix Loop Habit import breaking because of missing habit position
|
|
|
|
|
2021-08-28 08:46:57 +00:00
|
|
|
## [0.2.0] - 2021-08-28
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Check for duplicate habits before adding them
|
|
|
|
* Inform user of duplicate habits
|
|
|
|
* Color negatively scored habits red in Loop Habit Tracker (does not work for custom scores)
|
|
|
|
* Begin keeping this changelog
|