Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.8.2
    902bf3a0 · 0.8.2 ·
    0.8.2
  • v0.8.3
    59fe9279 · 0.8.3 ·
    0.8.3
  • v0.9.1
    b22dd523 · v0.9.1 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.1-rc.2...v0.9.1)
    * Update README to say how to build the desktop app
    [\#2732](https://github.com/vector-im/riot-web/pull/2732)
    * Add signing ID in release_config.yaml
    [\#2731](https://github.com/vector-im/riot-web/pull/2731)
    * Makeover!
    [\#2722](https://github.com/vector-im/riot-web/pull/2722)
    * Fix broken tests
    [\#2730](https://github.com/vector-im/riot-web/pull/2730)
    * Make the 'loading' tests work in isolation
    [\#2727](https://github.com/vector-im/riot-web/pull/2727)
    * Use a PNG for the icon on non-Windows
    [\#2708](https://github.com/vector-im/riot-web/pull/2708)
    * Add missing brackets to call to toUpperCase
    [\#2703](https://github.com/vector-im/riot-web/pull/2703)
    
  • v0.9.2
    1e7e9d61 · v0.9.2 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.1...v0.9.2)
    * Remove the client side filtering from the room dir
    [\#2750](https://github.com/vector-im/riot-web/pull/2750)
    * Configure olm memory size
    [\#2745](https://github.com/vector-im/riot-web/pull/2745)
    * Support room dir 3rd party network filtering
    [\#2747](https://github.com/vector-im/riot-web/pull/2747)
    
  • v0.9.3
    d8bce0f2 · v0.9.3 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.2...v0.9.3)
    * (from matrix-react-sdk) Fix regression where the date separator would be displayed
    at the wrong time of day.
    * README.md: fix GFMD for nativefier
    [\#2755](https://github.com/vector-im/riot-web/pull/2755)
    
  • v0.9.4
    ff70b0a2 · v0.9.4 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.3...v0.9.4)
    * Update to libolm 2.1.0. This should help resolve a problem with browser
    sessions being logged out ([\#2726](https://github.com/vector-im/riot-web/issues/2726)).
    
  • v0.9.5
    74740887 · v0.9.5 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.4...v0.9.5)
    * make electron send email validation URLs with a nextlink of riot.im rather than file:///
    * add gnu-tar to debian electron build deps
    * fix win32 shortcut in start menu
    
  • v0.9.6-rc.1
    e1c19378 · v0.9.6-rc.1 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.5...v0.9.6-rc.1)
    * Build the js-sdk in the CI script
    [\#2920](https://github.com/vector-im/riot-web/pull/2920)
    * Hopefully fix Windows shortcuts
    [\#2917](https://github.com/vector-im/riot-web/pull/2917)
    * Update README now the js-sdk has a transpile step
    [\#2921](https://github.com/vector-im/riot-web/pull/2921)
    * Use the role for 'toggle dev tools'
    [\#2915](https://github.com/vector-im/riot-web/pull/2915)
    * Enable screen sharing easter-egg in desktop app
    [\#2909](https://github.com/vector-im/riot-web/pull/2909)
    * make electron send email validation URLs with a nextlink of riot.im
    [\#2808](https://github.com/vector-im/riot-web/pull/2808)
    * add Debian Stretch install steps to readme
    [\#2809](https://github.com/vector-im/riot-web/pull/2809)
    * Update desktop build instructions fixes #2792
    [\#2793](https://github.com/vector-im/riot-web/pull/2793)
    * CSS for the delete threepid button
    [\#2784](https://github.com/vector-im/riot-web/pull/2784)
    
  • v0.9.6
    22060ac5 · v0.9.6 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.6-rc.1...v0.9.6)
    * Update to matrix-js-sdk 0.9.6 for video calling fix
    
  • v0.9.7-rc.1
    3d45aa74 · v0.9.7-rc.1 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.6...v0.9.7-rc.1)
    * Better user interface for screen readers and keyboard navigation
    [\#2946](https://github.com/vector-im/riot-web/pull/2946)
    * Allow mxc: URLs for icons in the NetworkDropdown
    [\#3118](https://github.com/vector-im/riot-web/pull/3118)
    * make TopRightMenu more intuitive
    [\#3117](https://github.com/vector-im/riot-web/pull/3117)
    * Handle icons with width > height
    [\#3110](https://github.com/vector-im/riot-web/pull/3110)
    * Fix jenkins build
    [\#3105](https://github.com/vector-im/riot-web/pull/3105)
    * Add CSS for a support box in login
    [\#3081](https://github.com/vector-im/riot-web/pull/3081)
    * Allow a custom login logo to be displayed on login
    [\#3082](https://github.com/vector-im/riot-web/pull/3082)
    * Fix the width of input fields within login/reg box
    [\#3080](https://github.com/vector-im/riot-web/pull/3080)
    * Set BaseAvatar_image bg colour = #fff
    [\#3057](https://github.com/vector-im/riot-web/pull/3057)
    * only recalculate favicon if it changes
    [\#3067](https://github.com/vector-im/riot-web/pull/3067)
    * CSS tweak for email address lookup
    [\#3064](https://github.com/vector-im/riot-web/pull/3064)
    * Glue the dialog to rageshake: honour sendLogs flag.
    [\#3061](https://github.com/vector-im/riot-web/pull/3061)
    * Don't use hash-named directory for dev server
    [\#3049](https://github.com/vector-im/riot-web/pull/3049)
    * Implement bug reporting logic
    [\#3000](https://github.com/vector-im/riot-web/pull/3000)
    * Add css for bug report dialog
    [\#3045](https://github.com/vector-im/riot-web/pull/3045)
    * Increase the max-height of the expanded status bar
    [\#3043](https://github.com/vector-im/riot-web/pull/3043)
    * Hopefully, fix intermittent test failure
    [\#3040](https://github.com/vector-im/riot-web/pull/3040)
    * CSS for 'searching known users'
    [\#2971](https://github.com/vector-im/riot-web/pull/2971)
    * Animate status bar max-height and margin-top
    [\#2981](https://github.com/vector-im/riot-web/pull/2981)
    * Add eslint config
    [\#3032](https://github.com/vector-im/riot-web/pull/3032)
    * Re-position typing avatars relative to "is typing"
    [\#3030](https://github.com/vector-im/riot-web/pull/3030)
    * CSS for avatars that appear when users are typing
    [\#2998](https://github.com/vector-im/riot-web/pull/2998)
    * Add StartupWMClass
    [\#3001](https://github.com/vector-im/riot-web/pull/3001)
    * Fix link to image for event options menu
    [\#3002](https://github.com/vector-im/riot-web/pull/3002)
    * Make riot desktop single instance
    [\#2999](https://github.com/vector-im/riot-web/pull/2999)
    * Add electron tray icon
    [\#2997](https://github.com/vector-im/riot-web/pull/2997)
    * Fixes to electron desktop notifs
    [\#2994](https://github.com/vector-im/riot-web/pull/2994)
    * Auto-hide the electron menu bar
    [\#2975](https://github.com/vector-im/riot-web/pull/2975)
    * A couple of tweaks to the karma config
    [\#2987](https://github.com/vector-im/riot-web/pull/2987)
    * Deploy script
    [\#2974](https://github.com/vector-im/riot-web/pull/2974)
    * Use the postcss-webpack-loader
    [\#2990](https://github.com/vector-im/riot-web/pull/2990)
    * Switch CSS to using postcss, and implement a dark theme.
    [\#2973](https://github.com/vector-im/riot-web/pull/2973)
    * Update redeploy script to keep old bundles
    [\#2969](https://github.com/vector-im/riot-web/pull/2969)
    * Include current version in update check explicitly
    [\#2967](https://github.com/vector-im/riot-web/pull/2967)
    * Add another layer of directory to webpack chunks
    [\#2966](https://github.com/vector-im/riot-web/pull/2966)
    * Fix links to fonts and images from CSS
    [\#2965](https://github.com/vector-im/riot-web/pull/2965)
    * Put parent build hash in webpack output filenames
    [\#2961](https://github.com/vector-im/riot-web/pull/2961)
    * update README to point to new names/locations
    [\#2846](https://github.com/vector-im/riot-web/pull/2846)
    
  • v0.9.7-rc.2
    c2d22875 · v0.9.7-rc.2 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.7-rc.1...v0.9.7-rc.2)
    * Update matrix-js-sdk to get new device change
    notifications interface for more reliable e2e crypto
    
  • v0.9.7-rc.3
    dea55761 · v0.9.7-rc.3 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.7-rc.2...v0.9.7-rc.3)
    * Update to latest Olm to fix key import/export and use of megolm sessions
    created on more recent versions
    * Update to latest matrix-react-sdk and matrix-js-sdk to fix e2e device
    handling
    
  • v0.9.7
    dc1a0c55 · v0.9.7 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.7-rc.3...v0.9.7)
    * Update to matrix-js-sdk 0.7.5 (no changes from 0.7.5-rc.3)
    * Update to matrix-react-sdk 0.8.6 (no changes from 0.8.6-rc.3)
    
  • v0.9.8-rc.1
    08ee93a5 · v0.9.8-rc.1 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.7...v0.9.8-rc.1)
    * Add support for indexeddb sync in webworker
    [\#3578](https://github.com/vector-im/riot-web/pull/3578)
    * Add CSS to make Emote sender cursor : pointer
    [\#3574](https://github.com/vector-im/riot-web/pull/3574)
    * Remove rageshake server
    [\#3565](https://github.com/vector-im/riot-web/pull/3565)
    * Adjust CSS for matrix-org/matrix-react-sdk#789
    [\#3566](https://github.com/vector-im/riot-web/pull/3566)
    * Fix tests to reflect recent changes
    [\#3537](https://github.com/vector-im/riot-web/pull/3537)
    * Do not assume getTs will return comparable integer
    [\#3536](https://github.com/vector-im/riot-web/pull/3536)
    * Rename ReactPerf to Perf
    [\#3535](https://github.com/vector-im/riot-web/pull/3535)
    * Don't show phone number as target for email notifs
    [\#3530](https://github.com/vector-im/riot-web/pull/3530)
    * Fix people section again
    [\#3458](https://github.com/vector-im/riot-web/pull/3458)
    * dark theme invert inconsistent across browsers
    [\#3479](https://github.com/vector-im/riot-web/pull/3479)
    * CSS for adding phone number in UserSettings
    [\#3451](https://github.com/vector-im/riot-web/pull/3451)
    * Support for phone number registration/signin, mk2
    [\#3426](https://github.com/vector-im/riot-web/pull/3426)
    * Confirm redactions with a dialog
    [\#3470](https://github.com/vector-im/riot-web/pull/3470)
    * Better CSS for redactions
    [\#3453](https://github.com/vector-im/riot-web/pull/3453)
    * Fix the people section
    [\#3448](https://github.com/vector-im/riot-web/pull/3448)
    * Merge the two RoomTile context menus into one
    [\#3395](https://github.com/vector-im/riot-web/pull/3395)
    * Refactor screen set after login
    [\#3385](https://github.com/vector-im/riot-web/pull/3385)
    * CSS for redacted EventTiles
    [\#3379](https://github.com/vector-im/riot-web/pull/3379)
    * Height:100% for welcome pages on Safari
    [\#3340](https://github.com/vector-im/riot-web/pull/3340)
    * `view_room` dispatch from `onClick` RoomTile
    [\#3376](https://github.com/vector-im/riot-web/pull/3376)
    * Hide statusAreaBox_line entirely when inCall
    [\#3350](https://github.com/vector-im/riot-web/pull/3350)
    * Set padding-bottom: 0px for .mx_Dialog spinner
    [\#3351](https://github.com/vector-im/riot-web/pull/3351)
    * Support InteractiveAuth based registration
    [\#3333](https://github.com/vector-im/riot-web/pull/3333)
    * Expose notification option for username/MXID
    [\#3334](https://github.com/vector-im/riot-web/pull/3334)
    * Float the toggle in the top right of MELS
    [\#3190](https://github.com/vector-im/riot-web/pull/3190)
    * More aggressive rageshake log culling
    [\#3311](https://github.com/vector-im/riot-web/pull/3311)
    * Don't overflow directory network options
    [\#3282](https://github.com/vector-im/riot-web/pull/3282)
    * CSS for ban / kick reason prompt
    [\#3250](https://github.com/vector-im/riot-web/pull/3250)
    * Allow forgetting rooms you're banned from
    [\#3246](https://github.com/vector-im/riot-web/pull/3246)
    * Fix icon paths in manifest
    [\#3245](https://github.com/vector-im/riot-web/pull/3245)
    * Fix broken tests caused by adding IndexedDB support
    [\#3242](https://github.com/vector-im/riot-web/pull/3242)
    * CSS for un-ban button in RoomSettings
    [\#3227](https://github.com/vector-im/riot-web/pull/3227)
    * Remove z-index property on avatar initials
    [\#3239](https://github.com/vector-im/riot-web/pull/3239)
    * Reposition certain icons in the status bar
    [\#3233](https://github.com/vector-im/riot-web/pull/3233)
    * CSS for kick/ban confirmation dialog
    [\#3224](https://github.com/vector-im/riot-web/pull/3224)
    * Style for split-out interactive auth
    [\#3217](https://github.com/vector-im/riot-web/pull/3217)
    * Use the teamToken threaded through from react sdk
    [\#3196](https://github.com/vector-im/riot-web/pull/3196)
    * rageshake: Add file server with basic auth
    [\#3169](https://github.com/vector-im/riot-web/pull/3169)
    * Fix bug with home icon not appearing when logged in as team member
    [\#3162](https://github.com/vector-im/riot-web/pull/3162)
    * Add ISSUE_TEMPLATE
    [\#2836](https://github.com/vector-im/riot-web/pull/2836)
    * Store bug reports in separate directories
    [\#3150](https://github.com/vector-im/riot-web/pull/3150)
    * Quick and dirty support for custom welcome pages.
    [\#2575](https://github.com/vector-im/riot-web/pull/2575)
    * RTS Welcome Pages
    [\#3103](https://github.com/vector-im/riot-web/pull/3103)
    * rageshake: Abide by Go standards
    [\#3149](https://github.com/vector-im/riot-web/pull/3149)
    * Bug report server script
    [\#3072](https://github.com/vector-im/riot-web/pull/3072)
    * Bump olm version
    [\#3125](https://github.com/vector-im/riot-web/pull/3125)
    
  • v0.9.8-rc.2
    0b266d2e · v0.9.8-rc.2 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.8-rc.1...v0.9.8-rc.2)
    * Redacted events bg: black lozenge -> torn paper
    [\#3596](https://github.com/vector-im/riot-web/pull/3596)
    * Add 'app' parameter to rageshake report
    [\#3594](https://github.com/vector-im/riot-web/pull/3594)
    
  • v0.9.8-rc.3
    4ead2f33 · v0.9.8-rc.3 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.8-rc.2...v0.9.8-rc.3)
    * Make the clear cache button work on desktop
    [\#3598](https://github.com/vector-im/riot-web/pull/3598)
    
  • v0.9.8
    ba8745cb · v0.9.8 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.8-rc.3...v0.9.8)
    * No changes
    
  • v0.9.9-rc.1
    141aafd1 · v0.9.9-rc.1 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.8...v0.9.9-rc.1)
    
  • v0.9.9-rc.2
    5326faa0 · v0.9.9-rc.2 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.9-rc.1...v0.9.9-rc.2)
    * Fix bug where links to Riot would fail to open.
    
  • v0.9.9
    aa482bae · v0.9.9 ·
    [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.9.9-rc.2...v0.9.9)
    * No changes