Skip to content

Commit a96f510

Browse files
committed
release: v1.0.4
1 parent b803e62 commit a96f510

File tree

4 files changed

+43
-3
lines changed

4 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
# v1.0
9+
## [v1.0.4] - 2024-12-20
10+
### Changed
11+
- openwrt: Add optional packages luci-proto-wireguard, wireguard-tools, luci-app-pbr, pbr.
12+
- luci: Speedtest can be execute from web interface.
13+
- luci: SQM values are displayed in network map.
14+
- luci: Parameter "physicallayer" is displayed and editable in section "network > interfaces".
15+
- luci: Parameter "MPTCP" is displayed in overview of section "network > interfaces".
16+
- luci: Service list shown in register page is ordered alphabetically
17+
- overthebox: Add tools otb-action-speedtest-udp to measure UDP bandwidth.
18+
- overthebox: Add support for interface parameter "physicallayer", which can be used to define link technology (4g, 5g, adsl, vdsl, ethernet, satelitte). This allows improvement in configuration tunning for auto-sqm and glorytun.
19+
- auto-sqm: Auto-detect physical layer.
20+
- auto-sqm: Automatically set SQM "link layer adaptation" on interface with "physicallayer" parameter set to ADSL/VDSL.
21+
22+
### Fixed
23+
- glorytun: Disable auto rate on interface with "physicallayer" set to 4G/5G. This option introduced some instability on this kind of links.
24+
- glorytun: Reduce max rate on interface with "physicallayer" set to ADSL/VDSL. The new rate accurately reflects bandwith limitation of this technologies.
25+
- overthebox: Suppress mmcli error output in scripts to avoid unnecessary logs.
26+
- luci: Fix an issue on multipath graph when a label with first character was a number.
27+
- otb-action-speedtest: Speedtest does not run on down interface and on UDP links as it was inaccurate.
28+
- auto-sqm: Fix behaviour on OTB v2b.
29+
930
## [v1.0.3] - 2024-10-21
1031
### Changed
1132
- system: Upgrade to [openWRT 23.05.5](https://openwrt.org/releases/23.05/notes-23.05.5)
@@ -21,7 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2142
- overthebox: Suppress mmcli error output in scripts to avoid unnecessary logs
2243
- luci: Fix an issue on multipath graph when a label with space was set
2344
- otb-action-speedtest: Script output a compliant json when used with -j parameter
24-
2545
### Removed
2646
- luci: Removed deprecated traffic control options from interface configuration pages.
2747

CHANGELOG_fr.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ Le format est basé sur [Keep a Changelog](https://keepachangelog.com/fr/1.1.0/)
66
et le projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
# v1.0
9+
## [v1.0.4] - 2024-12-20
10+
### Modifications
11+
- openwrt: Ajout des paquets optionnels luci-proto-wireguard, wireguard-tools, luci-app-pbr, pbr.
12+
- luci: L'action otb-action-speedtest peut être éxécutée depuis l'interface web.
13+
- luci: Les valeurs SQM sont affichées sur la carte réseau.
14+
- luci: Le paramètre "physicallayer" est affiché et modifiable dans la section "réseau > interfaces".
15+
- luci: Le paramètre MPTCP est affiché dans l'overview de la section "réseau > interface".
16+
- luci: La liste des services affichés sur la page enregistrement sont ordonné alphabétiquement.
17+
- overthebox: Ajout de l'outil otb-action-speedtest-udp pour mesurer la bande passante UDP.
18+
- overthebox: Ajout du support du paramètre "physicallayer", ce paramètre permet de mieux définir la technologie des liens (4g, 5g, adsl, vdsl, ethernet, satelitte). Cela permet d'optimiser la configuration d'auto-sqm, ainsi que glorytun.
19+
- auto-sqm: Configuration automatique du paramètre "physicallayer".
20+
- auto-sqm: Configuration automatique du paramètre SQM "link layer adaptation" sur les interfaces avec le paramètre "physicallayer" positionné sur ADSL/VDSL.
21+
22+
### Corrections
23+
- glorytun: Désactivation de l'option "auto rate" sur les interfaces avec le paramètre "physicallayer" positionné sur 4G / 5G. Ce paramètre introduit des instablilités sur ce type de liens.
24+
- glorytun: Réduction du paramètre "max rate" sur les interfaces avec le paramètres "physicallayer" positionné sur ADSL/VDSL. Le nouveau ratio réflète plus précisément les limitations de bande passante de ces technologies.
25+
- overthebox: Les erreurs de l'outil mmcli ne sont plus prises en compte dans les scripts pour éviter des logs inutiles.
26+
- luci: Résolution d'un problème sur le graph multipath quand l'interface utilise un label avec un chiffre en premier charactère.
27+
- otb-action-speedtest: Le speedtest ne s'exécute plus sur les interfaces sans connectivité, ainsi que sur les liens UDP, les résultats sur ce type de lien étant inexacte.
28+
- auto-sqm: Correction du comportement sur OTB v2b.
929

1030
## [v1.0.3] - 2024-10-21
1131
### Modifications

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OverTheBox
22

3-
Version: v1.0.3
3+
Version: v1.0.4
44

55
OverTheBox is an open source solution developed by OVHcloud to aggregate and encrypt multiple internet connections and terminates it over OVHcloud infrastructure which make clients benefit security, reliability, net neutrality, as well as dedicated public IPv4.
66

0 commit comments

Comments
 (0)