Since our last release (alpha.1), we fixed some bugs and add nice features.
wallabag 2.0.0-alpha.2
User changelog:
- Added Quickstart for beginners (when you don't have any entries)
- Added import link on Baggy theme
- Fixed Mark as read / Mark as unread links
- Fixed "Tags are not deleted when you delete an entry" #1453
- Added HTML emails
- some fixed and cleanups
Technical changelog:
- Added Doctrine migrations
- Added Docker configuration
- Upgraded wallabag to Symfony3
Already implemented:
- a REST API (you can have a look to the documentation)
- authorization via oAuth2
- a new default theme, called
material
- save an article, read it, favorite it, archive it. (Hopefully)
- assign tags to entries
- edit article titles
- RSS feeds (with ability to limit number of articles)
- create a new account from the config page
- filter entries by reading time, domain name, creation date, status, etc.
- recover passwords from login page (you have to fill your email on config page)
- picture preview, if available, is displayed for each entry
- Public registration
- migration from wallabag v1 (based on JSON export)
- migration from Pocket (it works, but we need to implement asynchronous import: if you have too many articles, it can fail). Documentation still in progress (you'll have a great documentation in next days)
- exports in many formats (PDF, JSON, EPUB, MOBI, XML, CSV).
- 2-Factor authentication (via email)
- Tagging rule: create a rule to automatically assign tags to entries!
- German / French and English translations
Testing wallabag 2.0.0-alpha.2
We encourage you to try out the new wallabag v2 alpha on our demo website: http://v2.wallabag.org (login wallabag, password wallabag). You can also create a new account on this website, but don't remember that we can drop our database at any time: this website is not a production one!
There are definitely bugs, so please tell us if you find one of them (have a look at the existing issues and create a new one if necessary).
Installing wallabag 2.0.0-alpha.2
Please don't use in production! This is an unstable branch, expect many things to be broken.
wallabag v2 uses Symfony2 framework.
The only way to install wallabag v2 properly at the moment is to use composer (if you don't have it yet, please install it.). To download wallabag, you can click here or clone the project via git:
composer create-project wallabag/wallabag wallabag 2.0.*@alpha
php bin/console wallabag:install
php bin/console server:run
Have a nice day!