File tree 3 files changed +36
-3
lines changed
3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.0] ( https://github.com/akari-blue/akari/compare/v1.1.1...v2.0.0 ) (2025-01-13)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * major codebase restructure and improvements
9
+
10
+ ### Features
11
+
12
+ * post labels ([ 099cef1] ( https://github.com/akari-blue/akari/commit/099cef177be9286256aa61a7ed19ff582c217c22 ) )
13
+ * post labels for profiles ([ 5e7f374] ( https://github.com/akari-blue/akari/commit/5e7f37493deacb1bb8f25d1c0174ed3d32c3e560 ) )
14
+ * profile sticky header ([ d723cd0] ( https://github.com/akari-blue/akari/commit/d723cd03c0407c03ca6675f78e9ba2d012e067ca ) )
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * center icons ([ 28f346e] ( https://github.com/akari-blue/akari/commit/28f346e77f0d482f66c73cdab4bdecd91ea728d6 ) )
20
+ * convo autoscroll ([ 9f0b81f] ( https://github.com/akari-blue/akari/commit/9f0b81ffb39cf2eac2242fe579bc01589198ff64 ) )
21
+ * dont allow hover on profile avatar ([ 661bdd7] ( https://github.com/akari-blue/akari/commit/661bdd7560925ecbcc7b835737b6b3cdf8bd6a36 ) )
22
+ * dont show post menu items that require with when signed out ([ 85f5b79] ( https://github.com/akari-blue/akari/commit/85f5b79f250c329e28aed56ae6f742611936fa22 ) )
23
+ * error component rendering ([ 249ca19] ( https://github.com/akari-blue/akari/commit/249ca195de9ca243de4b00e8e346e6b91b8352dc ) )
24
+ * links in messages ([ 49292ca] ( https://github.com/akari-blue/akari/commit/49292cacdf1fd355f46147b3cce4c9765a4a24eb ) )
25
+ * missing login button ([ 7b08e2b] ( https://github.com/akari-blue/akari/commit/7b08e2beffe9c360bcaf46eba7159c3b8d0ad8ee ) )
26
+ * post title ([ c2e25ac] ( https://github.com/akari-blue/akari/commit/c2e25ac2201d120732aa4c61bafee0b87a04b7c5 ) )
27
+ * posts throwing error for author.viewer ([ 711a5b5] ( https://github.com/akari-blue/akari/commit/711a5b5671eb07b01bfcab36d7d1898fd6cd7319 ) )
28
+ * profile not loading without display name ([ 4d96b3c] ( https://github.com/akari-blue/akari/commit/4d96b3c56542401108861ca4cbd4312278f2467f ) )
29
+ * when signed out dont show links that require auth ([ bf08502] ( https://github.com/akari-blue/akari/commit/bf0850200729c28cb4bebe9196785133c783c63a ) )
30
+
31
+
32
+ ### Code Refactoring
33
+
34
+ * major codebase restructure and improvements ([ aa431f4] ( https://github.com/akari-blue/akari/commit/aa431f4aa0ff1e688197de53b80af3994b150c96 ) )
35
+
3
36
## [ 1.1.1] ( https://github.com/akari-blue/akari/compare/v1.1.0...v1.1.1 ) (2025-01-09)
4
37
5
38
Original file line number Diff line number Diff line change 2
2
"name" : " akari" ,
3
3
"description" : " a bluesky client" ,
4
4
"private" : true ,
5
- "version" : " 1.1.1 " ,
5
+ "version" : " 2.0.0 " ,
6
6
"type" : " module" ,
7
7
"scripts" : {
8
8
"build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments