Marty Oehme
3da96a3ef8
While in nomie, multiple occurences of the same activity can be recorded in one single event (e.g. you smoked multiple cigarettes and now record that fact), Loop has no such concept. Thus, we work around it by fudging the duplicate timestamps ever so slightly (one millisecond each) and then adding them to the database.
1.5 KiB
1.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project tries to adhere to Semantic Versioning.
[Unreleased]
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.
Fixed
- Create missing PRAGMA values for Loop SQLite database, fixing failing import
[0.3.1] - 2021-09-30
Fixed
- Fix ability to run via poetry or be invoked from command-line
Removed
- Remove pandas dependency and dataframe functionality
[0.3.0] - 2021-08-30
Added
- Add repetition import, translated from events
- Does not do multiple entries for simple trackers in nomie yet
- Add range habits, using nomie maximum value for range targets in Loop
- Adding ranges defaults target value to half of maximum nomie value
Fixed
- Fix repetition import failing on duplicates. Will not import duplicate timestamps.
[0.2.1] - 2021-08-28
Fixed
- Fix Loop Habit import breaking because of missing habit position
[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