From 7ed83b6c6666eb8b6b104c211ae7e52907350372 Mon Sep 17 00:00:00 2001 From: craig Date: Sun, 1 Jan 2012 11:40:09 +0000 Subject: Branch 1.3.5 tree to 1.4.x tree, goodbye 1.3.x git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17163 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/plugins/scriptplugin/scripts/NEWS | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 scribus/plugins/scriptplugin/scripts/NEWS (limited to 'scribus/plugins/scriptplugin/scripts/NEWS') diff --git a/scribus/plugins/scriptplugin/scripts/NEWS b/scribus/plugins/scriptplugin/scripts/NEWS new file mode 100644 index 0000000..f81f813 --- /dev/null +++ b/scribus/plugins/scriptplugin/scripts/NEWS @@ -0,0 +1,40 @@ +New since 0.7 series: + + Now able to do a dummy run to calculate and report the amount of samples + that will fit on a page. This enables the script to correctly calculate + how many sheets will be required. Previously it was always assumed that + there would be 3 sample blocks on a sheet. This is now not always the case. + + Sample rows can be selected or unselected to save on paper. The settings are + automatically saved when changed and can be set as user defaults. + + User can choose to have page numbers count from first page of the toc instead + of the first page of samples. This can be helpful if wanting to quickly look + up a font in the toc and then using the Scribus page navigator dialog to go to + the actual page on the screen to view it without printing it out. + + Added initial support for a sample paragraph. The sample paragraph defaults + to "off" due to the amount of space it uses on the page. + +New since v0.6.1: + + Added a font sample preview panel. This will only be displayed if certain system + requirements are met. Otherwise the panel will be hidden. + Changed version numbers to accomodate parallel releases using other widget sets. + Tkinter versions will now have the letters "tk" appended after the version number, a + qt version would be "qt". Note that a qt version will not be appearing until issues will PyQt + can be resolved. + +New since V0.5a: + + Optional Page Numbers. + Optional Table of Contents creation. + Added an optional binding offset. Leaves extra space for the binding edge. + Added Double sided paper facility. Inserts a blank page after table of contents + if required, to force the main sample pages to always start on an odd page + number. This also flips the binding offset to the other side when printing the + even numbered side. + Better layouts. + Has more built in default font options for headers, table of contents and + sample labels. + Users can now select more than one font at a time in the list boxes. -- cgit