From 4675985480e9290b386611086c69af4dacd1dcea Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 29 Nov 2024 15:30:06 +0100 Subject: [PATCH] reforis: update to version 3.2.0 * Add & update Weblate translations * Update Foris JS library to v6.5.0 * Update reforis_screenshot.png * Update ThreatDetectionCard to allow optional isInstalled prop * Fix table text color in dark mode * Refactor OpenVPNCard on Overview page * Refactor LibrespeedCard component * Refactor DHCP client tables to use RichTable component for improved display * Refactor FactoryReset and Reboot to use ActionButtonWithModal component * Refactor LanguageDropdown to use language names instead of codes * Rename "Dark Mode" to "Theme" in dropdown header --- web/reforis/reforis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/reforis/reforis/Makefile b/web/reforis/reforis/Makefile index 714220072..50997ea04 100644 --- a/web/reforis/reforis/Makefile +++ b/web/reforis/reforis/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=reforis -PKG_VERSION:=3.1.1 +PKG_VERSION:=3.2.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/reforis/reforis -PKG_MIRROR_HASH:=29ce980af2161a32d919229e900aa44ecce375307a283011023e34c2ffbbfa8b +PKG_MIRROR_HASH:=4cb6a86e38c01ad333fc8b33ae135d3776e70958617fd5af8a9b3e53cd8aa19e PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_MAINTAINER:=CZ.NIC