Skip to content

Releases: wallabag/wallabag

1.7.1

15 Jul 09:49
Compare
Choose a tag to compare
  • small xss vulnerability and translation ability fix cbc75be
  • bug in RSS and third app (Android / iPhone & Windows Phone) 1d14e65
  • error while parsing pocket import #718
  • some minor fixes

1.7.0

29 May 16:54
Compare
Choose a tag to compare
Security fix (Thank you Simon Leblanc). This problem concerns you only if you enabled downloading pictures. The two commits of this fix are here: https://github.com/wallabag/wallabag/commit/007f26e582251895ea7d12b509c8aee24c4b1f47 and https://github.com/wallabag/wallabag/commit/0bf0dfe10d0dd4aaafcc7da7deb5be8ef76ad602. Framabag users are not concerned.
ePUB export: you can now export one or many articles, on each page where you can read articles (unread, archives, starred, search, tags).
Multi user: on configuration page, you can now add new user for your family, your colleagues or your neighbor.
You can apply the search term as new tag to your articles. For example, you’re looking for articles with “php” inside. You can easily add “php” tag to these articles.
Upgraded full text RSS library to 3.2 version
Tag cleanup when tag is unused
Many bug fixes
Themes enhancement

1.6.1

11 Apr 15:23
Compare
Choose a tag to compare
Update Courgette theme
Update French locale
[fix] Postgres problem with sequences
[fix] Use of undefined constant ATOM
[add] in RSS feed, add link to wallabag entry URL
[fix] with some config, http host is different
[fix] remove duplicates by import
[fix] can’t close search popup with the cross picture #613
[fix] Escap key displays save a link form #612
[fix] display problem with smartphone and Baggy #610
[fix] responsive for search form #610
[fix] error with empty content by import
[fix] youtube and vimeo videos are allowd in content now

1.6.1

11 Apr 15:18
Compare
Choose a tag to compare
Update Courgette theme
Update French locale
[fix] Postgres problem with sequences
[fix] Use of undefined constant ATOM
[add] in RSS feed, add link to wallabag entry URL
[fix] with some config, http host is different
[fix] remove duplicates by import
[fix] can’t close search popup with the cross picture #613
[fix] Escap key displays save a link form #612
[fix] display problem with smartphone and Baggy #610
[fix] responsive for search form #610
[fix] error with empty content by import
[fix] youtube and vimeo videos are allowd in content now

1.6.0 — Happy birthday

03 Apr 12:42
Compare
Choose a tag to compare

New features

New import system: you just have to upload your file (from third services), take a coffee and wait a little.
Search engine
You can now type "s" shortcut to save a link so quickly
wallabag a link in wallabag #505: when you're reading a saved article with some links inside, you can save them easily, a "W" icon is available.

Bug fixes

[fix] redirect on config page after token generation #491
[fix] global $http visibility, issues #493, #494, #498
[fix] hover problem with logout link #489
[fix] on Framabag re-login needed after "bag it!" #509
[fix] #490 flattr icon in baggy theme
[fix] #483 pdo_sqlite not required if we want mysql / pgsql
[fix] RSS Feeds don't validate / W3C #384
[fix] links for firefox / android / ios apps
[fix] remember scroll position for baggy theme #519
[fix] test if user_id doesn't exist in feeds generation
[fix] in RSS, link to original article
[fix] #115 - stay connected and session livetime
[fix] Export wallabag data : not saving but opening in browser #570

Miscellaneous improvements

[change] remove old logo #484
German, English, French, Polish, Russian and Ukrainian locales updated
[add] brazilian portuguese translation
translation HOWTO: https://github.com/wallabag/wallabag/blob/master/TRANSLATION.md
[add] Empty cache after changing theme #503
[add] empty cache after changing language #492
[add] display last check of wallabag release
a lot of enhancements related to tags: tags list is now sorted, shows number of articles, autocomplete added according to #477, #542
Many enhancements on all themes

1.5.2 — Baggy

21 Feb 14:57
Compare
Choose a tag to compare
  • Security fix: if content contained some JS, wallabad displayed it. For example <img src=# onerror=alert(1) /> Now, content is parsed by HTML Purifier.
  • "Save a link" is now available in the menu. Thank you @mariroz
  • "Mark all as read" is available for all themes. Thank you @mariroz
  • Full-Text RSS included as a script instead of file_get_contents call. Thank you @Faless
  • Baggy theme embed webfont, we have no link with google servers. Thank you @nsteinmetz
  • Message in install screen to prevent user when wallabag is already installed.
  • Tags display is now correct, no more duplicates. Thank you @mariroz
  • Pagination if necessary when you are viewing tagged articles. Thank you @mariroz
  • Import from Pocket now import tags too. Thank you @arnaudmm
  • On config screen, themes are sorted alphabetically.
  • Link on footer was unclickable.
  • Added Slovene language
  • Languages are well displayed on config page, no more "en_EN.utf8" :/ #wtf

1.5.1 – Baggy

19 Feb 12:48
Compare
Choose a tag to compare

Changelog

  • Fix: security problem with tags, thank you @mariroz
  • Add: duplicate check added when you save a new article, thank you @mariroz
  • Add: script to make installation more user friendly. Still in beta.
  • Add: link to empty cache on config screen.

To update your wallabag, you have to extract the archive in your folder, delete all files in /cache and delete install folder.

1.5.0 — Baggy

13 Feb 18:51
Compare
Choose a tag to compare

We called this version Baggy to thank @thomaslebeau, designer of the new theme.
Thank you so much Maylis Agniel for our great logo. We love it so much.

Changelog:

  • New default theme, created by @thomaslebeau \o/ : baggy (with new wallabag logo, created by Maylis Agniel)
  • Add : link to mark all links as read
  • Languages: polish and ukrainian translations added, other languages updated
  • RSS feed: problem with token with "+" sign
  • Replaced some "poche" terms by "wallabag"

wallabag 1.4.0

03 Feb 18:05
Compare
Choose a tag to compare
  • You can now import in your wallabag the wallabag datas ;-) Useful if you re-install your application
  • New theme called courgette
  • You can now easily retrieve your token and your user_id on config screen.
  • Added basic auth in file_get_contents for content extraction when user use basic auth
  • Stopped multiplication, in database, of a same user config item (error of variable name).
  • Replaced poche by wallabag. See you soon, poche <3
  • Fixed endless redirects or user doesn't exist with basic authentication
  • Added support for X-Forwarded-Proto header field

poche 1.3.1

07 Jan 12:21
Compare
Choose a tag to compare

To update your poche, copy all the files in your poche and delete all content in /cache.

Changelog:

  • user_agent in file_get_contents
  • poche logo is now in SVG
  • update poche version in compatibility test file
  • create sqlite table tags_entries only if not already exists
  • bug with Flattr (Notice: Trying to get property of non-object)
  • Readability.com changed its export format
  • Change Permissions in pochePictures.php
  • code display when printing a page was buggy
  • encoding in rss
  • error in query to get entries and tags