From dcb158e9845dabc5be73828cea8c3b26ea71e607 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Oct 2021 10:37:26 +0200 Subject: [PATCH 1/8] feat(changes): changes for 0.11.x --- CHANGES.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e95a225b84..ef49a7136f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,61 @@ +# Version 0.11.0 (NOT RELEASED YET) + +## Bugs +- Fixed `sum` description by @eldadfux in https://github.com/appwrite/appwrite/pull/1659 +- Fixed `Add Team Membership` parameter order by @deshankoswatte in https://github.com/appwrite/appwrite/pull/1818 + +## Features +- Added translations: + - German `de` by @SoftCreatR in https://github.com/appwrite/appwrite/pull/1790 + - Hebrew `he` by @Kokoden in https://github.com/appwrite/appwrite/pull/1846 + - Oriya `or` by @Rutam21 in https://github.com/appwrite/appwrite/pull/1827 + - Italian `it` by @ilmalte in https://github.com/appwrite/appwrite/pull/1824 + - Portugese (Portugal) `pt-PT` by @OscarRG in https://github.com/appwrite/appwrite/pull/1820 + - Portugese (Brazil) `pt-BR` by @renato04 in https://github.com/appwrite/appwrite/pull/1817 + - Indonesian `id` by @Hrdtr in https://github.com/appwrite/appwrite/pull/1816 + - Korean `ko` by @ssong in https://github.com/appwrite/appwrite/pull/1814 + - Ukrainian `uk` by @daniloff200 in https://github.com/appwrite/appwrite/pull/1794 + - Russian `ru` by @daniloff200 in https://github.com/appwrite/appwrite/pull/1795 + - Belarusian `be` by @daniloff200 in https://github.com/appwrite/appwrite/pull/1796 + - Arabic `ar` by @arsangamal in https://github.com/appwrite/appwrite/pull/1800 + - Malay `ms` by @izqalan in https://github.com/appwrite/appwrite/pull/1806 + - Gujarati `gu` by @honeykpatel in https://github.com/appwrite/appwrite/pull/1808 + - Polish `pl` by @achromik in https://github.com/appwrite/appwrite/pull/1811 + - Malayalam `ml` by @anoopmsivadas in https://github.com/appwrite/appwrite/pull/1813 + - Croatian `hr` by @mbos2 in https://github.com/appwrite/appwrite/pull/1825 + - Danish `da` by @Ganzabahl in https://github.com/appwrite/appwrite/pull/1829 + - French `fr` by @Olyno in https://github.com/appwrite/appwrite/pull/1771 + - Spanish `es` by @chuiizeet in https://github.com/appwrite/appwrite/pull/1833 + - Vietnamese `vt` by @hdkhoasgt in https://github.com/appwrite/appwrite/pull/1880 + - Kannada `kn` by @Nikhil-1503 in https://github.com/appwrite/appwrite/pull/1840 + - Finnish `fi` by @minna-xD in https://github.com/appwrite/appwrite/pull/1847 + - Thai `th` by @teeradon43 in https://github.com/appwrite/appwrite/pull/1851 + - Persian `fa` by @aerabi in https://github.com/appwrite/appwrite/pull/1878 + - Norwegian `no` by @NeonSpork in https://github.com/appwrite/appwrite/pull/1871 + - Norwegian (Nynorsk) `nn` by @NeonSpork in https://github.com/appwrite/appwrite/pull/2019 + - Norwegian (Bokmål) `nb` by @Exouxas in https://github.com/appwrite/appwrite/pull/1877 + - Dutch `nl` by @ArtixAllMighty in https://github.com/appwrite/appwrite/pull/1879 + - Sanskrit `sa` by @Rutam21 in https://github.com/appwrite/appwrite/pull/1895 + - Nepali `ne` by @TheLearneer in https://github.com/appwrite/appwrite/pull/1807 + - Swedish `sv` by @didair in https://github.com/appwrite/appwrite/pull/1948 + - Hindi `hi` by @willtryagain in https://github.com/appwrite/appwrite/pull/1810 + - Luxembourgish `lb` by @OscarRG in https://github.com/appwrite/appwrite/pull/1857 + - Catalan `ca` by @und1n3 in https://github.com/appwrite/appwrite/pull/1875 + - Chinese (Taiwan) `zh-TW` by @HelloSeaNation in https://github.com/appwrite/appwrite/pull/2134 + - Chinese (PRC) `zh-CN` by @HelloSeaNation in https://github.com/appwrite/appwrite/pull/1836 + - Bihari `bh` by @dazzlerkumar in https://github.com/appwrite/appwrite/pull/1841 + - Romanian `ro` by @cristina-sirbu in https://github.com/appwrite/appwrite/pull/1868 + - Slovak `sk` by @jakubhi in https://github.com/appwrite/appwrite/pull/1958 + - Greek `el` by @kostapappas in https://github.com/appwrite/appwrite/pull/1992 + - Assamese `as` by @PrerakMathur20 in https://github.com/appwrite/appwrite/pull/2023 + - Esperanto `eo` by @tacoelho in https://github.com/appwrite/appwrite/pull/1927 + - Irish `ga` by @ivernus in https://github.com/appwrite/appwrite/pull/2178 + - Azerbaijani `az` by @aerabi in https://github.com/appwrite/appwrite/pull/2129 + - Latvian `lv` by @RReiso in https://github.com/appwrite/appwrite/pull/2022 + - Lithuanian `lt` by @mantasio in https://github.com/appwrite/appwrite/pull/2018 + - Japanese `jp` by @takmar in https://github.com/appwrite/appwrite/pull/2177 + + # Version 0.10.4 ## Bugs From 20a4d6ba6ddc6a4d73c523f01574bf098cc107bb Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Oct 2021 10:58:49 +0200 Subject: [PATCH 2/8] add more changes --- CHANGES.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef49a7136f..c2ff947163 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,15 @@ # Version 0.11.0 (NOT RELEASED YET) -## Bugs -- Fixed `sum` description by @eldadfux in https://github.com/appwrite/appwrite/pull/1659 -- Fixed `Add Team Membership` parameter order by @deshankoswatte in https://github.com/appwrite/appwrite/pull/1818 - ## Features +- Add Swift Platform Support +- New Cloud Functions Runtime: + - Swift 5.5 + - Java 17 + - Python 3.10 + - Deno 1.12 + - Deno 1.13 + - Deno 1.14 +- Add Swift 5.5 Runtime for Cloud Functions - Added translations: - German `de` by @SoftCreatR in https://github.com/appwrite/appwrite/pull/1790 - Hebrew `he` by @Kokoden in https://github.com/appwrite/appwrite/pull/1846 @@ -55,6 +60,9 @@ - Lithuanian `lt` by @mantasio in https://github.com/appwrite/appwrite/pull/2018 - Japanese `jp` by @takmar in https://github.com/appwrite/appwrite/pull/2177 +## Bugs +- Fixed `sum` description by @eldadfux in https://github.com/appwrite/appwrite/pull/1659 +- Fixed `Add Team Membership` parameter order by @deshankoswatte in https://github.com/appwrite/appwrite/pull/1818 # Version 0.10.4 From aa6d2940a11f4b7ccfe0cbb10c3326547f7cbd21 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Oct 2021 10:59:44 +0200 Subject: [PATCH 3/8] remove duplicate --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c2ff947163..be4e22c47c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,6 @@ - Deno 1.12 - Deno 1.13 - Deno 1.14 -- Add Swift 5.5 Runtime for Cloud Functions - Added translations: - German `de` by @SoftCreatR in https://github.com/appwrite/appwrite/pull/1790 - Hebrew `he` by @Kokoden in https://github.com/appwrite/appwrite/pull/1846 From 195a9cce73319e21a39bf4a8327745b6b5551319 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Oct 2021 16:33:50 +0200 Subject: [PATCH 4/8] Update CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index be4e22c47c..9add2bba0d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ # Version 0.11.0 (NOT RELEASED YET) ## Features -- Add Swift Platform Support -- New Cloud Functions Runtime: +- Added Swift Platform Support +- Added new Cloud Functions Runtimes: - Swift 5.5 - Java 17 - Python 3.10 From 1e8379bd7260d135d6b2a546a953b50cdedff8ca Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sat, 16 Oct 2021 14:10:53 +0200 Subject: [PATCH 5/8] updated changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index be4e22c47c..4e9c5be963 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,6 +62,7 @@ ## Bugs - Fixed `sum` description by @eldadfux in https://github.com/appwrite/appwrite/pull/1659 - Fixed `Add Team Membership` parameter order by @deshankoswatte in https://github.com/appwrite/appwrite/pull/1818 +- Fixed Storage File Preview on mobile devices by @m1ga in https://github.com/appwrite/appwrite/pull/2230 # Version 0.10.4 From 5b879ba206d243d7a45b9f05d0d49714e3ed68ea Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 18 Oct 2021 11:13:25 +0200 Subject: [PATCH 6/8] update changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b4c2a0b045..e8dca30130 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Version 0.11.0 (NOT RELEASED YET) +# Version 0.11.0 ## Features - Added Swift Platform Support From dac4ea3a1afc3d28c1279bb465f36c68f2745522 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 18 Oct 2021 11:14:51 +0200 Subject: [PATCH 7/8] add changes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index e8dca30130..d65b626716 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -58,6 +58,7 @@ - Latvian `lv` by @RReiso in https://github.com/appwrite/appwrite/pull/2022 - Lithuanian `lt` by @mantasio in https://github.com/appwrite/appwrite/pull/2018 - Japanese `jp` by @takmar in https://github.com/appwrite/appwrite/pull/2177 +- Added new audio mime-types for viewing audio files on browsers by @eldadfux in https://github.com/appwrite/appwrite/pull/2239 ## Bugs - Fixed `sum` description by @eldadfux in https://github.com/appwrite/appwrite/pull/1659 From 1f0589bc37f6caaf24542001c482bced78e3efe7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 18 Oct 2021 11:20:17 +0200 Subject: [PATCH 8/8] added gravity changes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index d65b626716..61fc8d0635 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -64,6 +64,7 @@ - Fixed `sum` description by @eldadfux in https://github.com/appwrite/appwrite/pull/1659 - Fixed `Add Team Membership` parameter order by @deshankoswatte in https://github.com/appwrite/appwrite/pull/1818 - Fixed Storage File Preview on mobile devices by @m1ga in https://github.com/appwrite/appwrite/pull/2230 +- Fixed `top-left` gravity on `Get File Preview` endpoint by @lohanidamodar in https://github.com/appwrite/appwrite/pull/2249 # Version 0.10.4