root/branches/mbutscher/work/WikidPadHelp/data/ChangeLog.wiki @ 250

Revision 250, 13.9 kB (checked in by mbutscher, 2 years ago)

branches/stable-2.0:
2.0_1

branches/stable-2.1:
2.1rc01
* Removed annoying "blinking" on current heading in doc structure

window (thanks to Christian Ziemski)

* Internal: Bug fixed: Non-working old functions for todo handling

still present

branches/mbutscher/work:
2.2beta01
* Internal: Small reorganization (seldom used imports moved into

functions)

* Internal: Bug fixed: Non-working old functions for todo handling

still present

* Progress with file management, now dialogs available but far from

complete

Line 
1++ Change Log
2
3Feb. 27, 2011 (2.2beta01)
4
5    * Support for [.] to refer to current wiki page
6    * Introduced "prel" and "pabs" in URL appendix and automatic
7      adaption of relative links. See [UrlLinking#++ URL Appendix]
8    * Windows binary installer now supports creation of a portable
9      install (no uninstall, no registry or start menu changes)
10    * Incremental search now also supported in inline diff view
11    * Removed annoying "blinking" on current heading in
12      doc structure window (thanks to Christian Ziemski)
13    * Introduced splash window.
14      See [OptionsDialog#*Show splash screen*]
15
16    * Bug fixed: Autocompletion for anchors treated wiki links as
17      wiki words (no relative or absolute paths supported)
18    * Bug fixed: Error in error handling for unknown wiki language
19      tag on opening a wiki
20    * Bug fixed: Problems with IE 6 on Win XP SP2 reduced (problems
21      with iframe remain)
22    * Bug fixed: Sometimes relative links not possible due to
23      undesired case sensitivity
24    * Bug fixed: "SetCallFilterEvent" not supported by older
25      wxPython versions
26
27
28
29Jan. 30, 2011 (2.1beta11)
30
31This version needs a rebuild of the index if you enabled indexed
32search. This is done automatically in the background but may
33initially lead to higher CPU load and incomplete results of index
34searches.
35
36Creators of derived WikidPad parsers should merge changes from
37official parser
38
39    * Option for translating menu accelerators for special keyboard
40      layouts where ctrl-level has other layout than base level.
41      See [OptionsDialog#*Translate menu accelerators for keyboard layout*]
42    * Option to show iframe content from external sources inside
43      the HTML IE preview.
44      See [Options HTML preview_export#*Show iframes inside IE preview*]
45    * Experimental: Windows: Option to let scroll-wheel scroll
46      windows under pointer. Doesn't work for some windows.
47      See [OptionsDialog#*Scroll under pointer*]
48    * Index search: Highlight found terms and jump to one found
49      term on double-click
50    * Removed plus signs in front of headings in page structure
51      view, used indentation instead
52
53    * Several bug fixes regarding "whoosh" (index search)
54    * Bug fixed: Windows: "Invalid handle" error on command line
55      bridge insertion plugins
56    * Bug fixed: Autocompletion for anchors treated wiki links as
57      wiki words (no relative or absolute paths supported)
58
59    * Internal, index search: Store a format number for search
60      index and rebuild index if number doesn't match the format
61      of current WikidPad version
62
63
64
65Dec. 27, 2010 (2.1beta10)
66
67Creators of derived WikidPad parsers should merge changes from
68official parser
69
70    * Basic support for indexed search. See [SearchingTheWiki/Index]
71    * Menu item and toolbar icon to move up from subpage to
72      its superpage. See [Menu Navigate#++ Upward]
73
74    * Bug fixed: Stack overflow for too deeply nested wikis on
75      tree-sorted print/export
76    * Bug fixed: Deprecated os.popen...() functions used
77
78    * Internal: Layout changes to better support
79      internationalization
80
81
82
83Dec. 05, 2010 (2.1beta09)
84
85Creators of derived WikidPad parsers should merge changes from
86official parser
87
88    * Autocompletion now also suggests builtin attributes
89    * Command line options to run a saved export profile either once
90      or as continuous export.
91      See [CommandLineSupport#*--export-saved <name of saved export>*]
92
93    * Bug fixed: Autocompletion of attribute keys didn't work
94    * Bug fixed: Printing didn't work
95    * Bug fixed: Empty line after table was eaten in HTML export
96
97
98
99Oct. 30, 2010 (2.1beta08)
100
101    * Chinese translation of user interface (thanks to yuxiaoxu)
102    * Hungarian translation of user interface (thanks to Török Árpád)
103    * Hungarian translation of help wiki (separate download)
104
105    * Small change in logic to find a template: If a newly created
106      page has multiple parents it will be created from a template
107      if there are no contradictory "template" attributes in the
108      parents but at least one "template" attribute exists.
109
110    * Bug fixed: Problem with selection of tree item using keyboard
111    * Bug fixed: Bad link in exported html for list of parents of
112      a page
113    * Bug fixed: Error due to subtle change in API of newer Sqlite
114      versions
115
116    * Internal: Changes in GUI layout to better support internationalization
117
118
119
120Sep. 25, 2010 (2.1beta07)
121
122    * "WikidPadParser.py" modified. If you have your own version
123      you must update it!
124
125    * Some changes to better support of subpages (pages with
126      slashes to create some kind of path). If you do not use
127      them you shouldn't notice a difference.
128    * See [Subpages#+++ Wiki links versus wiki page names]:
129        * "alias" and "template" attributes now process wiki links
130          instead of wiki page names
131        * Replace text by wikiword dialog now processes wiki links
132          instead of wiki page names
133        * Auto-completion updated
134
135    * If an attribute value in "Views" subtree is empty it is
136      replaced by its children (the wiki pages containing the
137      attribute)
138
139    * Bug fixed: Linux: Problem when opening a wiki where not
140      the left-most tab was selected last
141    * Bug fixed: Menu item "Search and Replace" remained gray
142      after going back from preview to editor
143    * Bug fixed: Harmless exception during searching
144    * Bug fixed: No update of syntax highlighting under some
145      circumstances
146
147
148
149Aug. 29, 2010 (2.1beta06)
150
151    * Inline diff between versions.
152      See [ChronViewWindow#++++ Compare differences]
153    * Windows: Option to warn about other WikidPad processes running
154      in single process mode.
155      See [OptionsDialog#*Warn about other processes*]
156    * Option "coldir down" in appendix of "rel" insertions to sort
157      found wiki words downwards in columns instead of rightwards.
158      See [Insertions#multi-column table is sorted rightwards]
159    * Wiki properties dialog now also shows configuration path and
160      if wiki is read-only explains why
161
162    * Bug fixed: Homepage not prepared properly when creating new wiki
163    * Small problems with non-ascii paths fixed
164
165
166
167Jul. 27, 2010 (2.1beta05)
168
169    * When dropping files you now have options to move files to
170      file storage (instead of copying) and to be asked every time
171      what to do. See [OptionsDialog#*Dropping files*]
172    * Option to define what to insert before, after and between file
173      links when dropping files.
174      See [OptionsDialog#+++++ File dropping]
175    * Spell check while type.
176      See [SpellChecking#++ Spell check while type]
177    * Commandline options to start tabs in preview mode and to
178      prevent list of recent opened wikis from updating.
179      See [CommandLineSupport#++++ General]
180    * WikidPad now remembers active tab and view mode
181      (editor/preview) of each tab
182
183    * Bug fixed: Missing string <<"Set of *.wiki files">>
184      for i18n
185
186
187
188Jul. 04, 2010 (2.1alpha04)
189
190    * Export of previous versions of a wiki page in multipage text
191      file format is supported now.
192      See [WikiExport#+++ Additional options for multipage text format]
193    * Fine grained import control of multipage text files: Rename on
194      name collision, decide which data to import, decide if
195      versioning data should be imported for each wiki page.
196      See [WikiImport#+++ Additional options for multipage text format]
197    * Simple log rotation for error log to keep maximum disc space
198      needed for log at about 1 MByte. If log is over 512 KBytes on
199      WikidPad startup, it is renamed to "WikidPad_Error_bak.log"
200      (if this file existed already, it is deleted).
201
202    * Bug fixed: Errors due to bad cache when using different
203      versions side-by-side with non-English UI language
204    * Workaround: Option to forbid cancelling of running
205      wiki-wide search.
206      See [OptionsDialog#*Forbid cancel on search*]
207
208
209
210Jun. 05, 2010 (2.1alpha03)
211
212    * When creating new wiki, dialog also asks if ascii-only
213      file names should be used for wiki page files (default is on
214      for Mac OS, see [OptionsDialog#*Page file names ASCII only*])
215    * Option to slow down background tree update (to reduce
216      response delay of WikidPad).
217      See [OptionsDialog#*Update step min. delay*]
218    * Support for processing right-clicks on toolbar icons from
219      plugins (see file "extensions/referrals.py" as an example)
220
221    * Process "binInst.ini"-file (needed for Windows binary
222      wxPython downgrade)
223    * Windows: Workaround for too short labels in wxListCtrl
224    * Mac OS: Further changes to keybindings
225    * Bug fixed: Setting wiki to readonly failed
226    * Bug fixed: Linux: Problems when switching tabs too fast
227      (thanks to Christian Ziemski)
228    * Bug fixed: Wrong focus position after opening wiki in
229      same window
230    * Bug fixed: Linux: Crash when closing WikidPad
231
232    * Internal: Changes to multipage text file import (you should not
233      notice a change)
234
235
236
237May 04, 2010 (2.1alpha02)
238
239    * CSS style classes for the heading levels (named "heading-level1"
240      to "heading-level15")
241    * Appendix "adjheading" for insertion "page" to adjust headings of
242      a page included into another. See [Insertions#    * *page*]
243    * Menu item to convert between absolute and relative URL.
244      See [UrlLinking#++ Converting between relative and absolute URL]
245    * Context menu item for file: and rel: URLs to open
246      containing folder
247
248    * Internal: Function stdDialog() now also accepts type "listmcstr"
249      to show a list where user can select zero or more list entries.
250      See [ApiDocs#stdDialog(]
251
252    * Mac OS: Several enhancements and bug fixes (thanks to
253      Christian Ziemski)
254    * Reduction of used CPU time while WikidPad is minimized
255    * Workaround for problems to detect screen size
256      in multi-display environments
257    * Internal: Clearer error message for missing XML-ID
258    * Internal: Windows binary: Plugins are now compiled at
259      run-time with "-O" option (keeps doc-strings)
260
261
262
263Apr. 05, 2010 (2.1alpha01)
264
265    * New database format! It is recommended to make a backup before
266      updating and run "Maintenance"->"Update cache" after that
267
268    * Storing of timestamp of last visit to a page. The
269      "Open Wiki Word" dialog allows now to sort by newest or oldest
270      visit time. See [Menu Navigate#++ Go to Page]
271    * Context menu entry to apply a particular page as template on
272      a newly created page (and option to define which pages to offer
273      as templates). See [ChangeLog#+++ Using templates explicitly]
274    * In wiki-wide search in boolean search mode, the "\todo:" prefix
275      now behaves exactly as the "attr:" prefix.
276      See [SearchingTheWiki/BooleanRegex#++++ todo:]
277    * Tabs close now if a wikiword is deleted and no other word is
278      in the history of this tab
279    * Context menu of "file:" and "rel:" URLs now offers to open
280      containing folder of a file
281    * When using headings as wiki word links and opening a heading,
282      cursors now jumps to this heading in editor
283
284    * Internal: Renaming "properties" of a wiki page to "attributes"
285      in function and token names to get a more consistent naming.
286      Currently there is compatibility code to keep plugins working.
287    * Internal: Todos are now processed (and especially parsed) in
288      a similar way as attributes. If you have your own parser, update
289      it according to "extensions\wikidPadParser\WikidPadParser.py".
290
291    * Some key bindings in Scintilla editor component removed to avoid
292      interference with WikidPad key bindings
293    * Some changes to better handle missing Unicode support for
294      filesystem in Python (affects mainly Mac OS)
295
296    * Bug fixed: Keyboard shortcut for ActivateLinkBackground
297      doesn't work
298    * Bug fixed: Updating wiki database fails if a pagefile is missing
299    * Bug fixed: Linux: Sometimes focus doesn't switch from tab label
300      to tab automatically
301    * Bug fixed: Focus not going back when aborting the opening of
302      a wiki
303
304
305
306Feb. 28, 2010 (2.0beta13)
307
308    * It's now possible to copy whole directories into the
309      file storage of a wiki
310    * F6 cycles now also through chronological view and page structure
311      if they are visible
312
313    * Bug fixed: No meaningful error message if exporting from
314      commandline fails
315    * Bug fixed: HTML export of subpages failed
316    * Bug fixed: Using F6 to switch between tree and tabs switched
317      also to invisible tree.
318
319    * Bug fixed: Linux: Automatic focus shift from tab to tab content
320      did not always work
321    * Bug fixed: Linux: Selecting page in tree shifted focus to
322      tab content, therefore no keyboard navigation in tree
323    * Bug fixed: Linux: Problems with tab switching by keyboard
324
325    * Bug fixed: Windows: Incomplete or foreign enchant installation
326      may crash WikidPad on startup
327    * Bug fixed: Windows 7: Error message when using font dialog
328
329
330
331Jan. 31, 2010 (2.0beta12)
332
333    * Support for renaming of subpages when renaming superpage.
334      See [RenamingWikiWords]
335    * More logical behavior when closing tab if MRU order is active
336
337    * Bug fixed: In wiki-wide search "Replace All" didn't work
338
339
340
341Jan. 06, 2010 (2.0beta11)
342
343    * Support for clipboard catcher on Linux (at least Gnome).
344      See [ClipboardCatcher#+ Prerequisites]
345
346    * Bug fixed: Linux: Spell checking did not work (thanks to
347      Christian Ziemski)
348    * Bug fixed: Linux: Character input not working after
349      switching of keyboard layout for certain languages
350      (e.g. Russian). Can now be fixed with the
351      IME workaround
352
353
354[ChangeLog2009]
355
356[ChangeLog2008]
357
358[ChangeLog2007]
359
360[ChangeLog2006]
361
362[ChangeLog2005]
363
364[ChangeLog2004]
365
366[ChangeLog2003]
367
368
369[bookmarked: true]
370[tree_position: 0]
Note: See TracBrowser for help on using the browser.