@@ -6,6 +6,49 @@ This file lists modifications introduced by each version.
66
77* empty
88
9+ ## [ 1.1.1] - 2019/09/26
10+
11+ ### Topology class modifications
12+
13+ [[ issue 74]] [ issue: #74 ]
14+
15+ In order to better match the behavior introduced around ` Topology.getOrientation() ` in [[ issue 49]] [ issue: #49 ] , the
16+ following modifications have been applied:
17+ * ` Topology.addConnectivityListener(ConnectivityListener, Orientation) ` and
18+ ` Topology.removeConnectivityListener(ConnectivityListener, Orientation) ` have been added
19+ * ` Topology.addConnectivityListener(ConnectivityListener, boolean) ` and
20+ ` Topology.removeConnectivityListener(ConnectivityListener, boolean) ` have been marked ** deprecated**
21+
22+ Please use ` Topology.addConnectivityListener(ConnectivityListener, Orientation) ` and
23+ ` Topology.removeConnectivityListener(ConnectivityListener, Orientation) ` instead.
24+ * ` Topology.addConnectivityListener(ConnectivityListener) ` and
25+ ` Topology.removeConnectivityListener(ConnectivityListener) ` 's behaviors are changed
26+
27+ They now takes ` Topology.getOrientation() ` into account when registering/unregistering a listener.
28+ Previously, it always worked on undirected events.
29+
30+ [ issue: #74 ] : https://github.com/jbotsim/JBotSim/issues/74
31+
32+ ### PlainTopologySerializer class modifications
33+
34+ ** Bug fix in PlainTopologySerializer:**
35+
36+ * ` PlainTopologySerializer.importFromString() ` does not clear the ` Topology ` anymore [[ issue 72]] [ issue: #72 ]
37+
38+ [ issue: #72 ] : https://github.com/jbotsim/JBotSim/issues/72
39+
40+ ### New icon in the jbotsim-icons module
41+
42+ ` jbotsim-icons ` /` io.jbotsim.ui.icons `
43+
44+ * A cross-shaped new icon has been added [[ issue 73]] [ issue: #73 ]
45+ * ` jbotsim-icons ` /` io/jbotsim/ui/icons/plus.png `
46+
47+ As usual, it's path can be accessed using the corresponding constant ` Icons.PLUS ` .
48+
49+ [ issue: #73 ] : https://github.com/jbotsim/JBotSim/issues/73
50+
51+
952## [ 1.1.0] - 2019/09/10
1053
1154### Topology, Node and Link classes modifications
@@ -764,6 +807,7 @@ have executed their onStart() method before that, you may simply call start()
764807on your topology immediately followed by a call to pause().
765808(Eventually we will provide an atomic call to this effect.)
766809
767- [ Unreleased ] : https://github.com/acasteigts/JBotSim/compare/v1.1.0...develop
768- [ 1.1.0 ] : https://github.com/acasteigts/JBotSim/compare/v1.0.0...v1.1.0
769- [ 1.0.0 ] : https://github.com/acasteigts/JBotSim/compare/v1.0.0-beta03...v1.0.0
810+ [ Unreleased ] : https://github.com/jbotsim/JBotSim/compare/v1.1.1...develop
811+ [ 1.1.1 ] : https://github.com/jbotsim/JBotSim/compare/v1.1.0...v1.1.1
812+ [ 1.1.0 ] : https://github.com/jbotsim/JBotSim/compare/v1.0.0...v1.1.0
813+ [ 1.0.0 ] : https://github.com/jbotsim/JBotSim/compare/v1.0.0-beta03...v1.0.0
0 commit comments