This commit is contained in:
parent
ea51c0fd89
commit
edf273982a
26
CHANGELOG
26
CHANGELOG
|
@ -1,4 +1,22 @@
|
|||
Version 0.99d
|
||||
Planned for version 1.0:
|
||||
- Make sub-map list scrollable
|
||||
- Implement line style (and/or width?) function
|
||||
- Implement delete current map function
|
||||
|
||||
Ideas for future versions:
|
||||
- Fix the bug where netmapr crashes on my 24-bit Truecolour display under
|
||||
Solaris (and possibly other platforms)
|
||||
- Export diagrams to XML
|
||||
- Export diagrams to some format which Visio can import
|
||||
- Perhaps change to SVG for objects
|
||||
- Add more objects (eg. broadband router, VPN concentrator, etc)
|
||||
- Snap-to-grid feature
|
||||
- Make size+position matching work for text (currently only works on objects)
|
||||
- Implement a toggle-able traffic flow display (for example, you might click
|
||||
a button and have arrows appear to show all SMTP mail flows)
|
||||
- Ability to select multiple items at once
|
||||
|
||||
Version 0.99d:
|
||||
- Added readonly mode if argv[0] contains "view"
|
||||
- Modified makefiles to include netmapr-viewer
|
||||
- Fixed "make install" - now actually uses install(1)
|
||||
|
@ -6,7 +24,7 @@ Version 0.99d
|
|||
- Modified loadmap() function to better cope with future versions
|
||||
- Bumped version to v0.99d
|
||||
|
||||
Version 0.99c
|
||||
Version 0.99c:
|
||||
- Added new object - wireless router
|
||||
- Added new object - PDA
|
||||
- Added new object - laptop
|
||||
|
@ -14,7 +32,7 @@ Version 0.99c
|
|||
- Added the ability to edit existing text - either double click the text
|
||||
or select it then press 'e' or 'F2'.
|
||||
|
||||
Version 0.99b
|
||||
Version 0.99b:
|
||||
- Changed from dodgy homemade vector font to TTF font (verdana)
|
||||
- Now requires SDL_ttf (and hence freetype)
|
||||
- Can now resize text on top of objects without having to move the text off
|
||||
|
@ -22,7 +40,7 @@ Version 0.99b
|
|||
- Added example network diagram.
|
||||
|
||||
|
||||
Version 0.99a
|
||||
Version 0.99:
|
||||
- Redrew router and firewall objects to be more Cisco-like.
|
||||
- Corrected random crash when running under Windows
|
||||
- Added more keyboard shortcuts
|
||||
|
|
Loading…
Reference in New Issue