converse.rs/README.md
2025-05-15 17:12:25 -07:00

15 lines
914 B
Markdown

# RS Desktop
a converse-desktop fork, except its a bit more up to date
## new features include
### 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