1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fixed viewfeed/MarkAllRead behaviour

This commit is contained in:
Andrew Dolgov
2005-09-07 15:03:30 +01:00
parent 77a1bf8b83
commit deaaa02c50
6 changed files with 28 additions and 45 deletions
+8 -2
View File
@@ -5,9 +5,15 @@ v1.0.3 (Sep xx, 2005)
checking is case insensitive)
- Reworked preferences dialog
- Added ability to mark posts as "starred". These posts are not expired
automatically.
automatically.
- Rework interface using iframes, fixes a lot of scrolling issues.
- Rejoice, kids! Support for MySQL (InnoDB and version 4.1 REQUIRED!)
- Rejoice, kids! Introducing support for MySQL (InnoDB and version 4.1 REQUIRED!)
Special thanks to Jamie McCarthy who basically shamed me into doing this.
Note: Database support could have suffered regressions from many changes
in the code. I need your bugreports and yes - this means YOU! :-)
v1.0.2 (Sep 02, 2005)