Skip to content

Commit

Permalink
release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelDum committed Oct 3, 2024
1 parent 83e86d5 commit 1e10e61
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# v1.0

## [v1.0.2] - 2024-10-02
### Added
- luci: add help section, with links to ovhcloud & openwrt documentation
- luci: MPTCP status is visible in overview
- openwrt: Add utility package qmi-utils, luci-proto-qmi, hwinfo, lscpu, pciutils and usbutils
- openwrt: Add kernel module kmod-usb-storage-uas
- openwrt: Add optionnal package minicom, speedtest-nperf

### Changed
- luci: Improve random color generation in graph
- luci: Graph in overview section include all available interfaces
- otb-lte-watchdog: Program is properly daemonize

### Fixed
- otb-tracker: LTE module is discovered automatically and no more hardcoded
- luci: Overview don't crash if an interface do not have an associated device
- luci: Remove service preload limit
- overthebox: xtun is removed from configuration on upgrade from v0.9
- lte: Interface is correctly configure on first boot
- lte: Interface metrics are set higher than ethernet interface

### Removed
- luci: Remove realtime graph section in overthebox

## [v1.0.1] - 2024-08-08
### Added
- luci: serviceID can now be copy/paste on register page
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ et le projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

# v1.0

## [v1.0.2] - 2024-10-02
### Ajouts
- luci: Ajout d'une section aide avec les liens vers la documentation ovhcloud et openwrt
- luci: Le status de MPTCP est visible dans l'overview
- openwrt: Ajout des paquets utilitaires qmi-utils, luci-proto-qmi, hwinfo, lscpu, pciutils et usbutils
- openwrt: Ajout du module kernel kmod-usb-storage-uas
- openwrt: Ajout des paquets optionnels minicom, speedtest-nperf

### Modifications
- luci: Amélioration de la génération des couleurs des courbes des graphiques
- luci: Les graphiques de la section overview inclus toutes les interfaces disponibles
- otb-lte-watchdog: Le programme est correctement daemonize

### Corrections
- otb-tracker: Le module LTE est découvert automatiquement et plus mis en dur dans le script
- luci: La page overview ne tombe plus en erreur si une interface n'a pas de device associée
- luci: Suppression de la limite de préchargement sur la page register
- overthebox: xtun est correctement enlevé de la configuration lors de la mise à jour depuis la version v0.9
- lte: L'interface est correctement configuré lors du premier démarrage
- lte: L'inteface LTE n'est plus prioritaire par rapport aux interfaces Ethernet

### Suppressions
- luci: Suppression de la section graphique temps réel

## [v1.0.1] - 2024-08-08
### Ajouts
- luci: Le serviceID peut maintenant être copié/collé sur la page d'enregistrement
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OverTheBox

Version: v1.0.1
Version: v1.0.2

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.

Expand Down
2 changes: 1 addition & 1 deletion feeds/overthebox
Submodule overthebox updated 29 files
+1 −1 README.md
+1 −1 luci-mod-overthebox/Makefile
+0 −252 luci-mod-overthebox/htdocs/luci-static/resources/seedrandom.js
+12 −34 luci-mod-overthebox/htdocs/luci-static/resources/tools/overthebox/graph.js
+0 −12 luci-mod-overthebox/htdocs/luci-static/resources/tools/overthebox/include.js
+10 −0 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/css/custom.css
+0 −212 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/graphs/tunnels.js
+0 −217 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/graphs/wan.js
+43 −0 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/help.js
+4 −1 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/include/30_networkmap.js
+55 −30 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/include/40_graph.js
+0 −3 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/overview.js
+1 −13 luci-mod-overthebox/htdocs/luci-static/resources/view/overthebox/register.js
+153 −115 luci-mod-overthebox/po/fr/luci-mod-overthebox.po
+146 −112 luci-mod-overthebox/po/templates/luci-mod-overthebox.pot
+13 −29 luci-mod-overthebox/root/usr/share/luci/menu.d/luci-mod-overthebox.json
+2 −10 otb-tracker/Makefile
+7 −7 otb-tracker/files/bin/otb-tracker
+0 −0 otb-tracker/files/etc/config/otb-tracker
+0 −0 otb-tracker/files/etc/init.d/otb-tracker
+0 −0 otb-tracker/files/usr/share/otb/post-tracking.d/store-state
+1 −1 overthebox/Makefile
+1 −1 overthebox/files/bin/otb-action-configure
+11 −0 overthebox/files/bin/otb-check-config
+43 −7 overthebox/files/bin/otb-lte-watchdog
+16 −0 overthebox/files/etc/init.d/otb-lte-watchdog
+5 −19 overthebox/files/etc/uci-defaults/1911-lte-interface
+0 −0 overthebox/files/etc/uci-defaults/otb-luci-theme
+0 −3 overthebox/files/lib/overthebox

0 comments on commit 1e10e61

Please sign in to comment.