Skip to content

Commit

Permalink
netscape-go: release v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed Mar 6, 2022
1 parent fd5f87f commit 8b1f1d4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/virtualtam/netscape-go/releases/tag/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
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ using the
`Netscape Bookmark File Format <https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753582(v=vs.85)>`_
, as exported by common Web browsers and bookmarking services.

Change Log
----------

See `CHANGELOG <./CHANGELOG.rst>`_.

License
-------

Expand Down

0 comments on commit 8b1f1d4

Please sign in to comment.