mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Update README
This commit is contained in:
parent
b52527b4ca
commit
0e5b367a3c
2 changed files with 72 additions and 2 deletions
70
CHANGELOG.md
70
CHANGELOG.md
|
@ -1,5 +1,75 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.11.2] -- 2023-02-20
|
||||||
|
|
||||||
|
### Highlights
|
||||||
|
|
||||||
|
- Improved Markdown input 🗒️
|
||||||
|
- You can now enter strike-through and spoilers using `~~` and `||`
|
||||||
|
respectively.
|
||||||
|
- Single line-breaks now also create a line-break in the formatted message.
|
||||||
|
- Code tags now preserve whitespace.
|
||||||
|
- User search in the invite dialog 🧑🤝🧑 (Malte E)
|
||||||
|
- Can search either locally or consult the user directory on your server.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Allow disabling animations before login.
|
||||||
|
- Set the window role to "imageoverlay" on X11. (Thulinma)
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
- The Nheko binary should now be slightly smaller.
|
||||||
|
- You can now build Nheko against a system install of the blurhash and
|
||||||
|
cpp-httplib libraries. (vitaly)
|
||||||
|
- You can now enable scrollbars for the room and community lists in the
|
||||||
|
settings. (balsof)
|
||||||
|
- Add a generic video icon when there is no thumbnail. (LorenDB)
|
||||||
|
- Pause video when switching rooms. (LorenDB)
|
||||||
|
- Add a fancy delegate when encryption is enabled. (LorenDB)
|
||||||
|
- Standardise command format messages. (phyto)
|
||||||
|
- Automatically fetch keys for undecrypted messages after verification.
|
||||||
|
- Remove all notifications on exit on Linux. (ShootingStarDragons)
|
||||||
|
- Document markdown features and /cmark command in the man page. (tastytea)
|
||||||
|
- Speedup the user completer.
|
||||||
|
- Allow closing menus on Wayland by clicking the window. (ShootingStarDragons)
|
||||||
|
- Merge Debian/Ubuntu Dependencies in the README. (enigma9o7)
|
||||||
|
- Update zsh completions. (tastytea)
|
||||||
|
- Skip empty requests for cross-signing keys when user only has one device.
|
||||||
|
(Jason)
|
||||||
|
- Hide image overlay when saving a file. (ShootingStarDragons)
|
||||||
|
- Make it more obvious that the add reaction button is not an emoji.
|
||||||
|
- Build only the gstreamer qml plugin in flatpak.
|
||||||
|
- Update Ubuntu dependency list for building from source. (tastytea)
|
||||||
|
|
||||||
|
### Translations
|
||||||
|
|
||||||
|
- Estonian (Priit)
|
||||||
|
- Ukrainian (NullPointerException)
|
||||||
|
- Indonesian (Linerly)
|
||||||
|
- Chinese (Poesty Li)
|
||||||
|
- Esperanto (Tirifto)
|
||||||
|
- French (MayeulC, CB, Glandos, Rick)
|
||||||
|
- Dutch (Thulinma)
|
||||||
|
- Italian (DynamoFox, Elia Tomasi, Joseph Curto, Quanterxotur)
|
||||||
|
- Russian (Evgeny, SOT-TECH)
|
||||||
|
- Finnish (Lurkki)
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- You can now forward stickers again.
|
||||||
|
- Edits shouldn't "jump" out of threads anymore.
|
||||||
|
- Focus text input when quick switcher is closed. (LorenDB)
|
||||||
|
- Fix rare freeze with an empty list in a completer.
|
||||||
|
- Don't fail the plugins check on GStreamer 1.22 during a video call.
|
||||||
|
- Allow nested ()/[] brackets in URLs. (mauke)
|
||||||
|
- Make br tags work properly again.
|
||||||
|
- Don't double free call devices. (Jason)
|
||||||
|
- Work around multiple destructor calls on Clang. (Jason)
|
||||||
|
- Html in sidebar.
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
## [0.11.1] -- 2023-01-15
|
## [0.11.1] -- 2023-01-15
|
||||||
|
|
||||||
### Hotfix Release
|
### Hotfix Release
|
||||||
|
|
|
@ -260,8 +260,8 @@ KDE has similar plugins, that can extend the supported image types even more.
|
||||||
- XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`.
|
- XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`.
|
||||||
- [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.)
|
- [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.)
|
||||||
- A compiler that supports C++ 20:
|
- A compiler that supports C++ 20:
|
||||||
- Clang 6 (tested on Travis CI)
|
- Clang 11 (Only clazy 13 is tested in CI)
|
||||||
- GCC 7 (tested on Travis CI)
|
- GCC 10 (tested on Gitlab CI)
|
||||||
- MSVC 19.13 (tested on AppVeyor)
|
- MSVC 19.13 (tested on AppVeyor)
|
||||||
|
|
||||||
Nheko can use bundled version for most of those libraries automatically, if the versions in your distro are too old.
|
Nheko can use bundled version for most of those libraries automatically, if the versions in your distro are too old.
|
||||||
|
|
Loading…
Reference in a new issue