This commit is contained in:
Rob Pearce 2005-10-29 14:31:17 +00:00
parent acd62c5323
commit ea51c0fd89
1 changed files with 41 additions and 0 deletions

41
CHANGELOG Normal file
View File

@ -0,0 +1,41 @@
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)
- Replaced icon with better one
- Modified loadmap() function to better cope with future versions
- Bumped version to v0.99d
Version 0.99c
- Added new object - wireless router
- Added new object - PDA
- Added new object - laptop
- Replaced "hub" object with "hub3d"
- Added the ability to edit existing text - either double click the text
or select it then press 'e' or 'F2'.
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
the object first!
- Added example network diagram.
Version 0.99a
- Redrew router and firewall objects to be more Cisco-like.
- Corrected random crash when running under Windows
- Added more keyboard shortcuts
- Corrected bug in savemap() function, and added convert.c program to convert
old diagram files
- Increased maximum object dimensions
- Increased maximum number of maps
- Increased maximum number of vectors per object
- Object toolbox nows scrolls to show all objects (use q/w or ,/. keys)
- Can now use CTRL+LMB to create links/add points (for 2-button mice)
- Added export to BMP function when save filename ends with ".bmp"
- No longer need to avoid text when double clicking to drill down.
- Added 3d switch object