Skip to content

Commit cd922a0

Browse files
Update at-profile extension (raycast#20853)
* Update at-profile extension - fix: prevent infinite loop in profile selection by optimizing useEffect dependencies - docs: update screenshot filename in README from social-profile to at-profile - chore: rename and add profile metadata images - Initial commit * Update CHANGELOG * Removing package overrides * Update CHANGELOG.md and optimise images --------- Co-authored-by: raycastbot <bot@raycast.com>
1 parent 51c4bdf commit cd922a0

File tree

15 files changed

+567
-61
lines changed

15 files changed

+567
-61
lines changed

extensions/at-profile/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ raycast-env.d.ts
1010
compiled_raycast_swift
1111

1212
# misc
13-
.DS_Store
13+
.DS_Store
14+
WARP.md

extensions/at-profile/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @ Profile Changelog
22

3+
## [Prevent Infinite Loop in Open Profile and add Screenshots] - 2025-08-08
4+
5+
### Added
6+
7+
- **Screenshots**: Added screenshots to for Raycast Store
8+
9+
### Fixed
10+
11+
- **Infinite Loop**: Fixed infinite loop in Open Profile
12+
13+
### Changed
14+
15+
- **Raycast API**: Updated Raycast API to v1.102.3
16+
317
## [Profile History and Custom Apps] - 2025-08-07
418

519
### Added

extensions/at-profile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Quickly visit social profiles. Access a history of the profiles you visit and add your favorite social apps.
44

5-
![@ Profile Extension](metadata/social-profile-1.png)
5+
![@ Profile Extension](metadata/at-profile-1.png)
66

77
## Features
88

@@ -77,4 +77,4 @@ export const defaultApps: App[] = [
7777
placeholder: "username"
7878
}
7979
];
80-
```
80+
```
1.12 MB
Loading
1020 KB
Loading
997 KB
Loading
1.09 MB
Loading
986 KB
Loading
991 KB
Loading
1010 KB
Loading

0 commit comments

Comments
 (0)