-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #614 from syphon-org/dev
[release] v0.2.11
- Loading branch information
Showing
44 changed files
with
1,268 additions
and
841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"flutterSdkVersion": "2.8.1", | ||
"flutterSdkVersion": "2.10.3", | ||
"flavors": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
buildscript { | ||
ext.kotlin_version = '1.3.50' | ||
ext.kotlin_version = '1.6.10' | ||
repositories { | ||
google() | ||
jcenter() | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
* Alizarin | ||
* Amaranth | ||
* Amber | ||
* Amethyst | ||
* Apricot | ||
* Aqua | ||
* Auburn | ||
* Azure | ||
* Beige | ||
* Bistre | ||
* Black | ||
* Blue | ||
* Brass | ||
* Bronze | ||
* Brown | ||
* Buff | ||
* Burgundy | ||
* Cardinal | ||
* Carmine | ||
* Celadon | ||
* Cerise | ||
* Cerulean | ||
* Champagne | ||
* Charcoal | ||
* Chartreuse | ||
* Chestnut | ||
* Chocolate | ||
* Cinnabar | ||
* Cinnamon | ||
* Cobalt | ||
* Copper | ||
* Coral | ||
* Corn | ||
* Cornflower | ||
* Cream | ||
* Crimson | ||
* Cyan | ||
* Dandelion | ||
* Denim | ||
* Ecru | ||
* Emerald | ||
* Eggplant | ||
* Firebrick | ||
* Flax | ||
* Fuchsia | ||
* Gamboge | ||
* Gold | ||
* Goldenrod | ||
* Green | ||
* Grey | ||
* Harlequin | ||
* Heliotrope | ||
* Indigo | ||
* Ivory | ||
* Jade | ||
* Khaki | ||
* Lavender | ||
* Lemon | ||
* Lilac | ||
* Lime | ||
* Linen | ||
* Magenta | ||
* Magnolia | ||
* Malachite | ||
* Maroon | ||
* Mauve | ||
* Mustard | ||
* Myrtle | ||
* Ochre | ||
* Olive | ||
* Olivine | ||
* Orange | ||
* Orchid | ||
* Peach | ||
* Pear | ||
* Periwinkle | ||
* Persimmon | ||
* Pink | ||
* Platinum | ||
* Plum | ||
* Puce | ||
* Pumpkin | ||
* Purple | ||
* Razzmatazz | ||
* Red | ||
* Rose | ||
* Ruby | ||
* Russet | ||
* Rust | ||
* Saffron | ||
* Salmon | ||
* Sangria | ||
* Sapphire | ||
* Scarlet | ||
* Seashell | ||
* Sepia | ||
* Silver | ||
* Smalt | ||
* Tan | ||
* Tangerine | ||
* Taupe | ||
* Teal | ||
* Thistle | ||
* Tomato | ||
* Turquoise | ||
* Ultramarine | ||
* Vermilion | ||
* Violet | ||
* Viridian | ||
* Wheat | ||
* White | ||
* Wisteria | ||
* Xanthic | ||
* Yellow | ||
* Zucchini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
0.2.11 | ||
|
||
🔥 Hot Fixes | ||
- Crypto Storage performance issues | ||
- Fixed Wordle | ||
|
||
🔮 New Features | ||
- Session Key Imports / Exports | ||
- Email and other 3pid auth support | ||
- Fullscreen Image View | ||
- Incoming Read Receipt Support | ||
- Toggle autocorrect setting | ||
- System Brightness Mode | ||
- Additional Help Options | ||
|
||
🐛 Bug Fixes | ||
- fixed missing several translations | ||
- fixed various notification issues | ||
- fixed issues with deleting devices | ||
- fixed issues deactivating accounts | ||
- fixed showing TOS more than once | ||
|
||
💡 Improvements | ||
- Hide Send Button | ||
|
||
📐 Refactoring | ||
- Lots! |
Oops, something went wrong.