Skip to content

Commit dbb826c

Browse files
committed
Update changelog and increment version to 1.6.1 for Google OAuth integration
1 parent 2f17e2e commit dbb826c

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All 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

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

0 commit comments

Comments
 (0)