forked from pool/neochat
219 lines
8.4 KiB
Plaintext
219 lines
8.4 KiB
Plaintext
-------------------------------------------------------------------
|
||
Tue May 9 10:47:51 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||
|
||
- Update to 23.04.1
|
||
* New bugfix release
|
||
* For more details please see:
|
||
* https://kde.org/announcements/gear/23.04.1/
|
||
- Changes since 23.04.0:
|
||
* Don't enforce tests on windows Qt6
|
||
* Fix handling line separators (kde#468977)
|
||
* Prevent crash in SyntaxHighlighter when leaving room (kde#467722)
|
||
* Add loading title to LoadingPage
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Apr 15 08:46:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||
|
||
- Update to 23.04.0
|
||
* New feature release
|
||
* For more details please see:
|
||
* https://kde.org/announcements/gear/23.04.0/
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 31 16:42:43 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||
|
||
- Update to 23.03.90
|
||
* New feature release
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 18 18:47:55 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||
|
||
- Update to 23.03.80
|
||
* New feature release
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 15 21:27:24 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||
|
||
- Update to 23.01.0
|
||
* notifications are now shown for all accounts
|
||
* new compact mode for the room list
|
||
* searching in history is now possible
|
||
* emojis and reactions improvements
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 23 12:19:20 UTC 2023 - Tamara Schmitz <tschmitz@suse.com>
|
||
|
||
- update to 22.11:
|
||
* work on end-to-end encryption implementation
|
||
* configuration settings ported to new form components
|
||
* new settings component for managing notifications settings
|
||
* add proxy configuration menu
|
||
* added developer tools for inspecting raw matrix events
|
||
* added confirmation dialog when signing out and when enabling end-to-end encryption
|
||
* rewrite of theaccount switcher
|
||
- fix buildrequires, remove redundant requires
|
||
- fix permissions of license file
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 29 19:55:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 22.09:
|
||
* implemented support for configuring notifications on a per-room basis. As
|
||
part of his GSoC project, Snehit added a space selector to the room list,
|
||
which allows filtering the room list for rooms included in the selected
|
||
space. James also reworked the timeline layout to make it look nicer when
|
||
the window is very wide. There have also been a ton of other fixes and
|
||
improvements in translations, the layout and the stability of NeoChat.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 5 06:07:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||
|
||
- Use GCC 10 to build neochat on Leap.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 3 07:56:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 22.06:
|
||
* Sending of typing notifications can now be disabled.
|
||
* In the room list, the scrollbar will now disappear correctly when it is not needed.
|
||
* On wayland, NeoChat will now raise correctly when clicking on a notification.
|
||
* Several bugs have been fixed that would sometimes cause messages containing
|
||
markdown and/or HTML elements to be sent incorrectly.
|
||
* The quick switcher can now be controlled using the mouse.
|
||
* There is now an option to disable automatic room sidebar opening when
|
||
resizing the window.
|
||
* Creation of custom emojis has been fixed.
|
||
* Editing or replying to the last message using the keyboard shortcuts now
|
||
works correctly.
|
||
* When switching between rooms using the keyboard, the switching direction is
|
||
now correct.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 22 09:03:48 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||
|
||
- Update the QCoro build dependency.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 9 19:07:37 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||
|
||
- Update to 22.02:
|
||
* Implement sharing with Purpose (export)
|
||
* Implement adding labels for account
|
||
* Give settings window a title
|
||
* Reduce minimum height of the window
|
||
* Fix build with qcoro 0.4
|
||
* Fix issues with saveFileAs
|
||
* Changed “Settings” to “Configure NeoChat” in menu
|
||
* Improve toolbar on mobile
|
||
* Improve emoji pane
|
||
* Check if password can be changed
|
||
* Fix image tooltip
|
||
* Adapt list setting pages to new style
|
||
* Allow using ESC to go back to room list
|
||
* Port away from QNetworkConfigurationManager
|
||
* Remove lag when starting user autocompletion
|
||
* Set single window hint in desktop file
|
||
* Make room address selectable
|
||
* Display monochrome icon in tray
|
||
* Fix QuickSwitcher activation
|
||
* Fix Windows/mac build
|
||
* Fix notifications on Android
|
||
* Support raising when we receive a notification
|
||
* Don’t render html in RoomDrawer heading
|
||
* Add support for minimizing to system tray on startup
|
||
* Use non blocking passord reading
|
||
* Add a mobile oriented context menu for the room list
|
||
* Fix loading room settings on mobile
|
||
* Use icon from qrc for system tray icon
|
||
* Adapt to libQuotient API change
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 7 16:09:09 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||
|
||
- Update to 21.12:
|
||
* Solved various problems related to login, logout and account switching
|
||
* Fixed a few problems in the timeline layout
|
||
* Added Spell checking while writing a message
|
||
* Improved Settings pages
|
||
* Many improvements to the android and general mobile support
|
||
* Show blurhashes while images load
|
||
* Support showing custom emojis
|
||
* Added a global menu
|
||
* Added support for spoilers
|
||
* Added a quick switcher to switch between rooms
|
||
* Added support for an optional fancy blur background effect
|
||
* Resizable left and right drawers
|
||
* Added Syntax highlighting in raw json messages
|
||
* Better wayland support
|
||
* Improved file reception and download
|
||
- Part of Plasma Mobile Gear now, adjust URL and neochat.keyring
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jun 26 09:38:16 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||
|
||
- Fix build error.
|
||
- Add missig cmark which will not be install with libcmark-devel.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 1 14:04:23 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||
|
||
- Update to 1.2.0
|
||
* major UI redesign
|
||
* chage page is now using bubbles
|
||
* it's now possible to send custom reactions by replying
|
||
to a comment with /react <message>
|
||
* now supports opening Matrix URI from the web browser
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 25 18:52:07 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||
|
||
- Update to 1.1.1
|
||
- First launch experience improvements
|
||
- Allow logins to servers requiring SSO
|
||
- Display stickers
|
||
- Allow editing messages
|
||
- Multimodal mode to open a room into a new window
|
||
- New chat commands
|
||
- Better Plasma integration
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 15 00:33:01 UTC 2021 - Tomas Cech <sleep_walker@opensuse.org>
|
||
|
||
- Add missing require libqt5-qtquickcontrols again.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jan 16 10:14:57 UTC 2021 - Luca Beltrame <lbeltrame@kde.org>
|
||
|
||
- Adjust spec file to conform to the KDE team's guidelines
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 13 11:49:59 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||
|
||
- Update to 1.0.1
|
||
- NeoChat doesn't require a .well-know configuration in the
|
||
server to work.
|
||
- Edited messages won’t show up duplicated anymore.
|
||
- NeoChat now ask for consent to terms and conditions if required
|
||
instead of displaying nothing.
|
||
- Users avatar in the room list are now displayed correctly.
|
||
- Fix image saving
|
||
- Various graphic glitches have been fixed.
|
||
- Switch source from invent.kde.org to download.kde.org, because in
|
||
git is not always the newest tar.
|
||
- Add language subpackages.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 4 14:16:53 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||
|
||
- Add missing require libqt5-qtquickcontrols.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 23 14:17:40 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||
|
||
- Change from git version to version 1.0
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Nov 23 15:12:10 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||
|
||
- Initial package
|