From f08164f50f177ff6581e1c63d47da1e93de0a000 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 15 May 2025 17:12:25 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b38b6d0..841f765 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# converse.rs +# RS Desktop -a converse.js fork, except its a bit more up to date +a converse-desktop fork, except its a bit more up to date -new features include +## new features include -- [newer electron, specifically version 37](https://github.com/e3kskoy7wqk/Electron-for-windows-7) -- windows 7+ support, windows vista+ support with [win32's extended kernel](https://win32subsystem.live/extended-kernel/) -- and more to come! +### this project is almost finished, here are the features i finished and which ones i didnt finish + +- [newer electron, specifically version 37](https://github.com/e3kskoy7wqk/Electron-for-windows-7) (FINISHED) +- windows 7+ support, windows vista+ support with [win32's extended kernel](https://win32subsystem.live/extended-kernel/) (FINISHED) +- no more shitty commonjs code, the whole codebase has been ported to esm, which is a more up to date and flexible javascript standard (FINISHED) +- you can now zoom in using just your mouse's scroll wheel and the control key, just like on chrome and firefox (FINISHED) +- wanna customize your RS desktop client? sure, themes are now possible, you can even make custom ones if you want! (NOT FINISHED YET) TODO: Post a screenshot, publish the source code, add some features \ No newline at end of file