Release notes

v0.22.3 03-16-2023

Bug fix: After log in, the app is no longer stuck trying to sync

There was a bug when you log in, the app will try to sync but never does until you quit it and open it again. It is now fixed to log in, and then do a sync after a successful sign in. Also we focus the Proceed button for easier user experience to sign in.
v0.22.2 03-11-2023

Small fixes: Do not log out of account if there is no internet connection.

Also Convert log timestamps to dates and not elapsed seconds. And show on the UI if cannot connect to cloud servers so there is no sync functionality.
v0.22.1 03-07-2023

Small fix: Move Account page outside of hidden dev flag.

v0.22.0 03-07-2023

Add auth to desktop app to sync projects and time spent.

Move all the account features to production which includes syncing project data, project time and time spent. This also includes sync conflicts, periodic background syncs. And the local database can support mulitple accounts if you were to log in and log out. If you are logged out then you would be in Guest mode with no cloud sync.
v0.21.5-alpha 03-06-2023

Remove experimental phase in desktop app.

Remove time limit of experimental phase.
v0.21.4-alpha 03-03-2023

Small fix, disable restart button when a restart is in progress

v0.21.3-alpha 03-03-2023

Show syncing progress.

There was a bug where syncing local records did not update its syncedAt timestamp. But now that its fixed, it fully uploads all records for a complete sync.
v0.21.2-alpha 03-03-2023

Do a full sync if cloud and local records do not match

Usually we only sync since the last sync timestamp, but there are cases where records are updated but the local app version isnt on the latest version to support it yet. When it finally updates to the latest version, it would then do a full sync.
v0.21.1-alpha 02-27-2023

Show progress during sync

Update sync UI every 5 seconds on number of unsynced records.
v0.21.0-alpha 02-27-2023

Can sync time_spent across multiple devices

Add time_spent records to be synced. Added a new deviceId column based on the OS.uuid.
v0.20.2-alpha 02-22-2023

Do a sync periodically

Do a sync every 5 mins in the background. And do a sync for every project create/update. The client also updates its view on every sync.
v0.20.1-alpha 02-17-2023

Bug fix

Add url to CSP for production.
v0.20.0-alpha 02-17-2023

Add auth to desktop app with sync

Log into account on desktop app and can sync projects and project time. TimeSpent will come in the future. Anon records will be assigned to the next logged in user.
v0.19.4 02-07-2023

Fix bug for copying init template database

Did not have the correct path for copying over the init template db. Upgraded pocketbase exe to v0.12.2.
v0.19.3 02-04-2023

Release to production after testing migration

Tested migration to pocketbase local on work computer and resolved issues.
v0.19.2-alpha 02-04-2023

Bug fix - Faster migration step

Only use one loop to processing time records merging and then import it to pocketbase at the same time.
v0.19.1-alpha 02-04-2023

Bug fix - Run vacuum on app closure

Run vacuum when app is about to be close to avoid write conflict with pocketbase.
v0.19.0-alpha 02-04-2023

Migrated project and usage data to use pocketbase

Built migration scripts to convert all usage data and project, and project time to be stored in pocketbase locally. Built initial steps to sync to cloud, account system still needs to be worked on.
v0.18.0-alpha 01-15-2023

Refactor backend to use PocketBase locally to store project data.

Migrate old data from lowdb into local pocketbase server.
v0.17.3 12-19-2022

Change end of experimental phase to end of jan 2023

v0.17.2 12-19-2022

Update to high-res icons for Mac OS.

v0.17.1 12-12-2022

Change system tray windows icon to be white background.

v0.17.0 12-12-2022

Use new logo for Daytracer

Use new icon for icon and system tray icon.
v0.16.0 12-09-2022

Rename project to Day Tracer

Updated source code and setup download.daytracer.app as URL to upload packaged app.
v0.15.0 11-28-2022

Does not need internet to load fonts

Moved Inter font and material icons font locally so dont need to load it from internet.
v0.14.0 11-17-2022

Add system icon so app runs in the background for Windows OS

Created black and white background for system tray icons for both MacOS and Windows OS. Can quit from the system tray icon.
v0.13.0 11-08-2022

Add user guides with videos

Add videos to explain how to use the calendar page. Also fix the daylight savings time bug which show two Sundays because it was a 25 hour day.
v0.12.0 11-03-2022

Add DMG icon to mac os mounted volume

v0.11.0 11-01-2022

Desktop app does not need permissions anymore

Fork active-win project so we only get app name, which does not require permissions.
v0.10.1 10-20-2022

Fix no internet connection on Windows OS

v0.10.0 10-20-2022

Build Update UI window for checking updates. Works on both Mac and Windows.

Updates UI window communicates with main process by invoking and receiving event responses. Can Check for updates, Download updates, Restart to install update. Removed electron-forge.
v0.9.0 10-06-2022

Switch to Electron builder for updates.

Builds are now hosted on S3 buckets and using electron builder's auto updater instead of the default in-house one.
v0.8.5 09-25-2022

Build for windows platform.

Build installer for windows platform. Upgrading still needs to be tested after uploading release.
v0.8.4 09-19-2022

Add better instruactions for giving permission.

Also improved experience when deleting time spent with shorter hold duration. And does not track current position inside popup when creating a new time spent.
v0.8.3 09-16-2022

Add release script for making branches.

v0.8.2 09-16-2022

Improve update dialog text. Clear out the intervalID. Add more updater logs.

v0.8.1 09-16-2022

Fix import error. Show error dialog popup if any errors.

v0.8.0 09-16-2022

Add a onboarding permissions page for MacOS.

Add new black and yellow logo. Show a welcome permissions page with instructions for MacOS. Add lots of logs and small improvements to try to track updating app problems.
v0.7.1 09-14-2022

Calendar view will focus on work start hours on load.

Calendar weekly view will focus on work start hours on initial load.
v0.7.0 09-12-2022

Desktop app can upgrade to new versions.

Desktop app versions are hosted on public github repo. Electron app will check for newer versions and download/update when prompting the user. They are hosted at https://releases.timetracerapp.com .
v0.6.0 09-09-2022

Can build and notarize apps using Apple developer account.

Configure build to use certificates from Apple developer account.
v0.5.1 09-02-2022

Fix reload bug on production build.

Modifying URL directly for telemetry data cause reload on production to fail since it lost the file location. Instead turn off auto-track and send views through javascript manually. Track number of projects.
v0.5.0 09-01-2022

Add telemetry data for views and version number.

Add telemtry data for app views like calendar, projects, settings along with the app version number.
v0.4.0 08-30-2022

Can create projects and assign time to projects.

Added navigation buttons to the top for Calendar and Projects. Weekly view can drag and select time to assign to project.
v0.3.0 07-20-2022

User settings added for work hours and choosing start of weekday.

User settings were added to select their work hours along with which weekday should be the start of the week.
v0.2.0 07-08-2022

Redesign to calendar weekly view

Scrapped the previous design of daily views to a weekly view. Can toggle between next and previous weeks. Time is saved as blocks that can expand on daily columns.
v0.1.0 04-28-2022

First version of TimeTracer with daily views

First proof of concept had daily views on time tracked on left column. And notes for daily, weekly, monthly on right column. Colors were randomly chosen and hard to differentiate which app was used when. Only useful feature was time tracking and total time spent for the day.
v0.0.0 03-23-2022

Initial commit

Inception of the project which started off experimenting with Electron and running a background node process to track user's activity by observing the active window.