Skip to content

Commit 80b5e8b

Browse files
chore(main): release 1.1.0 (#139)
1 parent ef6038f commit 80b5e8b

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/akari-blue/akari/compare/v1.0.0...v1.1.0) (2025-01-09)
4+
5+
6+
### Features
7+
8+
* basic avatar hover card ([adf7321](https://github.com/akari-blue/akari/commit/adf7321f17101e95634902a928896ac282c0a2c9))
9+
* sticky header ([d63c333](https://github.com/akari-blue/akari/commit/d63c3339a927f49bd023982a25c2d72cefba4d73))
10+
11+
12+
### Bug Fixes
13+
14+
* add sticky header to posts ([b71ffff](https://github.com/akari-blue/akari/commit/b71ffff08b25a40d81a905fef7af039eb2671226))
15+
* dont display website info for gifs ([eebe71c](https://github.com/akari-blue/akari/commit/eebe71ce6c4d6e5be0a9747a084106c942074a57))
16+
* embed linking ([f4349c1](https://github.com/akari-blue/akari/commit/f4349c15bb15de11b7f024e31765f7c2e31df9bc))
17+
* https://github.com/akari-blue/akari/issues/133 ([3f41d56](https://github.com/akari-blue/akari/commit/3f41d5663111bae0439698e92169696af2a8bb64))
18+
* https://github.com/akari-blue/akari/issues/27 ([70677b5](https://github.com/akari-blue/akari/commit/70677b525083a4ae70fe7c7106b7eced3e265901))
19+
* notifications not being clickable ([52ca7f7](https://github.com/akari-blue/akari/commit/52ca7f754a0be45a6134eae53ffeac10dc9f10cb))
20+
* translations in production ([ef6038f](https://github.com/akari-blue/akari/commit/ef6038fc759fdb323f81250da2681cec0866c0b9))
21+
322
## 1.0.0 (2025-01-06)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "akari",
33
"description": "a bluesky client",
44
"private": true,
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"type": "module",
77
"scripts": {
88
"build": "vite build",

0 commit comments

Comments
 (0)