Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Releases: TwoWheelDev/gns3-converter

v1.2.4

20 Dec 15:18
Compare
Choose a tag to compare
  • Fix error with adding slot0 on a C7200
  • Make cx_Freeze option (thanks to boenrobot)
  • Support border width (thanks to noplay)
  • Add missing C7200-io-FE (thanks to noplay)

v1.2.3

17 Feb 12:07
Compare
Choose a tag to compare

Bugfix Release

  • Ensure the rotation of a shape is defined as a float, rather than string (Fixes #23)

v1.2.2

04 Feb 16:42
Compare
Choose a tag to compare

Bugfix Release

  • Correct the path used for multi-host VPCS configs
    Thanks to rednectar for spotting this.
  • Fix running tests on Windows

v1.2.1

03 Feb 20:13
Compare
Choose a tag to compare

Bugfix Release

  • Fix copying of images when path in topology is relative (Fixes #22)
  • Copy *.png to the base directory of the new project if exists (Fixes #20)
  • Copy VPCS configs to the new multi-host vpcs directory (Fixes #21)
  • Fix shapes and text losing their rotation (Fixes #19)
  • Add default value for Qemu RAM

v1.2.0

10 Dec 15:52
Compare
Choose a tag to compare

Minor update

  • Fix converting shapes that don't have fill_color specified, make them transparent (Fixes #18)
  • Copy instructions to new topology if they are present

v1.1.1

21 Nov 16:33
Compare
Choose a tag to compare

Bug Fix!

  • Fix error with numbering of multiple serial ports

v1.1.0

04 Nov 15:37
Compare
Choose a tag to compare
  • Add new custom exception ConvertError
  • Raise a ConvertError if we can't get a snapshot name
  • Add quiet mode to prevent console output
  • Include mscvr100.dll when compiling for Windows

v1.0.0

03 Nov 12:09
Compare
Choose a tag to compare

Stable release version 1.0!

  • Split out parts of the save function to improve readability
  • Rework the passing of arguments to simplify integration into GNS3
  • Define ellipse and rectangle in shapes dict during init
  • Major improvements to the test-suite (still lots to be done)

v0.5.0

28 Oct 10:12
Compare
Choose a tag to compare

New release!

  • Correctly handle a cloud being in a topology but not connected
  • Correct WIC card numbering for routers. If multiple WICs were installed it would create duplicate port names.
  • Update the snapshot system based upon GNS3v1 snapshot system

v0.4.0

11 Oct 16:39
Compare
Choose a tag to compare
  • Implement support for converting QEMU Based Devices (Qemu VM, ASA, PIX, JUNOS, IDS)