From c5310f3fc18666d18de74d5795ff317fadc74fae Mon Sep 17 00:00:00 2001
From: Mulverine <mulverin3@gmail.com>
Date: Fri, 10 May 2024 20:45:04 -0600
Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B4=20Push=20release=20estimates=20for?=
 =?UTF-8?q?=20solo=20development,=20update=20roadmap?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md                     | 8 ++++----
 packages/docs/user/roadmap.md | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index b6f15b5..468a33b 100644
--- a/README.md
+++ b/README.md
@@ -13,17 +13,17 @@
 ## Roadmap
 -  **0.0.x - Version Minor 0: Hello World**
   - Desktop release of client with support for local media libraries and OTA updates of the JS app core.
-  - ️ Q4 2023
+  - ️ Q4 2024
 -  **0.1.x - Version Minor 1: On the Go**
   - Mobile release of client with support for self hosted library server featuring rich player sync.
-  - ️ Q1 2024
+  - ️ Q2 2025
 -  **0.2.x - Version Minor 2: Daily Driver**
   - Release of
     - Plugin support in client
     - Hypervisor; required plugin safety review & security authority
     - Official plugin repository 
     - Full Spotify integration plugin (Premium Users only)
-  - ️ Q2 2024
+  - ️ Q4 2025
 -  **0.3.x - Version Minor 3: Better Together**
   - Release of
     - Library server updating featuring painless connection via provided routing service.
@@ -31,7 +31,7 @@
     - Scrobbling via Last.fm plugin
     - Rich Presence/Activity Discord plugin
     - Full [Audius Music](https://audius.co/) integration plugin
-  - ️ Q4 2024
+  - ️ Q2 2025
 -  **[Full Roadmap](/packages/docs/user/roadmap.md)**
 
 ## Packages
diff --git a/packages/docs/user/roadmap.md b/packages/docs/user/roadmap.md
index 9cb2c1c..17c877f 100755
--- a/packages/docs/user/roadmap.md
+++ b/packages/docs/user/roadmap.md
@@ -3,12 +3,12 @@
 - ✅ Setup mono-repo release CI
 - ✅ Add sqflite, create transparent initialize/query shims
 - ✅ Setup loading of Core through GitHub release
-- 🚧 Setup hot-loading of Core during development via a local webserver
-- Check Core bundle hash (haha funny app injection)
+- ✅ Setup hot-loading of Core during development via a local webserver
+- ✅ Check Core bundle hash (haha funny app injection)
+- 🚧 Add prisma-dart (waiting on https://github.com/medz/prisma-dart/issues/328)
 - Add settings view & components, add settings manager to Core
 - Add theming API and implement primary themes
 - Setup bundling/release of Base
-- Integrate Prisma & refactor Core
 - Setup PluginProvider class in Core and create BaseProvider
 - Add printing API and test Hello world from Base
 - Add native fs API and implement recursive content hash index in Base