You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/api/CHANGELOG.md
+37
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,42 @@
1
1
# @atproto/api
2
2
3
+
## 0.10.4
4
+
5
+
### Patch Changes
6
+
7
+
-[#2260](https://github.com/bluesky-social/atproto/pull/2260)[`6ec885992`](https://github.com/bluesky-social/atproto/commit/6ec8859929a16f9725319cc398b716acf913b01f) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Export regex from rich text detection
-[#2260](https://github.com/bluesky-social/atproto/pull/2260)[`6ec885992`](https://github.com/bluesky-social/atproto/commit/6ec8859929a16f9725319cc398b716acf913b01f) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Allow tags to lead with numbers
-[#2247](https://github.com/bluesky-social/atproto/pull/2247)[`2a0ceb818`](https://github.com/bluesky-social/atproto/commit/2a0ceb8180faa17de8061d4fa6c361b57a2005ed) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - More sanitization of muted words, including newlines and leading/trailing whitespace
-[#2247](https://github.com/bluesky-social/atproto/pull/2247)[`2a0ceb818`](https://github.com/bluesky-social/atproto/commit/2a0ceb8180faa17de8061d4fa6c361b57a2005ed) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Handle hash emoji in mute words
24
+
25
+
## 0.10.2
26
+
27
+
### Patch Changes
28
+
29
+
-[#2245](https://github.com/bluesky-social/atproto/pull/2245)[`61b3d2525`](https://github.com/bluesky-social/atproto/commit/61b3d25253353db2da1336004f94e7dc5adb0410) Thanks [@mary-ext](https://github.com/mary-ext)! - Prevent hashtag emoji from being parsed as a tag
30
+
31
+
-[#2218](https://github.com/bluesky-social/atproto/pull/2218)[`43531905c`](https://github.com/bluesky-social/atproto/commit/43531905ce1aec6d36d9be5943782811ecca6e6d) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Fix mute word upsert logic by ensuring we're comparing sanitized word values
32
+
33
+
-[#2245](https://github.com/bluesky-social/atproto/pull/2245)[`61b3d2525`](https://github.com/bluesky-social/atproto/commit/61b3d25253353db2da1336004f94e7dc5adb0410) Thanks [@mary-ext](https://github.com/mary-ext)! - Properly calculate length of tag
0 commit comments