Skip to content

Commit 05599fe

Browse files
committed
Release version 1.8.0.
1 parent 70fa849 commit 05599fe

File tree

12 files changed

+25
-16
lines changed

12 files changed

+25
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Orbot Apple Changelog
22

3+
## 1.8.0
4+
5+
- Added Kindness Mode. (Provides a Snowflake Proxy to help others.)
6+
- Added Farsi translation.
7+
38
## 1.7.7
49
- Updated Tor to latest version 0.4.8.17.
510

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PODS:
44
- GCDWebServerExtension/Core (= 3.5.4)
55
- GCDWebServerExtension/Core (3.5.4)
66
- IPtProxy (4.2.0)
7-
- IPtProxyUI/AppEx (4.8.0):
7+
- IPtProxyUI/AppEx (4.8.1):
88
- Eureka (~> 5.3)
99
- IPtProxy (~> 4.2.0)
1010
- ProgressHUD (14.1.1)
@@ -42,7 +42,7 @@ SPEC CHECKSUMS:
4242
Eureka: 1c18c7fcd8f772cc2ca42d6be36292dffa77eecb
4343
GCDWebServerExtension: a7d9eb7b23a9f03f48a4eada2e57e11483c5a9a9
4444
IPtProxy: 84bf4ff7185dea94a8d21247012af634e37bafd5
45-
IPtProxyUI: ad0ae2ee98a65b2195780a4aa9d8a0ceabcf401a
45+
IPtProxyUI: 2deb7954049d72b2e84c5cb6039a8b1022a19534
4646
ProgressHUD: abb9136ae23c85204236828562cb9a8ec98efb44
4747
Tor: f58292f83914bc4a89e75426e2a784dec8f23018
4848

Shared/Config.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ STATUS_WIDGET_PROVISIONING_PROFILE_SPECIFIER[config=Release] =
4141
APP_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Release] =
4242
EXT_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Release] =
4343

44-
MARKETING_VERSION = 1.7.7
45-
CURRENT_PROJECT_VERSION = 56
44+
MARKETING_VERSION = 1.8.0
45+
CURRENT_PROJECT_VERSION = 58
4646

4747
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) EXT_BUNDLE_ID="$(EXT_BUNDLE_ID)" CONTENT_BLOCKER_BUNDLE_ID="$(CONTENT_BLOCKER_BUNDLE_ID)" APP_GROUP="$(APP_GROUP)"

Shared/exit-node-countries.plist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<array>
5-
<string>ae</string>
65
<string>at</string>
76
<string>au</string>
87
<string>be</string>
@@ -13,7 +12,6 @@
1312
<string>ch</string>
1413
<string>cl</string>
1514
<string>cr</string>
16-
<string>cw</string>
1715
<string>cy</string>
1816
<string>cz</string>
1917
<string>de</string>
@@ -40,9 +38,7 @@
4038
<string>my</string>
4139
<string>nl</string>
4240
<string>no</string>
43-
<string>nz</string>
4441
<string>pe</string>
45-
<string>ph</string>
4642
<string>pl</string>
4743
<string>pt</string>
4844
<string>ro</string>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- تم تحديث Tor إلى أحدث إصدار 0.4.8.17.
1+
- تمت إضافة وضع اللطف. (يوفر وكيل Snowflake لمساعدة الآخرين.)
2+
- تمت إضافة الترجمة الفارسية.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Tor wurde auf die neueste Version 0.4.8.17 aktualisiert.
1+
- Freundlichkeitsmodus hinzugefügt. (Bietet einen Snowflake-Proxy, um anderen zu helfen.)
2+
- Farsi-Übersetzung hinzugefügt.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Updated Tor to latest version 0.4.8.17.
1+
- Added Kindness Mode. (Provides a Snowflake Proxy to help others.)
2+
- Added Farsi translation.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Actualizado Tor a la última versión 0.4.8.17.
1+
- Se ha añadido el modo Kindness (amabilidad). (Proporciona un proxy Snowflake para ayudar a otros).
2+
- Se ha añadido la traducción al farsi.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Mise à jour de Tor vers la dernière version 0.4.8.17.
1+
- Ajout du mode « Kindness » (gentillesse). (Fournit un proxy Snowflake pour aider les autres.)
2+
- Ajout de la traduction en farsi.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- Atualização do Tor para a versão mais recente 0.4.8.17.
1+
- Adicionado o Modo Gentileza. (Fornece um Proxy Snowflake para ajudar outras pessoas.)
2+
- Adicionada tradução para o farsi.

0 commit comments

Comments
 (0)