1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid

128 lines
7.7 KiB
Plaintext
Raw Normal View History

2016-02-05 18:46:11 +00:00
caption: 5.1.12
2016-07-13 10:48:47 +00:00
created: 20160713104714652
modified: 20160713104714652
2016-02-05 18:46:11 +00:00
tags: ReleaseNotes
title: Release 5.1.12
type: text/vnd.tiddlywiki
2016-07-13 10:48:47 +00:00
released: 20160713104714652
2016-02-05 18:46:11 +00:00
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.11...v5.1.12]]//
! Major Improvements
!! New Editor Toolbars
2016-03-07 18:43:18 +00:00
[[Added|https://github.com/Jermolene/TiddlyWiki5/pull/2315]] support for extensible formatting toolbars for the editor widgets.
* Formatting operations for WikiText, with support for Markdown:
** Character formatting operations for bold, italic, strikethrough, underline, superscript, subscript, inline monospace
** Line formatting operations for monospaced blocks, quoting, headings and both numbered and bulleted lists
** Insert picture from a dropdown chooser
** Stamp snippet of pre-programmed text
** Excise selected text into a new tiddler
** Optional automatic resizing to fit content
* Full keyboard shortcut editor in control panel. Shortcuts are also shown in the toolbar button tooltips
!! Improved Bitmap Editor
The bitmap editor has been enhanced with a toolbar supporting:
* Painting with selectable colour, width and opacity
* Clearing the image
* Resizing the image
* Keeping track of recently chosen colours
2016-04-22 16:37:35 +00:00
!! Improved Plugins
2016-04-22 16:37:35 +00:00
Several of the official plugins available in the plugin library have been updated for this release. [[Upgrading]] will automatically update any installed plugins.
2016-04-23 16:11:57 +00:00
* The KaTeX plugin has been updated to [[version v0.60.0|https://github.com/Khan/KaTeX/releases/tag/v0.6.0]]
2016-04-22 16:37:35 +00:00
* The CodeMirror plugin has been updated to version 5.13.2, and integrated with the new editor toolbars. The default configuration has been updated to include syntax highlighting for HTML, ~JavaScript, CSS, XML, TiddlyWiki Classic and Markdown.
* The Markdown plugin includes formatting toolbar buttons and a new "new markdown tiddler" button in the Tools tab of the sidebar.
2016-04-23 16:11:57 +00:00
* The experimental Evernote plugin allows notes and images from `.enex` files to be imported into TiddlyWiki.
2016-04-22 16:37:35 +00:00
* The new Internals plugin provides features to help understand the internal operation of TiddlyWiki, including new preview modes in the editor showing both the parse and widget trees of the current tiddler
* Improved language translations:
** Korean
** Chinese (Simplified) and Chinese (Traditional)
** German
2016-04-24 08:40:30 +00:00
** French
2016-04-24 12:39:03 +00:00
** Danish
** Dutch
2016-02-09 21:18:52 +00:00
!! Text-Slicer Plugin Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/176d2ccd76856b10aadd5e71af587574e7bcd447]] support for sticky notes within documents
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/c98ef97d236fb023c3b5099a5fc52c1e8da7eb4d]] support for slicing documents to Node.js
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/1335dff45013f83fb06a47453e6063b5c0e2c0b3]] document metadata display
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/46800d790a6521aafba24fc9cb9e0d0e8f1a48a2]] `list-children` filter operator
* Fixed bugs
2016-02-05 18:46:11 +00:00
! Other Improvements
!! Usability Improvements
2016-04-22 16:37:35 +00:00
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/7908e10488cc4280dd8e4f405bcb09f2fb6d3524]] a setting for disabling linking to missing tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/de3adf905aff80e547dc630890f0d18bd87da880]] a setting for forcing word wrapping in monospaced code blocks
* [[Added|https://github.com/Jermolene/TiddlyWiki5/issues/2351]] a warning when creating or editing tiddler titles containing troublesome characters
* Addition of “new image” button to the “Tools” tab of the sidebar
* Introduction of new general purpose [[colour-picker Macro]]
2016-04-22 16:37:35 +00:00
* Introduction of new general purpose [[image-picker Macro]]
2016-02-11 09:35:07 +00:00
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/adf45b346847a81d4ed26397466daa4514035bb9]] a bulk delete button to [[advanced search|$:/AdvancedSearch]] "Filter" tab
2016-02-05 18:46:11 +00:00
!! Hackability Improvements
* [[Introduction|https://github.com/Jermolene/TiddlyWiki5/issues/2337]] of the new WikifyWidget
2016-04-22 16:37:35 +00:00
* Introduction of new EditShortcutWidget for direct entry of keyboard shortcut codes
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/7daebba46bad0e7ea3e4dfc1fc2e59e36414a683]] editor preview pane to allow plugins to add further types of preview (see the new `tiddlywiki/internals` plugin for an example)
2016-04-22 16:37:35 +00:00
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/f8565443d7617f4d18b90ba7ce3f55b9764eccb2]] a simple HTTP PUT saver for use with WebDav or REST servers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/37823f64e96809df16884c605b062f8da2453635]] build targets to the server edition
2016-04-27 16:25:38 +00:00
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/pull/2364]] [[days Operator]] to better cope with operations on today and yesterday
2016-05-02 07:24:54 +00:00
* [[Extended|https://github.com/Jermolene/TiddlyWiki5/commit/3c20f2396e7c794b6e28c3e369e09230352402d0]] ActionWidgets mechanism to allow them to be used with the LinkCatcherWidget and SelectWidget
2016-07-12 17:18:28 +00:00
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/19e699d3302da842c4a6596f7b9ecc4dcaf8fbc2]] `mobile-web-app-capable` meta tag for Android Chrome
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/3d5885f5a5ef8a395ba15285e68c19a8db115e6b]] new `plainwikified` format for the ViewWidget
2016-02-05 18:46:11 +00:00
!! Bug Fixes
2016-05-02 07:24:54 +00:00
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/54bf6c8a93f026ad1128dfc9cd745a67aaa6cda0]] problem with tiddler titles containing single quotes in [[Table-of-Contents Macros]]
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/037cfb7cc7c1b32153e23774697e8a9045d8f36a]] problem with z-ordering of modals in zoomin story view
2016-04-22 16:37:35 +00:00
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/pull/2284]] problem with [[has Operator]]
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/4a03dcab2031a31eb60f99b6d15a70ff0449182c]] problem with double byte entities in the EntityWidget
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/276074b6cfde9d916f9428b2185f795915e190ae]] problem with ScrollableWidget in static renderings
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/1e0d019610acd960b8c70c0b85b7bb1a25096a8f]] problem with repeatedly lazy loading of tiddlers without a text field
2016-07-12 17:18:28 +00:00
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b326ba5b2c9e622f5fe99b00ab368bb484c1d4e5]] problem with titles containing URLs being interpreted as external links
2016-02-05 18:46:11 +00:00
!! Node.js Improvements
* [[Added|https://github.com/Jermolene/TiddlyWiki5/pull/2379]] ability to [[customise the paths used for tiddler saving|Customising Tiddler File Naming]]
2016-07-12 17:18:28 +00:00
* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/bf74d13df544e323066cde9a019cbf1855d3db04]] problem saving non-JPG binary files
2016-02-05 18:46:11 +00:00
2016-02-09 21:18:52 +00:00
! Contributors
2016-02-05 18:46:11 +00:00
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
2016-04-22 16:37:35 +00:00
* [[@araname|https://github.com/araname]]
* [[@BramChen|https://github.com/BramChen]]
2016-07-12 17:10:18 +00:00
* [[@brentmaxwell|https://github.com/brentmaxwell]]
* [[@Drakor|https://github.com/Drakor]]
2016-04-22 16:37:35 +00:00
* [[@edrex|https://github.com/edrex]]
2016-05-02 07:24:54 +00:00
* [[@Evolena|https://github.com/Evolena]]
2016-04-22 16:37:35 +00:00
* [[@felixhayashi|https://github.com/felixhayashi]]
* [[@FND|https://github.com/FND]]
2016-05-02 07:24:54 +00:00
* [[@Infurnoape|https://github.com/Infurnoape]]
2016-04-22 16:37:35 +00:00
* [[@kixam|https://github.com/kixam]]
* [[@Marxsal|https://github.com/Marxsal]]
2016-07-12 17:10:18 +00:00
* [[@maxthomax|https://github.com/maxthomax]]
2016-04-22 16:37:35 +00:00
* [[@mklauber|https://github.com/mklauber]]
2016-05-02 07:24:54 +00:00
* [[@nameanyone|https://github.com/nameanyone]]
2016-04-22 16:37:35 +00:00
* [[@nome|https://github.com/nome]]
* [[@PauDeLuca|https://github.com/PauDeLuca]]
* [[@pmario|https://github.com/pmario]]
* [[@rcrath|https://github.com/rcrath]]
2016-07-12 17:10:18 +00:00
* [[@r1chard5mith|https://github.com/r1chard5mith]]
2016-02-09 21:18:52 +00:00
* [[@sukima|https://github.com/sukima]]
2016-02-05 18:46:11 +00:00
* [[@telmiger|https://github.com/telmiger]]
2016-04-22 16:37:35 +00:00
* [[@twMat|https://github.com/twMat]]
* [[@webninjasi|https://github.com/webninjasi]]
2016-04-24 08:40:30 +00:00
* [[@xcazin|https://github.com/xcazin]]