forked from flathub/com.mikrotik.WinBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.mikrotik.WinBox.appdata.xml
More file actions
93 lines (93 loc) · 5.7 KB
/
com.mikrotik.WinBox.appdata.xml
File metadata and controls
93 lines (93 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.mikrotik.WinBox</id>
<launchable type="desktop-id">com.mikrotik.WinBox.desktop</launchable>
<name>WinBox</name>
<developer_name>SIA Mikrotīkls</developer_name>
<summary>RouterOS administration tool</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LicenseRef-proprietary</project_license>
<description>
<p>**NOTE: This wrapper is not verified by, affiliated with, or supported by MikroTik.**</p>
<p>
WinBox is a small utility that allows the administration of
MikroTik RouterOS using a fast and simple GUI. All WinBox
interface functions are as close as possible mirroring the
console functions, that is why there are no WinBox sections
in the manual.
</p>
</description>
<url type="homepage">https://mikrotik.com</url>
<url type="help">https://help.mikrotik.com/docs/display/ROS/WinBox</url>
<url type="bugtracker">https://mikrotik.com/support</url>
<screenshots>
<screenshot type="default" environment="gnome">
<image>https://raw.githubusercontent.com/flathub/com.mikrotik.WinBox/refs/heads/master/screenshots/winbox-main-light.png</image>
<caption>Login screen</caption>
</screenshot>
<screenshot environment="gnome:dark">
<image>https://raw.githubusercontent.com/flathub/com.mikrotik.WinBox/refs/heads/master/screenshots/winbox-main-dark.png</image>
<caption>Login screen</caption>
</screenshot>
<screenshot environment="gnome">
<image>https://raw.githubusercontent.com/flathub/com.mikrotik.WinBox/refs/heads/master/screenshots/winbox-list-light.png</image>
<caption>List of interfaces and bridge ports</caption>
</screenshot>
<screenshot environment="gnome:dark">
<image>https://raw.githubusercontent.com/flathub/com.mikrotik.WinBox/refs/heads/master/screenshots/winbox-list-dark.png</image>
<caption>List of interfaces and bridge ports</caption>
</screenshot>
<screenshot environment="gnome">
<image>https://raw.githubusercontent.com/flathub/com.mikrotik.WinBox/refs/heads/master/screenshots/winbox-propbox-light.png</image>
<caption>Interface property sheet</caption>
</screenshot>
<screenshot environment="gnome:dark">
<image>https://raw.githubusercontent.com/flathub/com.mikrotik.WinBox/refs/heads/master/screenshots/winbox-propbox-dark.png</image>
<caption>Interface property sheet</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="4.1" date="2026-04-13">
<description>
<p>What's new:</p>
<ul>
<li>form: improve "address" field by allowing to select Interface and VRF fields (where supported);</li>
<li>form: allow opening linked object or its parent table for certain fields (e.g., when adding an IP address and selecting an interface from the dropdown, it is possible to open either the interface table or the selected interface);</li>
<li>form: add support for input field postfix;</li>
<li>form: add support for min/max row count limit for multi fields;</li>
<li>form: add support for monospace font in scripts;</li>
<li>form: add support for new "note" attribute which shows documentation or hints on label hover;</li>
<li>form: change style of multi field plus/minus buttons;</li>
<li>form: fix "hyperlink" field type (IP/Routes Immediate Gateway);</li>
<li>form: fix sorting for some fields;</li>
<li>form: increase minimal width for combobox and multi-selection fields;</li>
<li>mdi: fix resizing when window was moved to top or left side and then resized;</li>
<li>mdi: move window resize mouse area 1px deeper within content;</li>
<li>mdi: try to move whole window into workspace when (re)opening;</li>
<li>table: change disabled row icon color;</li>
<li>table: fix warnings printed in app output;</li>
<li>table: make New button with dropdown expand full available height;</li>
<li>table: send only disable/enable attribute when disabling/enabling row;</li>
<li>table: try to fix Windows on ARM rendering issues;</li>
<li>table: update some firewall table icons to stand out more;</li>
<li>ui: fix Cancel button focus in file transfer progress dialog;</li>
<li>ui: increase combobox popup's minimal width;</li>
<li>ui: make checkbox/radio/tooltip background color darker in light mode;</li>
<li>ui: make search result rows a little taller;</li>
<li>ui: simplify error message with MAC connection when device is not responding;</li>
<li>add new field type support used by future RouterOS version;</li>
<li>change intermediary certificate for Windows executable signing;</li>
</ul>
</description>
</release>
<release version="4.0.1" date="2026-02-16">
<description>
<p>What's new:</p>
<ul>
<li>table: fixed a visual issue in tables with tree structure where last element is collapsed;</li>
</ul>
</description>
</release>
</releases>
</component>