diff --git a/CHANGELOG-master.json b/CHANGELOG-master.json index b5bc4f3a..396ae1a2 100644 --- a/CHANGELOG-master.json +++ b/CHANGELOG-master.json @@ -1,8 +1,57 @@ [ { - "tag": "master-20251113-46a3abeb", - "date": "2025-11-12T21:21:35+00:00", + "tag": "master-20251113-59fe171a", + "date": "2025-11-13T20:36:14+00:00", "commits": [ + { + "sha": "98fbf00a", + "message": "Feat: add app manifest to allow the app to be installed", + "author": "arabcoders", + "date": "2025-11-13T20:13:01+00:00", + "full_sha": "98fbf00a63310fe00a4f08db821f4b4fd260e936" + }, + { + "sha": "8e6f5fc2", + "message": "Feat: allow selecting browser as target for toasts", + "author": "arabcoders", + "date": "2025-11-13T19:21:16+00:00", + "full_sha": "8e6f5fc29321e15b8040f9e7304f0d794c0dcfe3" + }, + { + "sha": "d835c027", + "message": "Chore: rename Notification interface type to notification", + "author": "arabcoders", + "date": "2025-11-13T18:42:46+00:00", + "full_sha": "d835c027d51a4d27638aa7b6c3a4ce02fa2baeb2" + }, + { + "sha": "c77d232c", + "message": "Feat: add link to upload cookies", + "author": "arabcoders", + "date": "2025-11-13T18:32:19+00:00", + "full_sha": "c77d232c72505dd1bd9de8101431466d742323be" + }, + { + "sha": "7edc21ee", + "message": "Refactor: removed debug statement.", + "author": "arabcoders", + "date": "2025-11-13T16:58:42+00:00", + "full_sha": "7edc21ee2d891263c1d70f1c635e5359d18edeee" + }, + { + "sha": "739d8e70", + "message": "Feat: Paginate history items to improve performance", + "author": "arabcoders", + "date": "2025-11-13T16:28:10+00:00", + "full_sha": "739d8e702f7728c311e300f2dce961c06a7480be" + }, + { + "sha": "1107567f", + "message": "Feat: add paginated history endpoint", + "author": "arabcoders", + "date": "2025-11-13T14:15:05+00:00", + "full_sha": "1107567f8672681c9e3c9adaca7b7913a1bbbb76" + }, { "sha": "1144ac0e", "message": "revert: Revert changes to video player, it was causing issue with side scrolling due to video width and height. let it auto scale", @@ -2944,7 +2993,7 @@ "full_sha": "8694e82965453019b5f6d01ef181bfd541f87173" } ], - "full_sha": "46a3abebdef1cf375e1b0324ff81700450505cc8" + "full_sha": "59fe171a9db2cee3e17af6274ed3906ce44c24cf" }, { "tag": "master-20250616-c07465a6", diff --git a/CHANGELOG.json b/CHANGELOG.json index 9b7ec8cc..95b1d9f8 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,8 +1,8 @@ [ { - "tag": "Unmerged (dev branch)", - "full_sha": "98fbf00a63310fe00a4f08db821f4b4fd260e936", - "date": "2025-11-13T20:13:01+00:00", + "tag": "Unreleased (59fe171a)", + "full_sha": "59fe171a9db2cee3e17af6274ed3906ce44c24cf", + "date": "2025-11-13T20:36:14+00:00", "commits": [ { "sha": "98fbf00a",