Skip to content

Latest commit

 

History

History
112 lines (89 loc) · 8.15 KB

CHANGELOG.md

File metadata and controls

112 lines (89 loc) · 8.15 KB

Changelog

v0.10.0 (2023-01-03)

Feature

Fix

  • Minor import changes for compatibility on Linux. (d58ed56)
  • Display correct database file on commit. (9d9f77c)
  • Time entries committed when editing config (206f5f5)

v0.9.0 (2022-08-31)

Feature

  • Show daily log of tasks (c7b0381)

v0.8.0 (2022-08-23)

Feature

  • View work modes for the week (0db451b)

v0.7.3 (2022-08-15)

Fix

  • Fix issue with outlook function not skipping items when 0 time was entered. (e1a117c)
  • Outlook mode no longer starts automatically (b8ac4ac)

v0.7.2 (2022-08-14)

Fix

  • Address crash when using --start and --end arguments. (a17ad27)

v0.7.1 (2022-08-14)

Fix

  • Enable command line arguments when using entry points after build. (47c3898)

v0.7.0 (2022-08-14)

Feature

  • Time activities from the command line (4aeae4d)

v0.6.1 (2022-08-10)

Fix

  • Fix crash when running with entry point and no arguments. (ba29a65)

v0.6.0 (2022-08-10)

Feature

  • Added --outlook (-o) flag to start in outlook mode (bcd663e)

Fix

  • Removed copy to clipboard on commit (2e76c78)
  • Crash with deep work command (7a4c649)
  • Add backwards compatibility for database (5778797)
  • Improve documentation for add function (1e840dd)
  • Catch nan time durations (42278c3)
  • Replace Value and TypeError with InputError (6d3bc6a)
  • Raise input errors instead of value/type errors for scale function. (8e1e953)

v0.5.0 (2022-08-02)

Feature

  • Add export command for basic export to CSV from sqlite3 database. (571a3de)

Fix

  • Restructure to fix import problems (6e2d461)

Documentation

v0.4.2 (2022-07-20)

Fix

  • Clipboard is not cleared when no time entries exist. (6e9197d)

v0.4.0 (2022-07-16)

Version 0.4.0 includes full sqlite3 database support, and allows for titr to be fully used on a daily without an Excel spreadsheet.

Feature

  • Deep work function now displays color based on whether goal is being met. Greatly improved formatting. (d69a359)
  • Import data from csv (c8c97d5)
  • Added basic timecard command and functionality (7647dc7)
  • Add command to display total deep work and deep work over last 365 days. (b2ea0e8)

Fix

  • Timecard function improved formatting. (caa6a95)
  • Better formatting for TimeEntry string function (d703f6a)
  • Better formatting of TimeEntry (e0903b1)
  • Cleaner text formatting for console help commands. (016251d)
  • Help command no longer shows blank doc for some commands. (709af52)
  • Time entries in database now have correct user_key for categories; no longer linked to category_id erroneously. (d6da539)
  • Deep_work function pulls from ConsoleSession database. (c9edd69)
  • Test and error handling if no time entries found within work week for timecard function. (e1253a5)
  • Help function now displays multi-line dotstrings without unwanted indentation (aac1cb6)
  • Enforce unique ids and keys a for tasks table (722b204)
  • Disable ability to call outlook commands from linux (b75753d)
  • Add default for console.outlook_item = None (011a90e)

v0.3.4 (2022-07-15)

Fix

  • Fix distrubution error

v0.3.0 (2022-07-07)

Feature

  • New console enabled for commands; not yet enabled for time entries. Getting excited about deleting some code soon. (9f9c271)
  • Time entries can now be written to sqlite database. No read capability built in yet. (5ccecf6)
  • More implementation of sqlite database (28bd494)
  • Start adding database functionality (d39a9a9)

Fix

  • Scale command gives explicit error if no arguments given (823fc0f)
  • Report date set to today when no arguments given. (f929998)
  • Disallow scaling time entries to zero. (cbb8547)

v0.2.1 (2022-06-21)

Fix

  • Remove unwanted newlines. Add test cases to preview & copy functions. (a665661)
  • Added missing newline in TSV output. (1cbd1c7)