mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Rolled latest changes into a version 1.0.0 release
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -4,13 +4,15 @@
|
|||||||
- Sort by title
|
- Sort by title
|
||||||
- Sort by date
|
- Sort by date
|
||||||
- Logging of actions
|
- Logging of actions
|
||||||
- Remove Firefox horizontal card workaround when MaterializeCSS > 0.97.7 gets released
|
|
||||||
- Change tags to the MaterializeCSS tags: http://materializecss.com/chips.html
|
- Change tags to the MaterializeCSS tags: http://materializecss.com/chips.html
|
||||||
- Do calls to the API endpoint of an existing bookmark when editing properties
|
- Do calls to the API endpoint of an existing bookmark when editing properties
|
||||||
(for example to update tags, title and such, also to already suggest title)
|
(for example to update tags, title and such, also to already suggest title)
|
||||||
|
- Look into compatibility with del.icio.us, so we can make use of existing browser integration
|
||||||
|
|
||||||
|
|
||||||
## v1.0.0 (unreleased)
|
## v1.0.0
|
||||||
|
|
||||||
|
2016-12-29
|
||||||
|
|
||||||
- json view of public tag pages, returns all items
|
- json view of public tag pages, returns all items
|
||||||
- feed (rss/atom) view of public tag pages, returns latest 15
|
- feed (rss/atom) view of public tag pages, returns latest 15
|
||||||
@@ -37,6 +39,12 @@
|
|||||||
- Bookmark can have a note now
|
- Bookmark can have a note now
|
||||||
- Note icon on card with text in title (desktop browser)
|
- Note icon on card with text in title (desktop browser)
|
||||||
- Filter on bookmarks with a note
|
- Filter on bookmarks with a note
|
||||||
|
- Show url domain name along with 'no title' for items without title
|
||||||
|
- Catch connection timeouts and such
|
||||||
|
- Open in new tab/window, prevent
|
||||||
|
http://davidebove.com/blog/2016/05/05/target_blank-the-vulnerability-in-your-browser/
|
||||||
|
- Put the tag selection in a collapsible element to prevent clutter in edit window
|
||||||
|
- Updated MaterializeCSS and jQuery
|
||||||
|
|
||||||
|
|
||||||
## v0.2.0
|
## v0.2.0
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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.2.0',
|
version='1.0.0',
|
||||||
author='Michiel Scholten',
|
author='Michiel Scholten',
|
||||||
author_email='michiel@diginaut.net',
|
author_email='michiel@diginaut.net',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user