Skip to content

Commit 2a534c7

Browse files
chore(main): release 1.1.1 (#142)
1 parent f214bc0 commit 2a534c7

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/akari-blue/akari/compare/v1.1.0...v1.1.1) (2025-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* convo reply box being hidden ([279393c](https://github.com/akari-blue/akari/commit/279393c346c4655f69632f996038db75a5942032))
9+
* dont allow posts to crash whole page ([80915a5](https://github.com/akari-blue/akari/commit/80915a5e1bf1a0d0a8d48e436ca435eb4d973ee2))
10+
* dont request unread count when logged out ([12b58fe](https://github.com/akari-blue/akari/commit/12b58fe0e7d30d113eeb45e84e0d97191ad82f52))
11+
* navbar icons ([439af25](https://github.com/akari-blue/akari/commit/439af257a084615644f2db208a73788f09e05eb7))
12+
* navbar on mobile ([8a344b0](https://github.com/akari-blue/akari/commit/8a344b0b8dde62f3f9c45801e8e217706e83399f))
13+
* posts not rendering ([cc669c6](https://github.com/akari-blue/akari/commit/cc669c650d46d77e1a9b1f45902e60fca64b2264))
14+
* remove extra debug ([6e3bf47](https://github.com/akari-blue/akari/commit/6e3bf477686ac78a32e4f5c1efc0fd8793273503))
15+
* translating posts with incorrect language ([f214bc0](https://github.com/akari-blue/akari/commit/f214bc07970faf4ee7cbdb71c04a17e2253a8c7e))
16+
* translating posts with multiple languages ([253b4ff](https://github.com/akari-blue/akari/commit/253b4ff123fe5b06a66cd70e7ac342e78de31362))
17+
* translating posts with multiple languages ([13a0b9d](https://github.com/akari-blue/akari/commit/13a0b9df4c6bd64d762bc89280b9417b8244c1c7))
18+
* translations in production ([2221da0](https://github.com/akari-blue/akari/commit/2221da05df4e5faddfe97459c551db8a44b03f63))
19+
* width on mobile when signed out ([09b8f20](https://github.com/akari-blue/akari/commit/09b8f2066ec8afc1660cc220c1b9c236b438d0ef))
20+
321
## [1.1.0](https://github.com/akari-blue/akari/compare/v1.0.0...v1.1.0) (2025-01-09)
422

523

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.1.0",
5+
"version": "1.1.1",
66
"type": "module",
77
"scripts": {
88
"build": "vite build",

0 commit comments

Comments
 (0)