-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some bug fixes and changes #64
Conversation
Zzombiee2361
commented
Aug 16, 2020
- Removed waStore since window.Store is already loaded by whatsapp-web.js
- Removed dark mode toggle since whatsapp officially supports it
- Better window.Store detection on preload.js
- Added Ctrl+Q shortcut to exit WALC (fixes [Bug Report] it doesn't recognize ctrl+q or ctrl+w to exit (completely colse) the application #43)
- Immediately retry connecting to whatsapp when internet is online
- Removed waStore since window.Store is already loaded by whatsapp-web.js - Removed dark mode toggle since whatsapp officially supports it - Better window.Store detection on preload.js - Added Ctrl+Q shortcut to exit WALC (issue WAClient#43) - Immediately retry connecting to whatsapp when internet is online
@cstayyab how do I make releases? Do I just upload the AppImage file? What's latest-linux.yml for? What about snap? Any better way to contact you other than github mentions? |
I would like to work on releases myself.
You can contact me on my email address, you will find it on my profile. |
Alright then, but make sure to check the library inside AppImage like mentioned here #42 (comment). It causes a lot of issues. Please release a new version soon, I already put the changes and bumped the version. |
The issues caused by that library will not be addressed in release 0.1.11. I have release 0.1.11 version and starting working on that issue. I hope it will be fixed in release 0.1.12. |
What do you mean? What needs to be fixed? When I built the AppImage myself it's fine, all libraries inside is normal. No zero sized library. |
The issues exist for Manjaro and Arch based systems. I will have to verify WALC on different linux distros. I will be going for Manjaro first. |
I will get back to you with more research. |
But it also happens on Ubuntu as well. You made sure that the libraries inside AppImage files aren't zero sized? I'm 100% sure that's the issue. |