Skip to content

Commit

Permalink
updates for 1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Aug 5, 2024
1 parent 53b13e5 commit 0e5bc94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 05 Aug 2024 18:25:17 -0400

allmon3 (1.3.1-1) stable; urgency=medium

* Fix regression in generating menu links (#234)
Expand Down

0 comments on commit 0e5bc94

Please sign in to comment.