1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00
This commit is contained in:
2016-08-02 13:12:07 +02:00
parent 607a45ca8b
commit 62fcf737d0
2 changed files with 5 additions and 2 deletions

View File

@@ -10,7 +10,9 @@
- How many bookmarks each tag has - How many bookmarks each tag has
## v0.2.0 (unreleased) ## v0.2.0
2016-08-02
- Favicon courtesy Freepik on flaticon.com - Favicon courtesy Freepik on flaticon.com
- Tag tags for easy adding of tags - Tag tags for easy adding of tags
@@ -18,6 +20,7 @@
- Several bug- and code style fixes - Several bug- and code style fixes
- Styling tweaks - Styling tweaks
- Added 'Add bookmark' FAB to the bookmarks overview - Added 'Add bookmark' FAB to the bookmarks overview
- Option to strip parameters from url (like '?utm_source=social')
## v0.1.0 ## v0.1.0

View File

@@ -26,7 +26,7 @@ setup(
# third part for minor release # third part for minor release
# second when api changes # second when api changes
# first when it becomes stable someday # first when it becomes stable someday
version='0.1.0', version='0.2.0',
author='Michiel Scholten', author='Michiel Scholten',
author_email='michiel@diginaut.net', author_email='michiel@diginaut.net',