Skip to content

chore(main): release scrolly 1.1.0#12

Merged
GraysonCAdams merged 1 commit intomainfrom
release-please--branches--main--components--scrolly
Mar 1, 2026
Merged

chore(main): release scrolly 1.1.0#12
GraysonCAdams merged 1 commit intomainfrom
release-please--branches--main--components--scrolly

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 1, 2026

🤖 I have created a release beep boop

1.1.0 (2026-03-01)

Features

  • add action sidebar with reactions (8415f1a)
  • add activity page (ffb17aa)
  • add app HTML shell and server hooks (8449dc1)
  • add audio playback utilities (1047c3f)
  • add auth API with SMS verification flow (25dcc93)
  • add authenticated layout with navigation (3a6a397)
  • add authentication system with session management (1ce3ded)
  • add clip comments and reactions APIs (ab3c981)
  • add clip CRUD API endpoints (41d1a50)
  • add clip engagement tracking APIs (5c7c8be)
  • add clips manager settings component (26f82b5)
  • add color utilities and type definitions (18d8b51)
  • add comment viewed tracking (85afa46)
  • add comments sheet component (1213511)
  • add confirmation dialog component (9930aed)
  • add confirmation dialog store (305f8dd)
  • add database migration for new schema fields (65fc508)
  • add database schema and connection setup (b247e63)
  • add download lock for concurrent requests (3ca4b16)
  • add emoji shower animation (f387f2f)
  • add group management APIs (8dd077e)
  • add group members API (5487d7b)
  • add group name and invite link settings (9d4d0ad)
  • add home screen shortcut nudge store (5e02fb5)
  • add inbound SMS message handler (2ea1530)
  • add initial database migration for core tables (95ce971)
  • add inline error display component (19a1ad1)
  • add install banner component (0fff31e)
  • add join flow with invite codes (2b0496d)
  • add media serving and utility APIs (6ed8fd1)
  • add member list and retention settings (2d7f582)
  • add migrations for media and notifications (d96769a)
  • add migrations for social features (50a2fc4)
  • add migrations for user profiles and groups (fddc3bb)
  • add music card component (82c57b8)
  • add music download service (de7653f)
  • add mute and home tap stores (57cec2c)
  • add notification and push subscription APIs (c0927fb)
  • add notification count store (6dac619)
  • add offline fallback page (5904185)
  • add onboarding page (689f447)
  • add platform icon component (c2486de)
  • add playback speed store (b1745cb)
  • add profile preferences API (7a8edf0)
  • add progress bar component (709626f)
  • add push notification client (443d34f)
  • add push notification server utilities (858489e)
  • add PWA badge icon (010b596)
  • add PWA lifecycle stores (c8ab354)
  • add PWA manifest and icons (14d2ab3)
  • add reaction picker with emoji support (de62a9f)
  • add reel item container with swipe gestures (217f2de)
  • add reel music player component (a32d7b7)
  • add reel overlay with metadata display (87ff813)
  • add reel video player component (ab9f2d2)
  • add root layout with theme support (ce5ef30)
  • add scheduled task runner (e4eef3f)
  • add service worker update toast (1053445)
  • add service worker with offline caching (26d18bb)
  • add settings page (bbdf131)
  • add share page (3fca386)
  • add SMS client with Twilio integration (0ede636)
  • add SMS verification service (b305799)
  • add SVG source assets for favicon and icon (d515871)
  • add toast notification store (8ed8bbf)
  • add toast stack component (e606a00)
  • add touch gesture handling system (814b2c3)
  • add unwatched count API (ec044a5)
  • add URL validation utility (323a58d)
  • add vCard generation for contacts (f16ed91)
  • add video card component (50eb20a)
  • add video download and processing pipeline (a8b7cfe)
  • add video feed page (ac5e6aa)
  • add video modal store (70e85f6)
  • add video upload button component (a4a6a98)
  • add video upload modal (ad02911)
  • add view badge component (c701a64)
  • add viewers sheet component (fa46777)
  • enhance action sidebar with playback controls (3ca8cfb)
  • enhance app layouts with PWA and install support (f31380c)
  • enhance notification store with real-time updates (f9928cb)
  • enhance reel item with speed controls (8869e9f)
  • enhance service worker with better caching strategy (55886f5)
  • enhance settings page (263b1cf)
  • enhance video feed page (d28ca3f)
  • improve clip creation API (fb967e2)
  • improve confirm dialog and viewers sheet (c7e0c43)
  • improve join and onboarding pages (1012c58)
  • improve reel music and video playback (b50646d)
  • improve video upload with URL validation (97918db)
  • update app HTML and server hooks (76eb7a6)

Bug Fixes

  • add non-null assertion for user in auth code handler (afa8370)
  • defer push notifications + remove SMS sharing docs (#13) (c6465ca)
  • restore strict lint-staged max-warnings to 0 (150d3eb)

Refactoring

  • anti-pattern fixes and UI improvements (#11) (ea7f343)
  • replace SMS client with streamlined verification (6cd5734)

Documentation

  • add API documentation (c557997)
  • add architecture documentation (cc2fa63)
  • add changelog and credits (0e5d3b5)
  • add CLAUDE.md project instructions (e573681)
  • add contributing guide (f990e74)
  • add data model documentation (6a8e7d0)
  • add design guidelines (62cd139)
  • add design inspiration references (60ec2e1)
  • add feature planning and roadmap (77a53de)
  • add legal pages (8f2d0c5)
  • add MIT license (e24df71)
  • add notification system documentation (c9a9d1c)
  • add README with project overview (9bd0bd5)
  • add security policy (750edef)
  • add self-hosting upgrade workflow, version pinning, and backup guide (374e19f)
  • add sharing options and platform docs (955d4e8)
  • add SMS integration documentation (14aece1)
  • update CLAUDE.md with git workflow guidelines (8f32843)
  • update roadmap (ff02331)

Miscellaneous

  • add Claude Code project settings (813b46d)
  • add Docker configuration (ecc09b7)
  • add linting, formatting, and git hooks (d948ec4)
  • add ZAP security scanning config (c9e9c72)
  • align lint-staged max-warnings with CI threshold (8b40060)
  • initial project scaffold and config (502866d)
  • update environment config example (8cbe914)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--scrolly branch from 9d3b4e1 to 0fc29ab Compare March 1, 2026 05:34
@GraysonCAdams GraysonCAdams reopened this Mar 1, 2026
@GraysonCAdams GraysonCAdams enabled auto-merge (squash) March 1, 2026 05:40
@GraysonCAdams GraysonCAdams merged commit f2ba64e into main Mar 1, 2026
25 checks passed
@GraysonCAdams GraysonCAdams deleted the release-please--branches--main--components--scrolly branch March 1, 2026 05:44
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Mar 1, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant