diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad0fa526..94bfdead7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,46 @@ +Changes in [1.9.6](https://github.com/vector-im/element-desktop/releases/tag/v1.9.6) (2021-12-06) +================================================================================================= + +## ✨ Features + * Add unread indicator to the timelineCard header icon ([\#7156](https://github.com/matrix-org/matrix-react-sdk/pull/7156)). Fixes vector-im/element-web#19635. + * Only show core navigation elements (call/chat/notification/info) when a widget is maximised ([\#7114](https://github.com/matrix-org/matrix-react-sdk/pull/7114)). Fixes vector-im/element-web#19632. + * Improve ThreadPanel ctx menu accessibility ([\#7217](https://github.com/matrix-org/matrix-react-sdk/pull/7217)). Fixes vector-im/element-web#19885. + * Allow filtering room list during treeview navigation ([\#7219](https://github.com/matrix-org/matrix-react-sdk/pull/7219)). Fixes vector-im/element-web#14702. + * Add right panel chat timeline ([\#7112](https://github.com/matrix-org/matrix-react-sdk/pull/7112)). Fixes vector-im/element-web#19633. + * Hide server options hint when disable_custom_urls is true ([\#7215](https://github.com/matrix-org/matrix-react-sdk/pull/7215)). Fixes vector-im/element-web#19919. + * Improve right panel resize handle usability ([\#7204](https://github.com/matrix-org/matrix-react-sdk/pull/7204)). Fixes vector-im/element-web#15145. Contributed by @weeman1337. + * Spaces quick settings ([\#7196](https://github.com/matrix-org/matrix-react-sdk/pull/7196)). + * Maximised widgets always force a call to be shown in PIP mode ([\#7163](https://github.com/matrix-org/matrix-react-sdk/pull/7163)). Fixes vector-im/element-web#19637. + * Group Labs flags ([\#7190](https://github.com/matrix-org/matrix-react-sdk/pull/7190)). + * Show room context details in forward dialog ([\#7162](https://github.com/matrix-org/matrix-react-sdk/pull/7162)). Fixes vector-im/element-web#19793. + * Remove chevrons from RoomSummaryCard_Button ([\#7137](https://github.com/matrix-org/matrix-react-sdk/pull/7137)). Fixes vector-im/element-web#19644. + * Disable op/deop commands where user has no permissions ([\#7161](https://github.com/matrix-org/matrix-react-sdk/pull/7161)). Fixes vector-im/element-web#15390. + * Add option to change the size of images/videos in the timeline ([\#7017](https://github.com/matrix-org/matrix-react-sdk/pull/7017)). Fixes vector-im/element-meta#49 vector-im/element-web#1520 and vector-im/element-web#19498. + +## 🐛 Bug Fixes + * Fix left panel glow in Safari ([\#7236](https://github.com/matrix-org/matrix-react-sdk/pull/7236)). Fixes vector-im/element-web#19863. + * Fix newline on edit messages with quotes ([\#7227](https://github.com/matrix-org/matrix-react-sdk/pull/7227)). Fixes vector-im/element-web#12535. Contributed by @renancleyson-dev. + * Guard against null refs in findSiblingElement ([\#7228](https://github.com/matrix-org/matrix-react-sdk/pull/7228)). + * Tweak bottom of space panel buttons in expanded state ([\#7213](https://github.com/matrix-org/matrix-react-sdk/pull/7213)). Fixes vector-im/element-web#19921. + * Fix multiline paragraph rendering as single line ([\#7210](https://github.com/matrix-org/matrix-react-sdk/pull/7210)). Fixes vector-im/element-web#8786. Contributed by @renancleyson-dev. + * Improve room list message previews ([\#7224](https://github.com/matrix-org/matrix-react-sdk/pull/7224)). Fixes vector-im/element-web#17101 and vector-im/element-web#16169. + * Fix EmojiPicker lazy loaded rendering bug ([\#7225](https://github.com/matrix-org/matrix-react-sdk/pull/7225)). Fixes vector-im/element-web#15341. + * Prevent default avatar in UserInfo having pointer cursor ([\#7218](https://github.com/matrix-org/matrix-react-sdk/pull/7218)). Fixes vector-im/element-web#13872. + * Prevent duplicate avatars in Event List Summaries ([\#7222](https://github.com/matrix-org/matrix-react-sdk/pull/7222)). Fixes vector-im/element-web#17706. + * Respect the home page as a context for the Home space ([\#7216](https://github.com/matrix-org/matrix-react-sdk/pull/7216)). Fixes vector-im/element-web#19554. + * Fix RoomUpgradeWarningBar exploding ([\#7214](https://github.com/matrix-org/matrix-react-sdk/pull/7214)). Fixes vector-im/element-web#19920. + * Polish threads misalignments and UI diversion ([\#7209](https://github.com/matrix-org/matrix-react-sdk/pull/7209)). Fixes vector-im/element-web#19772, vector-im/element-web#19710 vector-im/element-web#19629 and vector-im/element-web#19711. + * Fix Manage Restricted Join Rule Dialog for Spaces ([\#7208](https://github.com/matrix-org/matrix-react-sdk/pull/7208)). Fixes vector-im/element-web#19610. + * Fix wrongly showing unpin in pinned messages tile with no perms ([\#7197](https://github.com/matrix-org/matrix-react-sdk/pull/7197)). Fixes vector-im/element-web#19886. + * Make image size constrained by height when using the ImageSize.Large option ([\#7171](https://github.com/matrix-org/matrix-react-sdk/pull/7171)). Fixes vector-im/element-web#19788. + * Prevent programmatic scrolling within truncated room sublists ([\#7191](https://github.com/matrix-org/matrix-react-sdk/pull/7191)). + * Remove leading slash from /addwidget Jitsi confs ([\#7175](https://github.com/matrix-org/matrix-react-sdk/pull/7175)). Fixes vector-im/element-web#19839. Contributed by @AndrewFerr. + * Fix automatic composer focus, regressed by threads work ([\#7167](https://github.com/matrix-org/matrix-react-sdk/pull/7167)). Fixes vector-im/element-web#19479. + * Show space members when not invited even if summary didn't fail ([\#7153](https://github.com/matrix-org/matrix-react-sdk/pull/7153)). Fixes vector-im/element-web#19781. + * Prevent custom power levels from breaking roles & permissions tab ([\#7160](https://github.com/matrix-org/matrix-react-sdk/pull/7160)). Fixes vector-im/element-web#19812. + * Room Context Menu should respond to tag changes ([\#7154](https://github.com/matrix-org/matrix-react-sdk/pull/7154)). Fixes vector-im/element-web#19776. + * Fix an edge case when trying to join an upgraded room ([\#7159](https://github.com/matrix-org/matrix-react-sdk/pull/7159)). + Changes in [1.9.5](https://github.com/vector-im/element-desktop/releases/tag/v1.9.5) (2021-11-22) ================================================================================================= diff --git a/package.json b/package.json index d00efd5ac..c958137ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.9.5", + "version": "1.9.6", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": { @@ -54,7 +54,7 @@ "@types/minimist": "^1.2.1", "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", - "allchange": "^1.0.5", + "allchange": "^1.0.6", "asar": "^2.0.1", "chokidar": "^3.5.2", "electron": "13.5", diff --git a/src/i18n/strings/fy.json b/src/i18n/strings/fy.json index a60682238..809cd8932 100644 --- a/src/i18n/strings/fy.json +++ b/src/i18n/strings/fy.json @@ -1,46 +1,46 @@ { - "Copy image": "Ôfbylding kopiearje", + "Copy image": "Ofbylding kopiearje", "Speech": "Spraak", - "View": "Oersjoch", - "Paste and Match Style": "Plakke en lit Stylen oerienkomme", + "View": "Byld", + "Paste and Match Style": "Plakke en lit stilen oerienkomme", "Add to dictionary": "Oan wurdlist tafoegje", "The image failed to save": "It is net slagge de ôfbylding te bewarjen", - "Failed to save image": "Bewarjen fan ôfbylding mislearre", - "Save image as...": "Ôfbylding bewarje as...", - "Copy link address": "Keppelingsadres kopiearje", + "Failed to save image": "Ofbylding bewarjen mislearre", + "Save image as...": "Ofbylding bewarje as…", + "Copy link address": "Keppeling kopiearje", "Copy email address": "E-mailadres kopiearje", "File": "Bestân", - "Bring All to Front": "Alles nei Foaren Helje", + "Bring All to Front": "Alles nei foaren bringe", "Zoom": "Zoom", - "Stop Speaking": "Stopje mei Praten", - "Start Speaking": "Begjin mei Praten", - "Unhide": "Wer sjen litte", - "Hide Others": "Oaren Ferbergje", + "Stop Speaking": "Stopje mei praten", + "Start Speaking": "Begjin mei praten", + "Unhide": "Wer toane", + "Hide Others": "Oare ferbergje", "Hide": "Ferbergje", "Services": "Tsjinsten", "About": "Oer", - "Element Help": "Element Help", + "Element Help": "Element help", "Help": "Help", "Close": "Slute", "Minimize": "Minimalisearje", "Window": "Finster", - "Toggle Developer Tools": "Ûntwikkelders Ark yn/útskeakelje", - "Toggle Full Screen": "Foslein Skerm yn/útskeakelje", + "Toggle Developer Tools": "Untwikkelersark yn-/útskeakelje", + "Toggle Full Screen": "Folslein skerm yn-/útskeakelje", "Preferences": "Foarkarren", - "Zoom Out": "Útzoome", + "Zoom Out": "Utzoome", "Zoom In": "Ynzoome", - "Actual Size": "Werklike Grutte", - "Select All": "Alles Selektearje", + "Actual Size": "Werklike grutte", + "Select All": "Alles selektearje", "Delete": "Fuortsmite", "Paste": "Plakke", "Copy": "Kopiearje", "Cut": "Knippe", - "Redo": "Opnij dwaan", - "Undo": "Ûngedien meitsje", - "Edit": "Oanpasse", - "Quit": "Ôfslute", - "Show/Hide": "Sjen litte/Ferbergje", + "Redo": "Opnij útfiere", + "Undo": "Ungedien meitsje", + "Edit": "Bewurkje", + "Quit": "Ofslute", + "Show/Hide": "Toane/Ferbergje", "Are you sure you want to quit?": "Binne jo der wis fan dat jo ôfslute wolle?", - "Close Element": "Element Ôfslute", - "Cancel": "Ôfbrekke" + "Close Element": "Element ôfslute", + "Cancel": "Annulearje" } diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json new file mode 100644 index 000000000..915fae068 --- /dev/null +++ b/src/i18n/strings/pl.json @@ -0,0 +1,46 @@ +{ + "Bring All to Front": "Wyciągnij wszystko do przodu", + "Add to dictionary": "Dodaj do słownika", + "The image failed to save": "Obraz nie został zapisany", + "Failed to save image": "Nie udało się zapisać obrazu", + "Save image as...": "Zapisz obraz jako...", + "Copy link address": "Skopiuj adres łącza", + "Copy email address": "Skopiuj adres email", + "Copy image": "Skopiuj obraz", + "File": "Plik", + "Zoom": "Powiększenie", + "Stop Speaking": "Przestań mówić", + "Start Speaking": "Zacznij mówić", + "Speech": "Mowa", + "Unhide": "Odkryj", + "Hide Others": "Ukryj inne", + "Hide": "Ukryj", + "Services": "Usługi", + "About": "O nas", + "Element Help": "Pomoc Element", + "Help": "Pomoc", + "Close": "Zamknij", + "Minimize": "Zminimalizuj", + "Window": "Okno", + "Toggle Developer Tools": "Przełącz na narzędzia deweloperskie", + "Toggle Full Screen": "Przełącz na pełny ekran", + "Preferences": "Preferencje", + "Zoom Out": "Pomniejsz", + "Zoom In": "Powiększ", + "Actual Size": "Rzeczywisty rozmiar", + "View": "Pokaż", + "Select All": "Zaznacz wszystko", + "Delete": "Usuń", + "Paste and Match Style": "Wklej i dopasuj styl", + "Paste": "Wklej", + "Copy": "Skopiuj", + "Cut": "Wytnij", + "Redo": "Powtórz", + "Undo": "Cofnij", + "Edit": "Edytuj", + "Quit": "Zamknij", + "Show/Hide": "Pokaż/Ukryj", + "Are you sure you want to quit?": "Czy na pewno chcesz zamknąć?", + "Close Element": "Zamknij Elementa", + "Cancel": "Anuluj" +} diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json new file mode 100644 index 000000000..55aded120 --- /dev/null +++ b/src/i18n/strings/zh_Hant.json @@ -0,0 +1,46 @@ +{ + "Bring All to Front": "全部移至最前", + "Add to dictionary": "加入至字典", + "The image failed to save": "儲存圖片失敗", + "Failed to save image": "儲存圖片失敗", + "Save image as...": "另存圖片為...", + "Copy link address": "複製連結", + "Copy email address": "複製電子郵件地址", + "Copy image": "複製圖片", + "File": "檔案", + "Zoom": "縮放", + "Stop Speaking": "停止說話", + "Start Speaking": "開始說話", + "Speech": "語音", + "Unhide": "取消隱藏", + "Hide Others": "隱藏其他", + "Hide": "隱藏", + "Services": "服務", + "About": "關於", + "Element Help": "Element 協助", + "Help": "協助", + "Close": "關閉", + "Minimize": "最小化", + "Window": "視窗", + "Toggle Developer Tools": "切換開發工具", + "Toggle Full Screen": "切換全螢幕", + "Preferences": "偏好設定", + "Zoom Out": "縮小", + "Zoom In": "放大", + "Actual Size": "實際大小", + "View": "檢視", + "Select All": "全選", + "Delete": "刪除", + "Paste and Match Style": "貼上並保留格式", + "Paste": "貼上", + "Copy": "複製", + "Cut": "剪下", + "Redo": "取消復原", + "Undo": "復原", + "Edit": "編輯", + "Quit": "退出", + "Show/Hide": "顯示/隱藏", + "Are you sure you want to quit?": "您確定要退出嗎?", + "Close Element": "關閉 Element", + "Cancel": "取消" +} diff --git a/yarn.lock b/yarn.lock index bfe0324d3..f03a8208c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -920,10 +920,10 @@ ajv@^8.0.1: require-from-string "^2.0.2" uri-js "^4.2.2" -allchange@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.5.tgz#9496425eea8ff1a2e57b37d059333df6c3d37382" - integrity sha512-g3VYQfhvc42L0Mr9JTsZlVSrms4TbvqrvONj13M8NHKvp25XR9d5xS05wXqh9+mh0tYcAWDrOvAoceCzSzijBA== +allchange@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/allchange/-/allchange-1.0.6.tgz#f905918255541dc92d6a1f5cdf758db4597f569c" + integrity sha512-37a4J55oSxhLmlS/DeBOKjKn5dbjkyR4qMJ9is8+CKLPTe7NybcWBYvrPLr9kVLBa6aigWrdovRHrQj/4v6k4w== dependencies: "@actions/core" "^1.4.0" "@actions/github" "^5.0.0"