diff options
-rw-r--r-- | .gitignore | 15 | ||||
-rw-r--r-- | CHANGES.txt | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..339142537 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ignore IDE/hidden/testing/OS cache files +.* +*~ +/nbproject +/nb-configuration.xml +Session.vim +*.tmproj +*.tmproject +tmtags +Thumbs.db +Desktop.ini +/JsTestDriver-*.jar + +# don't ignore travis config +!/.travis.yml diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 000000000..9a55a443f --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,14 @@ +Version 1.8.1 +(November 8, 2013 from https://github.com/lorea/videolist.git) + + Enhancements + * Setting responsive dimensions. + * Making video thumbnails faster (thanks to ura soul). + * Do not display watching video in sidebar (thanks to ura soul). + + Bugfixes + * Using https instead http in embeded videos. + +Version 1.8.0 (Foxglove) +(September 13th, 2013 from git://github.com/lorea/videolist.git) + |