diff --git a/Makefile b/Makefile index 0898ec8..8801a0e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # SRCNAME = Allmon3 PKGNAME = allmon3 -RELVER = 1.3.1 +RELVER = 1.3.2 DEBVER = 1 PKGNAME = allmon3 RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null) diff --git a/debian/changelog b/debian/changelog index 56913e1..ed2e797 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +allmon3 (1.3.2-1) stable; urgency=medium + + * Full support for make install by @jxmx (#239) + * Add cache busting for JS files by @Pross (#236) + * Fix template for Allow/Deny Lists in web.ini by @jxmx (#241) + * custom/ui/menu should return an empty JSON not an HTTP 400 error (#237) + * add hinting to command modals for node population + * fix display errors with local source tx timer + + -- Jason McCormick Mon, 05 Aug 2024 18:25:17 -0400 + allmon3 (1.3.1-1) stable; urgency=medium * Fix regression in generating menu links (#234)