I’ve put binaries for Linux, Windows and Mac OS here: Index of /~jch/software/files. Please let me know if you need other binaries.
galene-password-generator as been integrated to the Testing version Testing by ericgaspar · Pull Request #110 · YunoHost-Apps/galene_ynh · GitHub as default.
It can be tested with:
sudo yunohost app upgrade galene -u https://github.com/YunoHost-Apps/galene_ynh/tree/testing --debug
New stable version for Galène ![]()
- 10 April 2023 - #113
- Upgrade to upstream version 0.7.0
Changelog
- Updated the protocol version to 2. Dates are now represented in
ISO 8601 format, and there is a new “error” field in error messages
that contains a machine-readable identifier. - Implemented stateful tokens (“invitations”).
- Made more errors non-fatal, which makes it possible for the client
to recover in more situations. - Reworked the progress indicator used during file transfer.
- Added Referrer-Policy and X-Content-Type-Options headers to HTTP
responses (Galene was already generating HTML links with the
“noreferrer” option). Thanks to Alexandre Iooss. - Fixed a bug in the handling of leave messages. (The bundled client
never sends leave, it just disconnects, so the bug never triggerred.) - Changed the way simulcast tracks are selected to not depend on the rid.
New stable version for Galène ![]()
- 1 May 2023 - #114
- Add support for peer-to-peer file transfer protocol for the command line: galene-file-transfer/README at master · jech/galene-file-transfer · GitHub
New stable version for Galène ![]()
- 26 May 2024 - #134
- Upgrade to upstream version 0.9.0
changelog
- Reworked the group definition format to be more modular. There are
some incompatible changes: multiple users with the same username but
distinct passords are no longer supported, and the field
“allow-anonymous” is ignored. - Reworked the definition of administrator passwords in config.json.
The old field “admin” is ignored, a new field “users” is required.
This is an incompatible change. - Implemented an administrative API over HTTP. Set the field
“writableGroups” in config.json to enable it. The API is described in
the file “README.API”, a JavaScript library is in management.js. - Implemented a form to allow users to change their password. If the
HTTP API is enabled, a link will appear in the side menu. - Implemented a new command “/identify” (also availble in the users
menu) that discloses the IP address from which a user connected. - Implemented a contextual menu that triggers on a double click on
a chat entry. - Added a new command “/stopshare”.
- Added a new permission “message” and new commands “shutup” and “unshutup”.
- Changed stateless token validation to attempt all keys rather than
just the first matching one.
Be aware this version has some breaking changes in the configuration files: Galene 0.9 in feature freeze
I can’t install the latest version 0.96.2~ynh3.
YunoHost 12.0.11
Note that I have photoview installed which uses a different version of go.
mmmh, same issue as Upgrade of galene fails with error "package crypto/ecdh is not in GOROOT" · Issue #165 · YunoHost-Apps/galene_ynh · GitHub
Photoview script does not remove Go after building the app but during remove script…
After removing photoview I can install Galene successfully.
Hello @jch,
I don’t know if this is the right place to ask a question and make a suggestion for development?
I’m wondering how to reopen the Galène discussion column after it’s been closed. I haven’t found a way other than leaving the chat room and logging back in.
And I was wondering if it’s complicated to set a hand-raising order? Or perhaps to make raised hands appear at the top of the participant list in the order in which they were raised?
Otherwise, everything works perfectly; the solution is very great
![]()
I don’t know if this is the right place to ask a question and make a suggestion for development?
The best places to discuss Galene’s development are:
- the mailing list galene@lists.galene.org (web archive: https://lists.galene.org);
- the GitHub issue tracker https://github.com/jech/galene/issues.
I’m wondering how to reopen the Galène discussion column after it’s been closed.
That’s a bug in 0.96.3. It’s been fixed on 08/03/2025, I really should make a release. Please give me until next week-end.
And I was wondering if it’s complicated to set a hand-raising order? Or perhaps to make raised hands appear at the top of the participant list in the order in which they were raised?
Both good ideas. Noted for a future version.
I’ve just released Galene-1.0: [Galene] ANNOUNCE: galene-1.0 - Juliusz Chroboczek
@ericg please consider upgrading the Yunohost version. We now require Go 1.21 or later, I hope that’s not a problem.
Galene_ynh 1.0 is now on master (we are using Go 1.22)