]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Added changes and .gitignore files.
authorSem <sembrestels@riseup.net>
Fri, 8 Nov 2013 01:58:43 +0000 (02:58 +0100)
committerSem <sembrestels@riseup.net>
Fri, 8 Nov 2013 01:58:43 +0000 (02:58 +0100)
.gitignore [new file with mode: 0644]
CHANGES.txt [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3391425
--- /dev/null
@@ -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 (file)
index 0000000..9a55a44
--- /dev/null
@@ -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)
+