X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=xml-ANNOUNCE;h=bdd1bd724a760ef3a1c8adf5e0b343328518c7ea;hp=d6d59c2e8361ecb4e3ee34e9274004de429c40eb;hb=2accb1679a4aae920933dd25106e670480a5ac63;hpb=de0094d59e0b360bcf330caa0863d04c61d43624 diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE index d6d59c2..bdd1bd7 100644 --- a/xml-ANNOUNCE +++ b/xml-ANNOUNCE @@ -5,6 +5,12 @@ WHAT IS IT View an XML file in Midnight Commander as a filesystem. +WHAT'S NEW in version 0.3.2 (2013-11-19) + Refactored collection of text and comments nodes. + +WHAT'S NEW in version 0.3.1 (2013-11-18) + Fixed a bug in directories permissions. + WHAT'S NEW in version 0.3.0 (2013-11-16) Initial release. @@ -24,6 +30,11 @@ values are reencoded to the console encoding. Text nodes and comments are collected in a file named "text", stripped and reencoded. The filesystem is read-only. +It is useful to have a top-down view on an XML structure but it's especially +convenient to extract text values from tags. One can get, for example, a +base64-encoded image - just walk down the VFS to the tag's directory and copy +its text file to a real file. + The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs