From 8b1f1d4ee5ae0dc98c0ed29d643a71aa86cf7f7c Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sun, 6 Mar 2022 19:52:26 +0100 Subject: [PATCH] netscape-go: release v1.0.0 Signed-off-by: VirtualTam --- CHANGELOG.rst | 36 ++++++++++++++++++++++++++++++++++++ README.rst | 5 +++++ 2 files changed, 41 insertions(+) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..b170e25 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,36 @@ +Change Log +========== + +All notable changes to this project will be documented in this file. + +The format is based on `Keep a Changelog`_ and this project adheres to +`Semantic Versioning`_. + +.. _Keep A Changelog: http://keepachangelog.com/ +.. _Semantic Versioning: http://semver.org/ + + +`v1.0.0 `_ - 2022-03-06 +-------------------------------------------------------------------------------------- + +Initial release. + +**Added:** + +- Unmarshal data using the Netscape Bookmark file format +- Marshal documents containing bookmarks and folders using the Netscape Bookmark + file format +- Add support for nested folders +- Add support for folder metadata: + + - creation and update dates + - arbitrary attributes + - text description, with multi-line and inner markup support + +- Add support for bookmark metadata: + + - creation and update dates + - visibility + - comma-separated tags + - arbitrary attributes + - text description, with multi-line and inner markup support diff --git a/README.rst b/README.rst index ef66d30..37264a0 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,11 @@ using the `Netscape Bookmark File Format `_ , as exported by common Web browsers and bookmarking services. +Change Log +---------- + +See `CHANGELOG <./CHANGELOG.rst>`_. + License -------