Skip to content

Releases: openwisp/netjsonconfig

0.5.4 [2017-02-14]

14 Feb 09:57
Compare
Choose a tag to compare

0.5.3 [2017-01-17]

17 Jan 14:48
Compare
Choose a tag to compare
  • #56: [general] Implemented smarter merge mechanism
  • #57: [openwrt] Fixed interface enabled bug
  • 7a152a3: [openwrt] Renamed enabled to disabled in OpenVPN section (for consistency)

0.5.2 [2016-12-29]

29 Dec 11:23
Compare
Choose a tag to compare
  • #55: [vars] Fixed broken evaluation of multiple variables

0.5.1 [2016-09-22]

22 Sep 13:19
Compare
Choose a tag to compare
  • b486c4d: [openvpn] corrected wrong client mode, renamed to p2p
  • c7e51c6: [openvpn] added pull option for clients
  • dde3128: [openvpn] differentiate server between manual, routed and bridged

0.5.0 [2016-09-19]

19 Sep 14:55
Compare
Choose a tag to compare
  • added OpenVpn backend
  • afbc3a3: [openwisp] fixed openvpn integration (partially backward incompatible)
  • 1234c34: [context] improved flexibility of configuration variables
  • #54: [openwrt] fixed netmask issue on ipv4

0.4.5 [2016-09-05]

05 Sep 13:58
Compare
Choose a tag to compare
  • #53: [docs] avoid ambiguity on dashes in context
  • #52: [schema] added countries list as enum for radios (thanks to @zachantre)

0.4.4 [2016-06-27]

27 Jun 09:00
Compare
Choose a tag to compare
  • #50: [openwrt] add logical name to all generated configuration items

0.4.3 [2016-04-23]

23 Apr 15:31
Compare
Choose a tag to compare
  • c588e5d: [openwrt] avoid adding dns and dns_search if proto is none

0.4.2 [2016-04-11]

11 Apr 09:46
Compare
Choose a tag to compare
  • 92f9a43: [schema] added human readable values for mode access_point and 802.11s
  • #47: [openwrt] improved encryption support
  • 1a4c493: [openwrt] igmp_snooping now correctlt defaults to True
  • #49: [schema] added descriptions and titles

0.4.1 [2016-04-04]

04 Apr 14:00
Compare
Choose a tag to compare
  • b903c6f: [schema] corrected wrong ipv4 minLength and maxLength
  • de98ae6: [schema] fixed interface minLength attribute
  • 4679282: [schema] added regexp pattern for interface mac address (can be empty)
  • 067b471: [schema] switched order between MTU and MAC address properties
  • 26b62dd: [schema] added pattern for wireless BSSID attribute
  • 11da509: [openwrt] added regexp pattern to maclist elements
  • b061ee4: [openwrt] fixed empty output bug if addresses is empty list
  • 7f74209: [openwrt] removed support for chanbw for types ath5k and ath9k
    (backward incompatible)
  • #46: [schema] introduced different profiles for radio settings
  • 6ab9d5b: [openwrt] added support for "Automatic Channel Selection"
  • #48: [openwrt] improved support for config lists
  • 9f93776: [openwrt] simplified definition of custom interface "proto" options
  • a5f63f0: [openwrt] allow to override general dns and dns_search settings
  • 1b58f97: [schema] added stp (spanning tree protocol) property on bridge interfaces
  • bfbf23d: [openwrt] added igmp_snooping property on bridge interfaces
  • 269c7bf: [openwrt] added isolate property on wireless access points
  • 2cbc242: [openwrt] fixed autostart when False
  • 85bd7dc: [openwrt] fixed mac address override on interfaces
  • 45159e8: [openwrt] allow overriding htmode option
  • b218f7d: [schema] added enum_titles in encryption protocols
  • ef8c296: [schema] validate general hostname format
  • 2f23cfd: [schema] validate interface ipv4 address format
  • 612959e: [openwrt] validate ntp server hostname format
  • f1116f0: [schema] validate dns_search hostname format #42
  • 372d634: [openwrt] do not set dns to dhcp interfaces