MikroTik Changelogs
← Back to search All components

Component: console

824 changelog entries across 213 version(s)

Releases by channel (stacked)

6.40.7 Long-term 2018-Mar-29 (8 years ago)
  • do not allow variables that start with digit to be referenced without "$" sign;
6.41.3 Stable 2018-Mar-08 (8 years ago)
  • do not allow variables that start with digit to be referenced without "$" sign;
6.42rc39 Testing 2018-Mar-07 (8 years ago)
  • fixed "idpr-cmtp" protocol by changing its value from 39 to 38;
6.42rc37 Testing 2018-Mar-01 (8 years ago)
  • do not allow variables that start with digit to be referenced without $ sign;
6.42rc30 Testing 2018-Feb-20 (8 years ago)
  • improved console stability after it has not been used for a long time;
6.42rc23 Testing 2018-Feb-07 (8 years ago)
  • fixed "idpr-cmtp" protocol by changing its value from 39 to 38 (CLI only);
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.41rc47 Testing 2017-Oct-18 (8 years ago)
  • removed "/setup";
6.39.3 Long-term 2017-Oct-12 (8 years ago)
  • fixed different command auto complete;
6.41rc32 Testing 2017-Sep-21 (9 years ago)
  • do not stop "/certificate sign" process if console times out in 1 minute;
6.38.7 Long-term 2017-Jun-20 (9 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 (9 years ago)
  • fixed "No such file or directory" warnings on upgrade reboots;
6.39 Stable 2017-Apr-27 (9 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 (10 years ago)
  • fixed get false function;
  • show message time in echo log messages;
6.35 Stable 2016-Apr-14 (10 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 (10 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 (11 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 (11 years ago)
  • allow '-' characters in unknown command argument names;
6.28 Stable 2015-Apr-15 (11 years ago)
  • fixed "in" operator in console;
  • make "/system package update print" work again.
6.27 Stable 2015-Feb-11 (11 years ago)
  • added 'comment' parameter for '/system script'
6.26 Stable 2015-Feb-03 (11 years ago)
  • fixed some missing export entries;