Skip to content

Commit

Permalink
Release version 1.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Nov 28, 2024
1 parent 60f7554 commit 57dae6f
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Orbot Apple Changelog

## 1.7.4
- Fixed issue with finding the correct circuit for onion domains. (Affects other apps which use the Orbot API.)
- Updated Tor to latest version 0.4.8.13.
- Updated leaf to latest version 0.11.0.
- Updated Snowflake to latest version 2.10.1. (Affects macOS only.)
- Updated Lyrebird to latest version 0.5.0. (Affects macOS only.)

## 1.7.3
- Fixed Webtunnel support.

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Provides a "VPN" which tunnels all your device network traffic through Tor.
- Supports Obfs4 and Snowflake bridges, fully configurable.
- Supports Onion v3 service authentication.
- Supports Tor's `EntryNodes`, `ExitNodes`, `ExcludeNodes` and `StrictNodes` options.
- Tor 0.4.8.10
- OpenSSL 3.2.0
- Lyrebird 0.1.0 (Obfs4proxy)
- Snowflake 2.8.0
- Tor 0.4.8.13
- OpenSSL 3.4.0
- Lyrebird 0.5.0 (Obfs4proxy)
- Snowflake 2.10.1
- leaf 0.11.0


## Build
Expand Down
4 changes: 2 additions & 2 deletions Shared/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ STATUS_WIDGET_PROVISIONING_PROFILE_SPECIFIER[config=Release] =
APP_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Release] =
EXT_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Release] =

MARKETING_VERSION = 1.7.3
CURRENT_PROJECT_VERSION = 51
MARKETING_VERSION = 1.7.4
CURRENT_PROJECT_VERSION = 52

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) EXT_BUNDLE_ID="$(EXT_BUNDLE_ID)" CONTENT_BLOCKER_BUNDLE_ID="$(CONTENT_BLOCKER_BUNDLE_ID)" APP_GROUP="$(APP_GROUP)"
4 changes: 1 addition & 3 deletions Shared/exit-node-countries.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>am</string>
<string>at</string>
<string>au</string>
<string>be</string>
Expand All @@ -15,7 +16,6 @@
<string>cz</string>
<string>de</string>
<string>dk</string>
<string>ee</string>
<string>fi</string>
<string>fr</string>
<string>gb</string>
Expand All @@ -30,11 +30,9 @@
<string>it</string>
<string>jp</string>
<string>kr</string>
<string>kz</string>
<string>lt</string>
<string>lu</string>
<string>md</string>
<string>mx</string>
<string>my</string>
<string>nl</string>
<string>no</string>
Expand Down
6 changes: 5 additions & 1 deletion fastlane/metadata/ar-SA/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
تم إصلاح دعم Webtunnel.
- تم إصلاح مشكلة العثور على الدائرة الصحيحة لنطاقات onion. (يؤثر على التطبيقات الأخرى التي تستخدم واجهة برمجة تطبيقات Orbot).
- تم تحديث Tor إلى أحدث إصدار 0.4.8.13.
- تم تحديث leaf إلى أحدث إصدار 0.11.0.
- تحديث Snowflake إلى أحدث إصدار 2.10.1. (يؤثر على نظام macOS فقط).
- تم تحديث Lyrebird إلى أحدث إصدار 0.5.0. (يؤثر على نظام macOS فقط.)
6 changes: 5 additions & 1 deletion fastlane/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Unterstützung für Webtunnel behoben.
- Problem bei der Suche nach der richtigen Schaltung für Onion-Domains behoben. (Betrifft andere Anwendungen, die die Orbot-API verwenden.)
- Tor wurde auf die neueste Version 0.4.8.13 aktualisiert.
- Leaf wurde auf die neueste Version 0.11.0 aktualisiert.
- Snowflake wurde auf die neueste Version 2.10.1 aktualisiert. (Betrifft nur macOS.)
- Lyrebird auf die neueste Version 0.5.0 aktualisiert. (Betrifft nur macOS.)
6 changes: 5 additions & 1 deletion fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Fixed Webtunnel support.
- Fixed issue with finding the correct circuit for onion domains. (Affects other apps which use the Orbot API.)
- Updated Tor to latest version 0.4.8.13.
- Updated leaf to latest version 0.11.0.
- Updated Snowflake to latest version 2.10.1. (Affects macOS only.)
- Updated Lyrebird to latest version 0.5.0. (Affects macOS only.)
6 changes: 5 additions & 1 deletion fastlane/metadata/es-ES/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Corregida la compatibilidad con Webtunnel.
- Se ha solucionado un problema con la búsqueda del circuito correcto para los dominios onion. (Afecta a otras aplicaciones que usan la API de Orbot).
- Actualizado Tor a la última versión 0.4.8.13.
- Actualizado leaf a la última versión 0.11.0.
- Actualizado Snowflake a la última versión 2.10.1. (Sólo para macOS).
- Actualizado Lyrebird a la última versión 0.5.0. (Sólo para macOS.)
6 changes: 5 additions & 1 deletion fastlane/metadata/fr-FR/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Correction de la prise en charge de Webtunnel.
- Correction d'un problème avec la recherche du circuit correct pour les domaines en onion. (Affecte d'autres applications qui utilisent l'API Orbot).
- Mise à jour de Tor vers la dernière version 0.4.8.13.
- Mise à jour de leaf vers la dernière version 0.11.0.
- Mise à jour de Snowflake vers la dernière version 2.10.1. (Affecte macOS seulement.)
- Mise à jour de Lyrebird vers la dernière version 0.5.0. (Affecte macOS seulement.)
6 changes: 5 additions & 1 deletion fastlane/metadata/pt-BR/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Corrigido o suporte ao Webtunnel.
- Corrigido o problema de encontrar o circuito correto para domínios onion. (Afeta outros aplicativos que usam a API Orbot).
- Atualização do Tor para a versão mais recente 0.4.8.13.
- Atualização do leaf para a versão mais recente 0.11.0.
- Atualização do Snowflake para a versão mais recente 2.10.1. (Afeta apenas o macOS.)
- Atualização do Lyrebird para a versão mais recente 0.5.0. (Afeta apenas o macOS).
6 changes: 5 additions & 1 deletion fastlane/metadata/ru/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Исправлена поддержка Webtunnel.
- Исправлена проблема с поиском правильной схемы для onion-доменов. (Затрагивает другие приложения, использующие API Orbot).
- Обновлен Tor до последней версии 0.4.8.13.
- Обновлен leaf до последней версии 0.11.0.
- Обновлен Snowflake до последней версии 2.10.1. (Затрагивает только macOS.)
- Обновлен Lyrebird до последней версии 0.5.0. (Затрагивает только macOS.)
6 changes: 5 additions & 1 deletion fastlane/metadata/uk/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Виправлено підтримку Webtunnel.
- Виправлено проблему з пошуком правильної схеми для onion доменів. (Впливає на інші програми, які використовують Orbot API).
- Оновлено Tor до останньої версії 0.4.8.13.
- Оновлено leaf до останньої версії 0.11.0.
- Оновлено Snowflake до останньої версії 2.10.1. (Впливає тільки на macOS).
- Випущено Lyrebird до останньої версії 0.5.0 (Впливає тільки на macOS).

0 comments on commit 57dae6f

Please sign in to comment.