]> dev.renevier.net Git - syp.git/commitdiff
bump version to 0.2 v0.2
authorarno <arenevier@fdn.fr>
Sat, 8 Aug 2009 15:23:35 +0000 (17:23 +0200)
committerarno <arenevier@fdn.fr>
Sat, 8 Aug 2009 15:23:35 +0000 (17:23 +0200)
CHANGES.txt
build.sh

index b52d2ba2e2f22eac5a13fa38043acad1f8fe8ecb..aa880b289cfcbdf818f7d761887a715a36e4ee7d 100644 (file)
@@ -4,3 +4,12 @@ v0.1
 - allow to have items without an image
 - internatinalisation and english translation
 - rss feed
+
+v0.2
+----
+- when markers are too close, show one big marker
+- when a photo is uploaded, a thumbnail is created. That thumbnail is displayed
+  in popup. When image in thumbnail is clicked, large size image is displayed
+  (nearly) full screen.
+- option to show popup near marker.
+- use of Etag header
index 3932ab17178f23417ce4ad5852d656e16a59ca41..a297b1b537ab72d4aff871284104e222d3b5da5b 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-PROJVERS=0.1
+PROJVERS=0.2
 PROJNAME=syp
 
 BUILDDIR=${1:-build}