History —
1.4.0 (2017-08-26)¶
- Add default settings as constants.
- Updated Quick start instructions.
1.3.8 (2017-08-25)¶
- Upgraded to Django 1.11.4.
1.3.7 (2017-05-04)¶
- Allow for invalid pubDates on Feeds and Entries.
1.3.6 (2016-01-22)¶
- Upgraded to Django 1.9.1.
1.3.5 (2015-10-26)¶
- Allow for from ambiguous times (around summer time changes).
1.3.4 (2015-10-25)¶
- Upgrade library pytz to version 2015.6
1.3.3 (2015-09-07)¶
- Added missing terms.
1.3.2 (2015-09-06)¶
- Fix tests.
1.3.1 (2015-09-06)¶
- Include locale and migrations in package.
1.3.0 (2015-09-06)¶
- Added support for Django’s i18n Internationalization and localization.
1.2.2 (2015-05-24)¶
- Keep poll icon with feed name.
1.2.1 (2015-05-24)¶
- Mark Feed titles as safe on edit page.
1.2.0 (2015-04-25)¶
- Make Feed descriptions options.
1.1.3 (2015-04-18)¶
- Updated documentation; Added namespace to project urls.py entry.
1.1.2 (2015-04-05)¶
- Updated documentation; Added display options to edit page.
1.1.1 (2015-04-05)¶
- Use triangles to toggle display in menu.
1.1.0 (2015-04-03)¶
- Updated to Django 1.8.
1.0.5 (2015-03-29)¶
- Put URLs in quotes when logging.
1.0.4 (2014-10-25)¶
- Use encrypted links (https).
1.0.3 (2014-09-20)¶
- Upgraded to Django 1.7.
1.0.2 (2014-09-20)¶
- Removed valid_form check as only valid forms reach that function.
1.0.1 (2014-05-04)¶
- Refined unit tests to work with postgres.
1.0.0 (2014-05-04)¶
- Updated documentation with edit feeds page.
0.9.5 (2014-05-03)¶
- Added page to edit feeds.
0.9.4 (2014-04-28)¶
- Updated documentation.
0.9.3 (2014-04-28)¶
- Replace fixtures with factory_boy factories.
0.9.2 (2014-04-25)¶
- 100% Unit Test Coverage
0.9.1 (2014-03-29)¶
- Added Sphinx-based documentation.
0.8.1-7 (2014-03-03)¶
- Tidied README.rst for PyPI.
0.8.0 (2014-03-03)¶
- Stopped marking entries as read if they are already marked as such.
- Stopped trying to read more entries on scrolldown if none were found.
0.7.9 (2014-02-02)¶
- Removed trailing spaces in anchor text.
0.7.8 (2013-12-25)¶
- Stopped including tooltip of title in search results. Breaks when title contains quotes.
0.7.7 (2013-10-17)¶
- Third-party patch from zsoldosp: Added missing dependency (pytz) to install_requires.
0.7.6 (2013-09-29)¶
- Added ‘Top’ local link to footer.
0.7.5 (2013-06-02)¶
- Fixed typos in documentation.
0.7.4 (2013-05-25)¶
- Allow for blank titles when creating Feed records.
0.7.3 (2013-04-22)¶
- Mark entries as read when clicked fix.
0.7.2 (2013-04-21)¶
- Attach ajax Start and Stop events to document to fix spinner.
0.7.1 (2013-04-21)¶
- Use jQuery 2.0.0.
0.7.0 (2013-04-19)¶
- Added options to import and export feeds in OPML xml format.
0.6.0 (2013-04-18)¶
- Mark entries as read when clicked.
0.5.1 (2013-04-01)¶
- Use timezone-aware timestamps.
0.5.0 (2013-03-30)¶
- Show feed contents.
- Manage Feeds using Django admin pages.