diff --git a/README.md b/README.md index 10ae618..ddcb199 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Web News follows a "zero-knowledge" philosophy: - [ ] UI/UX Cleanup - [ ] Add feed fetching timeout and button to remove if failed 3 times - [ ] Use Go Mobile, remove Java RSS plugin. +- [ ] Dont show loading screen if not initial load (eg. reloading tab) +- [ ] Fix feeds double image (Feed image and article image at top) +- [ ] Export article(s) +- [ ] Export/Import OPML on add feed modal ## Getting Started @@ -43,6 +47,8 @@ Web News follows a "zero-knowledge" philosophy: ### Build & Run (Web Server) +Requires Go 1.21+, Node.js 18+, pnpm 9+. + 1. **Build the binary**: ```bash make build @@ -54,6 +60,8 @@ Web News follows a "zero-knowledge" philosophy: ### Build & Run (Desktop App) +Requires Go 1.25.4+, Wails 2.11.0+, Node.js 18+, pnpm 9+, WebKit2GTK 4.1+ (for Linux). + 1. **Launch Dev Mode**: ```bash make desktop-dev