Skip to content

Releases: RemyG/RSSReader

RSSReader v0.4

09 Sep 12:38

Choose a tag to compare

Changelog for v0.3..HEAD

  • Fixed CSS issue in the entry-content-text (218ef4f)
  • Always show the favourite entries in a feed (3144f19)
  • Changed project structure, added composer, added phpunit (a0cbc93)
  • Added TravisCI config (3e2fbd4)
  • Added composer install in the travis config (5ae5760)
  • Deleted submodule directories (f2bd1d0)
  • Re-added submodules (512aab1)
  • Updated submodules (964e916)
  • Removed specific phpunit call in travis config (eeecd6c)
  • Fixed phpunit option for travis (55be3e1)
  • Updated travis and composer to use phpunit (d6c9a6f)
  • Clean files (trailing spaces and indentation) (36a539c)
  • Removed tabs from travis config (d8a39ee)
  • Added TravisCI status on the README (eaf7eec)
  • Added logging for the feed updates (940d9a1)
  • Added gitignore for the sass-cache folder (0d85018)
  • Replaced application with src following the restructuring of the project (e1b2d4d)
  • Added code coverage to the project (c40c647)
  • Updated the application path in the installation script (a4455ed)
  • Added compatibility with coveralls (a937823)
  • Added coverage status in the README (ae7104a)
  • Replaced submodules with composer packages (9643f54)
  • Started separating the data access logic from the controllers, to be able to unit test the controllers (2006722)
  • Excluded folders from code coverage (1094d6a)
  • Implemented new DAOs (7939e99)
  • Fixed unit tests (03ed6f7)
  • Moved helpers to utils. Updated DAOs to test the controllers (efde0d0)
  • Added unit tests for EntryController (7aeb71c)
  • Implemented HTTPS access for the login page (92d927e)

RSSReader v0.3

09 Sep 12:43

Choose a tag to compare

  • Updated README (50f5fad)
  • Automatically open links in new tabs (6d98481)
  • Updated style and update interval (68d2c7b)
  • Upgrader jQuery to 2.0.0 (0bc674f)
  • Added order to the categories (85313ec)
  • Updated FontAwesome to v3.1.1 (a386760)
  • Added entries count for categories, and open whole categories (c154c2d)
  • Added author to entry, and baselink to feed (6cdf154)
  • Updated style (1a23bd5)
  • Added new functionalities (163f934)
  • Updated js for open in frame/source, read/unread... (3be4121)
  • Updated js for open in frame/source, read/unread... (cb0bbdf)
  • Removed Bootstrap (41e16a8)
  • Updated the count update method (fd691b1)
  • Added Update category method (4c6444e)
  • Now clean old entries when updating a feed, and only keeps the last 50 read entries / 200 total entries for each feed. (c6b900f)
  • Self-hosting of jquerymobile (7bf0ac9)
  • Added resources caching and compressing. (1706fd2)
  • Added mark as read/unread from the mobile view. (9cb3b08)
  • Added link to the mobile version in the main nav-bar. (dcc6746)
  • Updated gitignore (2246d17)
  • Created method Feed::forceUpdateAll to force the update of all feeds, even the ones not valid. (91a53c5)
  • Re-organised the js and css files. (ce22e95)
  • Created method Feed::forceUpdateAll to force the update of all feeds. Added parameter invalidate in Feed::updateFeed (if false, don't set the feed as not valid if it can't be updated). (ea6fbf3)
  • UI cleaning (d8c5659)
  • Fixed UI issues (876f7e7)
  • Fixed UI issues (e0a3000)
  • Added create method for the categories. (35943a0)
  • Replaced "Remove entry" icon by a "Mark read/unread" icon on the category screen. (8d7c9ee)
  • Added edition and deletion slider on the feed screen. (fc32aa3)
  • Fixed the sortable feeds lists in the left menu. (0eedece)
  • Added create category action on the settings screen. (111d0ab)
  • Lots of changes... (5e95d4e)
  • Added a Favourite field in the entries. Updated the version of FontAwesome used. Created template files for the entries. (75f3e5a)
  • Cleaned unused files (68b23e7)
  • Misc. changes (5ea3424)
  • Misc. fixes (01fc207)
  • Added documentation (d2118c1)
  • Added delay on the sortable feeds menu (31c909f)
  • Updated style (66e56fa)
  • Updated colors (a45621e)

RSSReader v0.2

09 Sep 12:44

Choose a tag to compare

  • Created installation script (f349200)
  • Clean old entries on update all (2ad5ebb)
  • Created JQueryMobile side (7c5ca78)
  • Added keyboard navigation (77897c6)
  • Updated mobile version (771e394)
  • Updated mobile - navigation, entries count (72bbebf)
  • Added feed functionalities (save view type preferences, default validity...) (21dd498)
  • Added feeds order, sortable list, new buttons (70dd4c7)
  • Fixed update issue with different time zones (4867c87)

RSSReader v0.1

09 Sep 12:45

Choose a tag to compare

  • First commit (2e31872)
  • Updated project (bcefbfc)
  • New functionalities (cede66a)
  • New design, use of simplepie (aa953f3)
  • Added Twitter Bootstrap, fixed feed import (61a2eb7)
  • Removed external libraries, before adding them as submodules (770055a)
  • Added propel and simplepie as git submodules (a8aebd0)
  • Updated installation process (e715f71)
  • Updated style and processes (ebcd506)
  • Update README.md (8a8fc7a)
  • Updated README (032a1ac)
  • Updated README (b80ebd6)
  • Updated README (0a5b0bf)