source: tspsg-svn/trunk/ChangeLog @ 103

Last change on this file since 103 was 103, checked in by laleppa, 14 years ago

Merged with 0.1.2.100-alpha2 tag...

  • Property svn:keywords set to Id URL
File size: 3.1 KB
Line 
1===========================================
2 TSPSG: TSP Solver and Generator Changelog
3===========================================
4
5$Id: ChangeLog 103 2010-04-08 22:58:55Z laleppa $
6$URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/ChangeLog $
7
8
9TSPSG v0.1.2 alpha 2 (build 100)
10================================
11
12WHAT'S NEW
13----------
14
15  + New TSPSG icon.
16  + Symmetric mode: in this mode the cost of travel from city 1 to
17    city 2 and vice versa is the same.
18  + Printing of solution results (if the platform supports it).
19  + Saving solution to PDF (if the platform supports printing).
20  + An ability to reset all settings to their defaults: hold Shift
21    while clicking Save button in the Settings Dialog.
22  + An ability to generate fractional random numbers.
23  + An ability to set the fractional accuracy (in decimail places).
24  + An ability to select between using native and Qt's file dialogs
25    when opening and saving tasks and solutions.
26  + An ability to disable showing of the solution steps' matrices in
27    solution output.
28  + An ability to enable scroll to the end of the solution output after
29    solving.
30  + An ability ot enable automatic resize of columns and rows to their
31    contents on its change.
32  + Basic support for Symbian.
33  + Check for updates functionality (only in Windows version at this
34    moment).
35
36
37IMPROVEMENTS
38------------
39
40  + Improved the solution algorithm.
41  + The maximum number of cities in task was increased to 50.
42    NOTE: Showing the solution steps' matrices is disabled by default
43    for tasks with more than 15 cities to considerably speed up the
44    generation of the solution output process.
45  + List of alternate candidates for branching is now displayed.
46  + Warning about possible non-optimal result.
47  + Open a file, passed as command-line argument.
48  + Currently opened file name is displayed in the Main Window title.
49  + "Save Solution" and "Back to Task" buttons in Solution tab for
50    better usability.
51  + The size of the toolbar buttons is now determined based on the
52    device DPI in Windows Mobile and Symbian.
53  + SIP show/hide handling in Windows Mobile.
54  + Toolbar state and position are now saved and restored with the Main
55    Window state and position.
56  + Window translucency support in Windows Vista and Windows 7.
57
58
59CHANGES
60-------
61
62  * The resulting path is now sorted, always starts from City 1 and has
63    "City 1 -> City n -> ... -> City 1" format.
64  * Translations were moved from i18n to l10n folder to follow common
65    standards.
66  * Reworked the Settings Dialog layout.
67  * Reworked the About dialog.
68
69
70BUGFIXES
71--------
72
73  - A solution couldn't be found for some tasks while the task had at
74    least one solution (mostly, tasks with a lot of restrictions).
75  - An error when loading .zkt file with less than 5 cities.
76  - Generated random numbers were not in the range defined by Minimum
77    and Maximum settings.
78
79
80
81TSPSG v0.1.1 alpha 1 (build 42)
82===============================
83
84This is initial TSPSG release.
85
86FEATURES
87--------
88
89  * Solving taks with up to 5 cities.
90  * Generating tasks.
91  * Saving solution results to HTML and ODF.
92  * Importing tasks from ZKomModRd.
93  * Multilinguality: English, Russian and Ukrainian languages.
94  * Linux/UNIX, Windows and Windows Mobile support.
Note: See TracBrowser for help on using the repository browser.