|
| 1 | +Changes in [0.8.4-rc.1](https://github.com/vector-im/vector-web/releases/tag/v0.8.4-rc.1) (2016-11-02) |
| 2 | +====================================================================================================== |
| 3 | +[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.8.3...v0.8.4-rc.1) |
| 4 | + |
| 5 | +Breaking Changes |
| 6 | +---------------- |
| 7 | + * End-to-end encryption now requires one-time keys to be |
| 8 | + signed, so end-to-end encryption will not interoperate |
| 9 | + with previous releases of vector-web. End-to-end encryption |
| 10 | + remains in beta. |
| 11 | + |
| 12 | +Other Changes |
| 13 | +------------- |
| 14 | + * Rename the package script/output dir to 'dist' |
| 15 | + [\#2528](https://github.com/vector-im/vector-web/pull/2528) |
| 16 | + * Avoid errors if olm is missing |
| 17 | + [\#2518](https://github.com/vector-im/vector-web/pull/2518) |
| 18 | + * Put a cachebuster in the names of CSS and JS files |
| 19 | + [\#2515](https://github.com/vector-im/vector-web/pull/2515) |
| 20 | + * Bump to olm 2.0.0 |
| 21 | + [\#2517](https://github.com/vector-im/vector-web/pull/2517) |
| 22 | + * Don't include the world in the published packages |
| 23 | + [\#2516](https://github.com/vector-im/vector-web/pull/2516) |
| 24 | + * Use webpack to copy olm.js |
| 25 | + [\#2514](https://github.com/vector-im/vector-web/pull/2514) |
| 26 | + * Don't include two copies of the CSS in the tarball |
| 27 | + [\#2513](https://github.com/vector-im/vector-web/pull/2513) |
| 28 | + * Correct text alignment on room directory search |
| 29 | + [\#2512](https://github.com/vector-im/vector-web/pull/2512) |
| 30 | + * Correct spelling of 'rel' |
| 31 | + [\#2510](https://github.com/vector-im/vector-web/pull/2510) |
| 32 | + * readme tweaks |
| 33 | + [\#2507](https://github.com/vector-im/vector-web/pull/2507) |
| 34 | + * s/vector/riot/ in the readme |
| 35 | + [\#2491](https://github.com/vector-im/vector-web/pull/2491) |
| 36 | + * Switch to babel 6, again |
| 37 | + [\#2480](https://github.com/vector-im/vector-web/pull/2480) |
| 38 | + * Revert "Switch to babel 6" |
| 39 | + [\#2472](https://github.com/vector-im/vector-web/pull/2472) |
| 40 | + * Switch to babel 6 |
| 41 | + [\#2461](https://github.com/vector-im/vector-web/pull/2461) |
| 42 | + |
1 | 43 | Changes in [0.8.3](https://github.com/vector-im/vector-web/releases/tag/v0.8.3) (2016-10-12)
|
2 | 44 | ============================================================================================
|
3 | 45 | [Full Changelog](https://github.com/vector-im/vector-web/compare/v0.8.2...v0.8.3)
|
|
0 commit comments