Update README.md

This commit is contained in:
Admin 2025-05-15 17:12:25 -07:00
parent f0a6a2951f
commit f08164f50f

View File

@ -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) ### this project is almost finished, here are the features i finished and which ones i didnt finish
- windows 7+ support, windows vista+ support with [win32's extended kernel](https://win32subsystem.live/extended-kernel/)
- and more to come! - [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 TODO: Post a screenshot, publish the source code, add some features