aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-08 02:58:43 +0100
committerSem <sembrestels@riseup.net>2013-11-08 02:58:43 +0100
commit17d7adcb317d25e37d3091e94b66e3f16de54196 (patch)
tree7072be81bd552a96d67ab8590c7204d71185446a
parentee6387863810b553c876162136b2ac96ee9f512f (diff)
downloadelgg-17d7adcb317d25e37d3091e94b66e3f16de54196.tar.gz
elgg-17d7adcb317d25e37d3091e94b66e3f16de54196.tar.bz2
Added changes and .gitignore files.
-rw-r--r--.gitignore15
-rw-r--r--CHANGES.txt14
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)
+