File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to TimeMachine will be documented in this file.
44
5+ ## [ 1.6.1] - 2025-10-13
6+
7+ ### Added
8+ - Google OAuth integration for seamless sign-in experience
9+ - "Continue with Google" button in authentication flow
10+ - Enhanced backend Google OAuth endpoint with proper token verification
11+ - Chrome Identity API integration for secure Google authentication
12+
13+ ### Improved
14+ - Authentication flow now supports both email/password and Google OAuth
15+ - Token storage and management for Google-authenticated users
16+ - Backend user creation for Google OAuth users with proper defaults
17+ - Error handling and user feedback for Google authentication failures
18+
19+ ### Security
20+ - Google ID token validation using official Google Auth library
21+ - Secure token exchange between extension and backend
22+ - Proper OAuth2 client configuration in manifest
23+
524## [ 1.6.0]
625
726### Added
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : 3 ,
33 "name" : " TimeMachine" ,
4- "version" : " 1.6.0 " ,
4+ "version" : " 1.6.1 " ,
55 "homepage_url" : " https://harshdev625.github.io/TimeMachine/" ,
66 "description" : " Track your browsing habits and boost productivity with insightful stats." ,
77 "permissions" : [
You can’t perform that action at this time.
0 commit comments