source: tspsg/ChangeLog @ a23f4c292f

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme 0.1.2.100-alpha2
Last change on this file since a23f4c292f was a23f4c292f, checked in by Oleksii Serdiuk, 14 years ago

Added ChangeLog? and updated documenation to contain actual revision info for the header files.

NB: This will be the second public alpha release.

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