Skip to content

Commit

Permalink
Rolled latest changes into a version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aquatix committed Dec 29, 2016
1 parent 698a417 commit edc1a86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
- Sort by title
- Sort by date
- 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
- 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)
- 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
- feed (rss/atom) view of public tag pages, returns latest 15
Expand All @@ -37,6 +39,12 @@
- Bookmark can have a note now
- Note icon on card with text in title (desktop browser)
- 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# third part for minor release
# second when api changes
# first when it becomes stable someday
version='0.2.0',
version='1.0.0',
author='Michiel Scholten',
author_email='[email protected]',

Expand Down

0 comments on commit edc1a86

Please sign in to comment.