parent nodes: Releases
Change Log17
Contents:
Back
1.7 beta 8
Aug. 05, 2006 (1.7beta8, repository revision in "mbutscher" branch: 85)
Changes:
* Official support for multiple windows with same wiki in
them, but only in the same process (therefore necessarily
on the same machine and by the same user), you can use
e.g. menu "View"->"Clone Window" for that. This function
is not meant as collaborative multi-user support.
* Option to handle new WikidPad windows by a single process
(recommended if you want to open the same wiki in multiple
windows).
See OptionsDialog#*Single# process# per# user*
* Better error handling if file access drops (e.g. accessing
wiki db over a network). See WikiMaintenance#++# Reconnect
* Option to minimize wiki if close button on frame is pressed.
See OptionsDialog#*Minimize# on# close# button*
Top
1.7 beta 7
Jul. 10, 2006 (1.7beta7, repository revision in "mbutscher" branch: 83)
Changes:
* "FastSearch" text field in toolbar. See SearchingTheWiki
* Error log file is now written in the same directory where
configuration file "WikidPad.config" is, it has a new name
("WikidPad_Error.log" instead of "WikidPad.exe.log") and
writes timestamps and version number for each new session
where an error occurred.
* More verbose messages/exceptions when executing
scripts/evaluating expressions.
* Optical changes in extension "referrals.py" (thanks to
schnullibullihulli).
* Menus slightly reorganized, some menu items are at other
places and/or have another name.
* Wiki specific option to set page title prefix
(normally "++") for new wiki pages. This allows to freely
choose the heading level.
See OptionsDialog#*New# page# title# prefix*
* Possibility to add (absolute) URL with file dialog (menu
"Editor" -> "Add file URL").
* Fixed exporter bugs: No newline after "Parents: ..." start
line in HTML export, unnecessary newline after each item
in bulleted/numbered list.
* Bug fixed: "compact_sqlite" db backend lost creation date.
* Help wiki is opened now in the same process so file suffix
.wiki needs no longer to be associated with WikidPad to
show help.
* Internal: Different handling of clipboard copy which may
fix a bug (or not).
* Internal: Extension files are now loaded with universal
newline support, so newline conversion for Linux shouldn't
be necessary anymore.
* Windows binary installer now supports installation for
current user only (on NT-based systems) or for all users
(if installing as administrator, you are asked how to
install).
Top
1.7 beta 6
Jun. 02, 2006 (1.7beta6, repository revision in "mbutscher" branch: 80)
Changes:
* Support for an additional "Views" tree which can be put at any
side of main tree, also option to put main tree at any side of
editor (layout change during session has bugs).
See OptionsDialog#*Position# main# tree* .
* Clipboard catcher: New option to insert at cursor.
See ClipboardCatcher.
* Option for showing line numbers in editor
* If ++ title of page was unmodified since page creation, it is
changed on page rename accordingly.
See RenamingWikiWords#*Title# auto-rename*
* Fixed bug: Upper case non-ascii letters were not found when
opening a wiki word (e.g. "É" didn't find Éve).
* HTML-tag \<pre> is now handled much better.
* Changed controls in spell check dialog to circumvent problems
with some languages on Win 98/ME
* Fixed bug: No preview if newly created page wasn't saved first.
* Fixed bug: No preview if page contains plain text only.
* Fixed bug: WikidPad didn't work if date pattern for
creation/modification date in status line created/contained
non-ascii characters.
* Fixed bug: double-escaped relative URLs (could be seen e.g. if
path has spaces)
* Fixed bug: Copying text to ScratchPad didn't work if copying
from ScratchPad
* Internal: "C:\Windows" is no longer used as configuration
directory if all other possibilities fail.
Top
1.7 beta 5
May 08, 2006 (1.7beta5, repository revision in "mbutscher" branch: 77)
Changes:
* Clipboard catcher (Windows only): Every piece of text added to
the clipboard is also appended to a wiki page if the clipboard
catcher is active. There is also an option to set some suffix
after each caught piece of text from clipboard (by default, a
newline is added). See ClipboardCatcher.
* File storage introduced: Copy files into a subdirectory of the
wiki within WikidPad. See FileStorage.
* Options to choose text colors for editor. See
OptionsDialog#*Plain# text# color* and following.
* Control background and text color of HTML export (and partially
for preview) by attributes (for wiki or page) or by options for
the whole application.
See [Options HTML preview_export]#+++# HTML# page# settings
* If a wiki word node is clicked which is subnode of an attribute
node, the particular attribute is selected as it worked already
for todo items.
* New menu item to hide/show toolbar.
* New menu item to keep window always on top.
* New options dialog consisting of multiple pages.
* Simpler function for some standard dialogs for scripts.
See [ApiDocs]#stdDialog
* Changed method to find configuration directory, more suitable
for WikidPad on USB-stick and more reliable. See WikidPadOnUSB
and ConfigurationFiles.
Bugs fixed:
* Todo item part shows up twice in tree with same content if part
is also right side of a todo entry. Now shows up only once.
* Wrong cursor position after using bold or italic from
menu/toolbar
* "Show referring Wikis" in the "Plugins" menu didn't work
* Exception when refreshing tree while "saved searches" node is
expanded
* Exception when trying to paste something non-textual from
clipboard
* Workaround for wxPython bug: Crash when showing colored menu
items on Win 98/Me
Top
1.7 beta 4
Apr. 21, 2006 (1.7beta4, repository revision in "mbutscher" branch: 74)
Changes:
* One or more of the characters .,;:!? can directly follow
an URL and aren't counted as part of it. If you need such
a character as last one in an URL, enclose the URL in brackets.
* Attribute names can consist of all alphanumeric
(unicode definition) characters.
* Support for zoom in preview (with Ctrl-+, Ctrl-- and
Ctrl-Mousewheel).
* Better formatting of titles of newly created wiki pages
(e.g. wikiword "URLViewer" now leads to title "++ URL Viewer"
instead of "++ URLV iewer"
* Bug fixed: Tree always visible on WikidPad start, even if
made invisible before previous termination.
* Bug fixed: Creation of new wikis didn't work
* Bug fixed: Searches not saveable, saved searches not usable
* Bug "reduced": Scroll position of page in editor not remembered
properly. The fix may lead to some visible jumps: sometimes
you will see the beginning of page for a short time before
it jumps to the stored position. Moreover, even with the
fix the stored position may be imprecise sometimes.
Top
1.7 beta 3
Apr. 16, 2006 (1.7beta3, repository revision in "mbutscher" branch: 73)
Changes:
* Better alias support. E.g. pages linking to an alias of
WikiWord are now listed as parents of this word.
* Support for relative URLS with rel: protocol, see [UrlLinking]
* Initial support for checking special attributes for validity
(currently only "alias", "icon", "color", "bold") with an
own "Log Window" for error messages, see [WikiDocumentAttributes].
* Support for spell checking, see [SpellChecking].
* Todo items can now be terminated with newline or |
* On multiple attributes of same name on one page (e.g.
multiple "icon" attributes) the last one is now preferred
instead of the first one.
* Bug fixed: Cursor position on a page is now stored for
each page even if page is not modified and saved
* Scroll position of editor is now stored (during session) as
cursor position already is.
* Scroll policy of editor modified to better handling
* Bug fixed: Command line export didn't work because of wrong
default additional options
* Bug fixed: Gaps between paragraphs in editor when using some
fonts (e.g. Verdana) and asynchronous highlighting.
* Bug fixed: Tree not shown if set invisible and then made
visible by dragging splitter sash.
Top
1.7 beta 2
Mar. 24, 2006 (1.7beta2, repository revision in "mbutscher" branch: 70)
Changes:
* Importer/Exporter for new multipage text format (mpt).
See ([WikiExport], [WikiImport], [Multipage text format])
* Tree node context menu allows now also choice of color and
icon of a node as well as appending or prepending of
wiki words to a page.
* Options to switch off automatic bullet/numbering creation
and auto-indent (see [BulletedLists])
* Introduced <\<pre >> block to create preformatted,
monospaced text
* Todo items (e.g. "\todo:", "\track:") can start after
arbitrary text now, not only at the beginning of a line.
This is currently experimental! It might be changed back
if user have problems with this (see [TodoItems]).
* Display of modification and creation date of page in status
line (customizable date format, see [OptionsDialog])
* Support for changing of file suffix of page files in the
config file (not part of options GUI) (see [WikiFileSuffix])
* Uses now also environment variable "USERPROFILE" to find
configuration directory
* Bug fixed: page-wide "Replace All" could run in an endless
loop (e.g. when replacing "e" by "ee").
Top
1.7 beta 1
Mar. 09, 2006 (1.7beta1, repository revision in "mbutscher" branch: 63)
*Warning*: This version has a new database format for
"Compact Sqlite" databases. It is converted automatically
when opening a wiki the first time. Making a backup beforehand
is therefore recommended!
Changes:
* Introduced new db backend "Original Sqlite".
See [WhereIsTheDataStored] and [MigrationBetweenDbTypes].
* For "Set Date Format" dialog last 10 entries are remembered
* Option to interpret image URLs for HTML preview and export
either as images or as normal links (see [OptionsDialog])
* Export dialog has checkbox to temporarily override this option
setting.
* Attribute \[pagetype: form] introduced to support special
behavior of the editor for form-like pages. (see [FormPages])
* Support for global.child_sort_order attribute.
* Support for \[child_sort_order: natural] (but not really
stable). See [WikiDocumentAttributes].
* Presentation attributes (bold, color, icon) in todo entries
used to format the entry in tree instead of the page.
* See [WikiDocumentAttributes].
* When trying to run a script, but script security doesn't
allow to run scripts, a message box appears to explain.
Fixed bugs:
* No titled URLs/wiki words in tables
* Invalid HTML anchors created
* Exporting of raw .wiki files didn't work for
"Original Gadfly" databases
Top
previous: Back
parents: Releases