Revisions of nheko

Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 865476 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 87)
- Update to version 0.8.0:
  * Highlights
    - Voice and Video Calls
      * Call your friends right from within Nheko.
      * Use your camera if you want them to see your face!
      * This requires a somewhat new gstreamer, so our builds don't 
        support it on all platforms yet.
    - Cross-Signing and Device/User Verification 
      * Verify who you are talking to!
      * Ensure no malicious people eavesdrop on you!
      * Enable your connected devices to access key backup and your 
      friends to see, which of your devices you trust!
      * Show devices in a users profile.
    - Separate profiles
      * Run multiple Nheko instances with separate profiles side 
        by side.
      * Use multiple accounts at the same time in separate windows.
  * Features
    - Before a call select which audio device to use. 
    - Auto request unknown keys from your own devices.
    - Add a command to clear the timeline and reload it. 
      (/clear-timeline).
    - Add a command to rotate the outbound megolm session. 
      (/rotate-megolm-session).
    - React to messages instead of replying with arbitrary strings 
      using /react.
    - Inline emoji and user completers.
    - Show filename on hover over an image. 
    - Mobile mode, that disables text selection and changes 
      some dialogs.
    - Allow sending text after a /shrug command.
    - Allow selecting a ringtone.
    - View avatars fullscreen.
    - Request or download cross signing secrets in the settings.
    - Support 'matrix:' URIs. This works in app on all platforms and 
      on Linux Nheko may be opened by clicking a 'matrix:' link.
    - Support inline replies on notifications on Linux.
  * Improvements
    - Add ripple effect to various buttons.
    - Allow more font sizes to be selected.
    - Swedish translation.
    - German translation.
    - Romanian translation.
    - Polish translation.
    - Russian translation.
    - Italian translation.
    - French translation.
    - Hungarian translation.
    - Show read markers when clicking read indicator.
  * Bugfixes
    - Fix text sometimes being rendered blurry.
    - Fix not being able to change theme
    - Fix relations sometimes being sent as null in encrypted messages.
    - Don't send formatted body without format.
    - Links sometimes not opening properly from Qml.
    - Fix autolinking breaking on single quotes.
    - Fix translation loading on some locales.
    - Don't send url in encrypted file events.
    - Prevent duplicate messages from showing up in the timeline.
    - Settings toggles don't get stuck anymore.
    - Fix some emojis being rendered as two emoji.
    - Fix SSO login on some servers that allow multiple login methods.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 817789 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 86)
- Update to version 0.7.2: 
- Highlights
  * Reactions
    - React to a message with an emoji! tada
    - Reactions are shown below a message in a small bubble 
      with a counter.
    - By clicking on that, others can add to the reaction count.
    - It may help you celebrating a new Nheko Release or react 
      with a -1 to a failed build to express your frustration.
    - This uses a new emoji picker. The picker will be improved 
      in the near future (better scrolling, sections, favorites, 
      recently used or similar) and then probably replace the 
      current picker.
  * Support for tagging rooms [tag]
    - Assign custom tags to rooms from the context menu in the 
      room list.
    - This allows filtering rooms via the group list. This puts 
      you in a focus mode showing only the selected tags.
    - You can assign multiple tags to group rooms however 
      you like.
  * SSO Login
    - With this you can now login on servers, that only 
      provide SSO.
    - Just enter any mxid on the server. Nheko will figure out 
      that you need to use SSO and redirect your browser 
      to the login page.
    - Complete the login in your browser and Nheko should 
      automatically log you in.
  * Presence
    - Shows online status of the people you are talking to.
    - You can define a custom status message to tell others what 
      you are currently up to.
    - The status message appears next to the usernames 
      in the timeline.
    - Your server needs to have presence enabled for 
      this to work.
- Features
  * Respect exif rotation of images
  * An italian translation
  * Optional alerts in your taskbar
  * Optional bigger emoji only messages in the timeline
  * Optional hover feedback on messages
  * /roomnick to change your displayname in a single room.
  * Preliminary support for showing inline images.
  * Warn about unencrypted messages in encrypted rooms.
- Improvements
  * perf: Use less CPU to sort the room list.
  * Limit size of replies. This currently looks a bit rough, 
    but should improve in the future with a gradient or at 
    some other transition.
  * perf: Only clean out old messages from the database 
    every 500 syncs. (There is usually more than one sync every second)
  * Improve the login and register masks a bit with hints and validation.
  * Descriptions for settings
  * A visual indicator, that nheko is fetching messages 
    and improved scrolling
- Bugfixes
  * Fix not being able to join rooms
  * Fix scale factor setting
  * Buildfixes against gcc10 and Qt5.15 (missing includes)
  * Settings now apply immediately again after changing them 
    (only exception should be the scale factor)
  * Join messages should never have empty texts now
  * Timeline should now fail to render less often on platforms 
    with native sibling windows.
  * Don't rescale images on every frame on highdpi screens.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 814310 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 85)
- Update _service file
  * File format changed
  * Version format changed 
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 798140 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 84)
- Update version 0.7.1:
  * Allow user to show / hide messages in encrypted rooms in sidebar
  * Fix display of images sent by the user
  * Fix crash when trying to maximize image, that wasn't downloaded yet.
  * Fix Binding restoreMode flooding logs on Qt 5.14.2+
  * Fix with some qml styles hidden menu items leave empty space
  * Fix encrypted messages not showing a user in the sidebar
  * Fix hangs when generating colors with some system theme color schemes (#172)
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 795992 from Wnereiz Z's avatar Wnereiz Z (wnereiz) (revision 83)
- Update to commit 20200421.e8271ac 
- Add dependency libqt5-qtgraphicaleffects for Qt5 QML support
- Add dependency libqt5-qtquickcontrols2
- Remove cmakelist.patch since not needed
- Update to commit 20200420.22ecdfc
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 795810 from Wnereiz Z's avatar Wnereiz Z (wnereiz) (revision 82)
- Update to version 0.7.0+20200419.03a8387:
  - Features
    * Replies
    * Support for Riots key export format
    * Encryption and decryption of media in E2EE rooms
    * Autoconfigure server on login via .well-known lookup
    * Square avatars
    * Support for muting and unmuting rooms
    * Basic support for playing audio and video messages in the timeline
    * Support for a lot more event types (hiding them will come in the future)
    * Support for sending all messages as plain text
    * Support for inviting, kicking, banning and unbanning users
    * Sort the room list by importance of messages
    * Experimental support for blurhashes
  - Improvements
    * Render timeline in Qml to drop memory usage
    * Reduce memory usage of avatars
    * Close notifications after they have been read on Linux
    * Escape html properly in most places
    * A lot of improvements around the image overlay
    * The settings page now resizes properly for small screens
    * Miscellaneous styling improvements
    * Simplify and speedup build
    * Display more emojis in the selected emoji font
    * Use 'system' theme as default if QT_QPA_PLATFORMTHEME is set
  - Bugfixes
    * Fix messages stuck on unread
    * Reduce the amount of messages shown as "xxx sent an encrypted message"
    * Fix various race conditions and crashes
Dead Mozay's avatar Dead Mozay (Dead_Mozay) accepted request 714680 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 81)
- Use %limit_build from memory-constraints instead of an excessive
  _constraints which blocks all Factory builds from completing.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 80)
- Update to version 0.6.3+20190512.a17a555:
  * Update to newer mtxclient to allow optional static linking
  * Attempt to make travis build with more cores
  * Update Travis Install Script
  * link boost dynamically
  * Update mtxclient ver
  * Update to boost 1.69.0 to attemp travis fix
  * Remove 'error on unset' for travis builds
  * Remove unset var causing error due to Qt script
  * Use bash instead of sh because the qt env script needs to be run under bash.
  * Fix Travis GPG-related build error
  * Raw string literals not allowed in MOC headers on OSX
  * Simplify linkifyMessage
  * improve shell scripts and update .gitignore
  * Update olm repo to new location. Remove LICENSE file in favor of COPYING
  * Change LICENSE to COPYING to match gpl standard

- Update to version 0.6.3+20190303.6f13b0d:
  * Don't let multiline text background overlap top border of text widget
  * Get rid of implicit conversion in text input height calculation
  * Update README screenshots.  Fixes #36
  * Make appveyor script Build Nlohmann
  *  Revert dockerfile to trusty and build sodium locally
  * Attempt to fix appimage issue
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 79)
- Update to version 0.6.3+20190225.8165aa2:
  * Maybe fix docker issues
  * Fix linting issue
  * CI Updates
  * More CI Fixes
  * more ci updates
  * Fix line ending issue
  * Switch CI builds to use bundled JSON
  * Update JSON build deps.
  * Make some Dockerfile improvements
  * Nlohmann build updates
  * Updated Dutch translation
  * Attempt to fix issue #19 by increasing the lmdb max_dbs setting.
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 78)
- Update to version 0.6.3+20190217.15ad425:
  * Update nheko_de.ts
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 77)
- Update to version 0.6.3+20190208.440d0b8:
  * Release Nheko 0.6.3
  * Adjust cmake minimum for included boost
  * Tweak build settings
  * Improve color generation performance
  * escape id when joining a room
  * Prevent symlinks from overwriting files
  * Preserve symlinks in icu4c libs
  * Fix cp permissions issue
  * Copy icu4c dylib symlinks in mac deploy
  * See if bundled boost fixes mac deploy
  * Additional mac icu4c changes
  * Try to force link of icu4c in mac build
  * Update travis mac deploy
  * Modify linux deploy.sh
  * Attempt to fix linux CI deploy
  * Even more CI script fixes
  * Fix more ci script issues
  * Fix typo in script.sh
  * Update deployment configuration
  * Add TAVIS_TAG for build artifacts
  * Attempt to fix bintray issues
  * Change TRAVIS_TAG to TRAVIS_COMMIT
  * BinTray deploy on all commits
  * Attempt to fix travis.yml merge issues
  * Fix bintray deploy repo naming
  * Attempt to make bintray builds for every commit
  * Add download button to ImageOverlay
  * Add /bigobj for nheko MSVC build
  * Restore Emoji Picker, but remove forcing EmojiOne
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 76)
- Update to version 0.6.2+20190124.6ab12b2:
  * Update Russian translation
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 75)
- Update to version 0.6.2+20190118.909d11d:
  * Fix .travis.yml issue
  * Update bintray-release.json
  * Update CI Configs
  * Remove the code that removed paragraph tags from markdown -> html.
  * Update travis.yml to include webhook for posting build status to nheko-reborn matrix room
  * Fix clang-format linting issue
  * Update the README to point to updated endpoints for the various CI projects.
  * Update deps CMake config to point to nheko-reborn mtxclient
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 74)
- Update to version 0.6.2+20181124.80ef9bd:
  * Update Russian translation
  * Increase the height of the roomlist items
  * v0.6.2
  * Use a smaller font size for the timestamp
  * Use alignment instead of stretch
  * Adjustments for the minimized sidebar
  * Remove the bundled open sans font
  * Remove built-in emoji picker
  * Add the correct parent to scaleCombo
  * Remove room re-ordering option
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 73)
- Update to version 0.6.2+20181010.6a90ed5:
  * Increase the height of the roomlist items
  * v0.6.2
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 72)
- Update to version 0.6.2+20181007.184c8b2:
  * Use a smaller font size for the timestamp
  * Use alignment instead of stretch
  * Adjustments for the minimized sidebar
  * Remove the bundled open sans font
  * Remove built-in emoji picker
  * Add the correct parent to scaleCombo
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 71)
- Update to version 0.6.1+20181006.4865f85:
  * Remove room re-ordering option
  * Remove Scrollbar
  * Adjust the height of the bottom widgets
  * Remove debug logs from Windows builds
  * Adjust the font sizes of the welcome page
  * Adjust the widget size of the room list items
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 70)
- Update to version 0.6.1+20181004.420937a:
  * Derive widget sizing from the font size
  * Remove some unnecessary calls
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 69)
- Update to version 0.6.1+20181001.3a57d10:
  * Add option to configure the font size
  * Enable debug logs
  * Change the minimum width for modals
  * Remove pixel value from fonts
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 68)
- Update to version 0.6.1+20180929.d1e08e0:
  * Remove obsolete font/size setting
  * Remove pixel values from the text input widget
  * Make the height of the bottom bar smaller
  * Display tags as sorting items in the community panel (#401)
Displaying revisions 21 - 40 of 107
openSUSE Build Service is sponsored by