MikroTik Changelog Tracker
← Back to search All components

Component: console

368 changelog entries across 91 version(s)

Releases by channel (stacked)

6.46.1 Stable 2019-Dec-13 (6 years ago)
  • fixed "clear-history" restoring historic actions after power cycle;
  • removed "edit" and "set" actions from "System/History" menu;
6.46 Stable 2019-Dec-02 (6 years ago)
  • added bitwise operator support for "ip6" data type;
  • fixed "address" column width when printing DHCPv4 leases;
  • fixed IP conversion to "num" data type;
  • fixed "tobool" conversion;
  • properly detect IPv6 address as "ip6" data type;
6.44 Stable 2019-Feb-25 (7 years ago)
  • renamed IP protocol 41 to "ipv6-encap";
  • updated copyright notice;
6.43.8 Stable 2018-Dec-21 (7 years ago)
  • properly remove system note after configuration reset;
6.42.11 Long-term 2018-Dec-21 (7 years ago)
  • properly remove system note after configuration reset;
6.43 Stable 2018-Sep-06 (7 years ago)
  • added "dont-require-permissions" parameter for scripts;
  • added error log message when netwatch tries to execute script with insufficient permissions;
  • added error log message when scheduler tries to execute script with insufficient permissions;
  • do not show spare parameters on ping command;
  • made "once" parameter mandatory when using "as-value" on "monitor" commands;
  • removed automatic swapping of "from=" and "to=" in "for" loops;
6.42.4 Stable 2018-Jun-15 (7 years ago)
  • fixed script permissions if script is executed by other RouterOS service;
6.42.2 Stable 2018-May-17 (7 years ago)
  • fixed type "on" and "wireless-status" LED trigger value setting (introduced in v6.42.1);
6.42 Stable 2018-Apr-13 (7 years ago)
  • fixed "idpr-cmtp" protocol by changing its value from 39 to 38;
  • improved console stability after it has not been used for a long time;
6.40.7 Long-term 2018-Mar-29 (7 years ago)
  • do not allow variables that start with digit to be referenced without "$" sign;
6.41.3 Stable 2018-Mar-08 (7 years ago)
  • do not allow variables that start with digit to be referenced without "$" sign;
6.41 Stable 2017-Dec-22 (8 years ago)
  • do not stop "/certificate sign" process if console times out in 1 minute;
  • removed "/setup";
6.39.3 Long-term 2017-Oct-12 (8 years ago)
  • fixed different command auto complete;
6.38.7 Long-term 2017-Jun-20 (8 years ago)
  • fixed "/ip neighbor discovery" export;
  • fixed unexpected console crash when using variables as functions;
  • instead of true/false report yes/no as LCD enabled state;
6.39.2 Stable 2017-Jun-01 (8 years ago)
  • fixed "No such file or directory" warnings on upgrade reboots;
6.39 Stable 2017-Apr-27 (8 years ago)
  • fixed "/ip neighbor discovery" export;
  • fixed DHCP/PPP add-default-route distance minimal value to 1;
  • fixed crash;
  • fixed incorrect ":put [/lcd get enabled]" value;
6.38 Stable 2016-Dec-30 (9 years ago)
  • fixed multi argument value unset;
6.37.1 Stable 2016-Sep-30 (9 years ago)
  • fixed typo in web-proxy (passthru to passhtrough);
6.37 Stable 2016-Sep-23 (9 years ago)
  • hotspot setup show wrong certificate name;
6.36 Stable 2016-Jul-20 (9 years ago)
  • fixed get false function;
  • show message time in echo log messages;
6.35 Stable 2016-Apr-14 (9 years ago)
  • fixed print follow in "/ip dns cache" menu;
  • show RouterOS Version in /interface wireless scan;
  • sort completions/hints in natural order;
  • update copyright notice;
6.34.4 Stable 2016-Mar-24 (9 years ago)
  • allow unknown scan-list names on wireless configuration to fix import;
6.34 Stable 2016-Jan-29 (10 years ago)
  • fixed crash on creating variable with "?" in it;
  • fixed incorrect disabled firewall rule matching to "invalid flag";
6.30 Stable 2015-Jul-08 (10 years ago)
  • allow users with 'policy' policy to change script owner;
  • values of $".id", $".nextid" and $".dead" are avaliable for use in 'print where' expressions;
  • ':execute' command now accepts script source in "{}" braces, like '/system scripts add source=' does;
  • ':execute' command now returns internal number of running job, that can be used to check and stop execution. For example: :local j [:execute {/interface print follow where [:log info "$name"]}] :delay 10s :do { /system script job remove $j } on-error={}
  • firewall 'print' commands now show all entries including dynamic, 'all' argument now has no effect;
6.29 Stable 2015-May-27 (10 years ago)
  • allow '-' characters in unknown command argument names;