zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #02871
Re: Zim version 0.61 released!
Great work! And you didn't even mention, I think, my favourite: the
source view plugin. Unfortunately, it is also the one thing that didn't
work. When trying to open, I got the message copied below:
This is zim 0.61
Platform: posix
Locale: en_US UTF-8
FS encoding: UTF-8
Python: (2, 7, 6, 'final', 0)
Gtk: (2, 24, 23)
Pygtk: (2, 24, 0)
Zim revision is:
branch: pyzim-trunk
revision: 692 pardus@xxxxxxxx-20140731202254-t5bth6mxnqt1qq6w
date: 2014-07-31 22:22:54 +0200
======= Traceback =======
File "/usr/lib/pymodules/python2.7/zim/actions.py", line 55, in func
self.func(instance, *arg, **kwarg)
File "/usr/lib/pymodules/python2.7/zim/plugins/sourceview.py", line
108, in insert_sourceview
lang = InsertCodeBlockDialog(self.ui).run() # XXX
AttributeError: 'MainWindowExtension' object has no attribute 'ui'
Not sure I did something wrong or this is a bug. If a bug, I'll file a
bug report.
Cheers,
Paulo
On 01-08-14 09:50, Dmitrij Lisov wrote:
Kudos to you, Jaap!
2014-07-31 22:50 GMT+02:00 Jaap Karssenberg
<jaap.karssenberg@xxxxxxxxx <mailto:jaap.karssenberg@xxxxxxxxx>>:
Dear all,
After a long hiatus I finally uploaded a new release to the website.
This release brings numerous changed due to refactoring of large parts
of the code base. Most of these changes should not be visible for the
end user, but they will help anyone looking to extend zim and should
help reducing the number of bugs.
New features include more flexible export; allowing to export
recursively
and to export multiple pages to a single output file. A new plugin for
editing sequence diagrams was added and the ToC plugin has a new
widget
floating over the page. The "tags" plugin was changed to show full
page
paths in the per-tag view.
Detailed change log below.
To get the new release either download directly from
http://zim-wiki.org or
wait for the Ubuntu PPA builds to be updated. In the coming week I
will update the website and repair those dead links.
Regards and thanks for all your support,
Jaap
=== 0.61 - Thu 31 Jul 2014 ===
* Full refactoring of code for parsing and processing wiki syntax
making parser easier to extend and document interface more scalable
* Full refactoring of code for plugin framework making plugins more
flexible by defining decorators for specific application objects
* Full refactoring of code for exporting pages from zim
- Now supports MHTML export format
- Supports exporting multiple pages to a single file
- Supports recursive export of a page and all it's sub-pages
- Templates now support many more instructions and expressions
* Full refactoring of the code for parsing commandline commands and
initializing the application
* New config manager code to make parsing and handling of config files
more robust
* Merged new plugin for editing sequence diagrams by Greg Warner
* Improved the ToC plugin with floating widget
* Fixed unicode issue when calling external applications, and in
particular for the hg and git commands
* Fixed support for unicode CamelCase word detection
* Fixed bug on windows with unicode user names in background process
connection
* Changed "tags" plugin to show full page paths in the pre-tag view
* Added option for custom commands to replace the current selection
* Added keybindings for XF86Back and XF86Forward
* Many small fixes & patches from various persons that I forgot
about *sorry*
* Added Finnish translation
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
<https://launchpad.net/%7Ezim-wiki>
Post to : zim-wiki@xxxxxxxxxxxxxxxxxxx
<mailto:zim-wiki@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~zim-wiki
<https://launchpad.net/%7Ezim-wiki>
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~zim-wiki
More help : https://help.launchpad.net/ListHelp
Follow ups
References