mirror of
https://github.com/hamaluik/timecop.git
synced 2025-08-06 14:59:00 +08:00
3.7 KiB
3.7 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 adheres to Semantic Versioning.
Unreleased
[1.6.0] - 2021-01-07
Added
- Added setting to automatically filter out timers older than the last Monday
- Added setting to only allow a single active timer at once (when creating new ones)
- Added ability to archive projects & their respective timers
- Added app badge notifications on iOS and Android launchers which support the feature to indicate running timers
- Added notifications when timers are running in the background
- Added ability to import records from a database
- Added ability to record markdown-formatted notes for individual timers
Changed
- Search bar now gets focus immediately upon tapping the search button
- No more "default project" setting (it was buggy and I didn't like it in practice)
Fixed
- Always delimit fields when exporting CSV files
- Fixed dashboard top bar search text & icon colour
- Fixed some translations (thanks @SeaPants, @danielpetrica)
1.5.0 - 2020-04-07
Added
- Added ability to search for timers in the dashboard
- Added ability to filter timers by time and project in the dashboard
- Added a settings screen
- Added ability to change the theme manually
- Added ability to change the language manually
- Added autocomplete on timer description fields
- Added ability to collapse days
- Added settings to control autocomplete, day collapsing, timer grouping
- Added a time table report, listing per-project time sums
Changed
- Moved the menu button to be under the Time Cop logo on the left side, to make room for the search and filter buttons
- Fixed some Russian translations thanks to @4name
- Marked hand-translated translations as such so the automatic translator doesn't touch them
- Normalized order of translations across all languages
Fixed
- Fixed negative duration timers by adjusting timer ends accordingly
1.4.0+23 - 2020-03-02
Added
- Italian translation thanks to @danielpetrica and @Pomettini
- Added ability to swipe-to-resume on the parent of grouped timers (thanks cl3misch on HN!)
1.3.3+22 - 2020-03-30
Added
- 3 report charts: project breakdown pie chart, weekly total hours line chart, and average daily hours bar chart
Fixed
- Fixed start button positioning for right-to-left languages (Arabic)
1.2.0+14 - 2020-03-27
Changed
- Added stop and add functions to the start button depending on whether any timers are running or not
1.1.0+12 - 2020-03-19
Added
- Automatically group similar timers on the dashboard view within each day
- Option to group similar timers on a day-by-day basis when exporting
Changed
- Changed UI of selecting which projects to filter by when exporting to be in line with the other sections on the export page
1.0.0+11 - 2020-03-14
Added
- Ability to start / stop / create / edit / delete timers
- Ability to create / edit / delete projects
- Ability to export database file
- Ability to export csv of filtered data