From f5bfa1edd67671c8c78386ea75e35962fd0cdbba Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 26 Jul 2026 21:40:59 -0700 Subject: [PATCH 1/2] Add note about frontend rewrite --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0ecfcc526..afe3d06f9 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,8 @@

+## ⚠️ Frontend pull requests are not being reviewed or merged for the existing Vue frontend. The frontend is currently being rewritten and migrated to React and should be available soon. + # About Audiobookshelf is a self-hosted audiobook and podcast server. @@ -93,8 +95,7 @@ See [contributing docs](https://audiobookshelf.org/docs/contributing/general/) ### Localization -Thank you to [Weblate](https://hosted.weblate.org/engage/audiobookshelf/) for hosting our localization infrastructure pro-bono. If you want to see Audiobookshelf in your language, please help us localize. Additional information on helping with the translations [here](https://www.audiobookshelf.org/faq#how-do-i-help-with-translations). - Translation status +Thank you to [Weblate](https://hosted.weblate.org/engage/audiobookshelf/) for hosting our localization infrastructure pro-bono. If you want to see Audiobookshelf in your language, please help us localize. Additional information on helping with the translations [here](https://www.audiobookshelf.org/faq#how-do-i-help-with-translations). Translation status
@@ -191,4 +192,3 @@ If you are using VSCode, this project includes a couple of pre-defined targets t - `Debug server`—Run the server. - `Debug client (nuxt)`—Run the client with live reload. - `Debug server and client (nuxt)`—Runs both the preceding two debug targets. - From 032f0b6b5123e32978fdfe9dcc44138a6bd5a0bd Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 26 Jul 2026 21:41:51 -0700 Subject: [PATCH 2/2] Fix installation link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index afe3d06f9..16a346c55 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ See [library docs](https://audiobookshelf.org/docs/category/libraries) for suppo # Installation -See [install docs](https://www.audiobookshelf.org/docs) +See [install docs](https://audiobookshelf.org/docs/category/installation)