source: tspsg/ChangeLog.md @ 50b202f04d

appveyorimgbotreadme
Last change on this file since 50b202f04d was 50b202f04d, checked in by Oleksii Serdiuk, 10 years ago

Converted README, INSTALL and ChangeLog? files into Markdown format.

  • Property mode set to 100644
File size: 6.2 KB
Line 
1TSP Solver and Generator ChangeLog
2==================================
3
4
5TSPSG v0.1.4 beta 2 (build 170)
6-------------------------------
7
8### WHAT'S NEW ###
9
10  - Support for embedded base64 encoded images when saving solution as
11    HTML (Ticket #4).
12  - The ability to setup page-related options for printing (Ticket #5).
13  - Solution graph size can now be controlled using Output/GraphWidth
14    setting in tspsg.ini. Value is in centimeters. (Ticket #8)
15
16
17### CHANGES & IMPROVEMENTS ###
18
19  - Any value that is entered into task table and doesn't contain
20    numbers is considered an infinity.
21  - Some error messages are more verbose.
22  - Removed a prompt about turning off language autodetection when
23    selecting a language.
24  - Handheld version includes larger icons (48x48 instead of 32x32).
25  - If after running Save As dialog file name doesn't have an extension
26    .tspt will be automatically appended.
27  - Translucency effect is available on all desktop platforms. No check
28    for its support by window system is made at this moment. Blur is
29    only available in Windows Vista or higher.
30
31
32### BUGFIXES ###
33
34  - Bug #2: Solution graph is too small on high resolution screens.
35  - Bug #3: Solution graph font size should be fixed.
36  - Bug #6: Bug: Actions in Options Menu.
37  - Bug #7: No Cancel option in Unsaved Changes dialog under Symbian.
38  - Bug #9: Solution graph is still exported to HTML when graph
39    generation is disabled.
40  - Language name was not loaded in its menu item's status tip which
41    caused status tip to be "Set application language to ".
42  - Icons in toolbar configuration dialog didn't follow style and one
43    of them wasn't shown.
44
45
46TSPSG v0.1.3 beta 1 (build 145)
47-------------------------------
48
49### WHAT'S NEW ###
50
51  + Solution graph generation.
52  + Support for switching between available Qt styles.
53  + Toolbar customization support (only on desktop platforms).
54  + An option to remember last used directory when saving and opening.
55  + Automatically check for updates at the given interval option (only
56    on Windows platform at this moment).
57
58
59### IMPROVEMENTS ###
60
61  + Improved the solution output generation algorithm. It is now about
62    1.65 times faster.
63  + Dragging and dropping task file on the main window now opens it.
64  + The deafult output font is now DejaVu LGC Sans Mono and it comes
65    "embedded" in the executable.
66  + The current desktop icon theme in Linux is now used if it follows
67    freedesktop.org icon theme and icon naming spesifications.
68  + Translations are now "embedded" in the executable but may be
69    overrided by placing files with the same names in l10n folder.
70  + Support for Windows 7 Taskbar Extensions (namely, Progress Bars).
71
72
73### CHANGES ###
74
75  * About dialog was "tabified". Added GPL License and Credits tabs.
76  * Platform dependent settings (e.g. paths) are saved per-platform.
77  * 32x32 icons are used on handheld platforms. This slightly decreases
78    the size of handheld versions. Desktop icons are still 128x128.
79  * Windows binary builds were moved from MSVC to Mingw-w64: no more
80    Visual C++ Runtime dependency.
81
82
83### BUGFIXES ###
84
85  - Solution related actions not disabled when solution is canceled.
86  - "Autosize" setting was never saved and was always on.
87
88
89
90TSPSG v0.1.2 alpha 2 (build 100)
91--------------------------------
92
93### WHAT'S NEW ###
94
95  + New TSPSG icon.
96  + Symmetric mode: in this mode the cost of travel from city 1 to
97    city 2 and vice versa is the same.
98  + Printing of solution results (if the platform supports it).
99  + Saving solution to PDF (if the platform supports printing).
100  + An ability to reset all settings to their defaults: hold Shift
101    while clicking Save button in the Settings Dialog.
102  + An ability to generate fractional random numbers.
103  + An ability to set the fractional accuracy (in decimail places).
104  + An ability to select between using native and Qt's file dialogs
105    when opening and saving tasks and solutions.
106  + An ability to disable showing of the solution steps' matrices in
107    solution output.
108  + An ability to enable scroll to the end of the solution output after
109    solving.
110  + An ability ot enable automatic resize of columns and rows to their
111    contents on its change.
112  + Basic support for Symbian.
113  + Check for updates functionality (only in Windows version at this
114    moment).
115
116
117### IMPROVEMENTS ###
118
119  + Improved the solution algorithm.
120  + The maximum number of cities in task was increased to 50.
121    NOTE: Showing the solution steps' matrices is disabled by default
122    for tasks with more than 15 cities to considerably speed up the
123    generation of the solution output process.
124  + List of alternate candidates for branching is now displayed.
125  + Warning about possible non-optimal result.
126  + Open a file, passed as command-line argument.
127  + Currently opened file name is displayed in the Main Window title.
128  + "Save Solution" and "Back to Task" buttons in Solution tab for
129    better usability.
130  + The size of the toolbar buttons is now determined based on the
131    device DPI in Windows Mobile and Symbian.
132  + SIP show/hide handling in Windows Mobile.
133  + Toolbar state and position are now saved and restored with the Main
134    Window state and position.
135  + Window translucency support in Windows Vista and Windows 7.
136
137
138### CHANGES ###
139
140  * The resulting path is now sorted, always starts from City 1 and has
141    "City 1 -> City n -> ... -> City 1" format.
142  * Translations were moved from i18n to l10n folder to follow common
143    standards.
144  * Reworked the Settings Dialog layout.
145  * Reworked the About dialog.
146
147
148### BUGFIXES ###
149
150  - A solution couldn't be found for some tasks while the task had at
151    least one solution (mostly, tasks with a lot of restrictions).
152  - An error when loading .zkt file with less than 5 cities.
153  - Generated random numbers were not in the range defined by Minimum
154    and Maximum settings.
155
156
157
158TSPSG v0.1.1 alpha 1 (build 42)
159-------------------------------
160
161This is initial TSPSG release.
162
163### FEATURES ###
164
165  * Solving taks with up to 5 cities.
166  * Generating tasks.
167  * Saving solution results to HTML and ODF.
168  * Importing tasks from ZKomModRd.
169  * Multilinguality: English, Russian and Ukrainian languages.
170  * Linux/UNIX, Windows and Windows Mobile support.
171
172
173$Id: $Format:%h %ai %an$ $
174$URL: http://tspsg.info/ $
Note: See TracBrowser for help on using the repository browser.