diff --git a/ChangeLog b/ChangeLog index 034b3a6..568ab16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-06-12 Pierre-Luc Paour (1.1-b3) + + * Preference property names are now constants in PreferenceNames rather + than just text litterals. + * Added proxy support in the preferences. + * Explicit HTTPS support (see the ReadMe). + * Optionally strips the extension when using filename for caption. + 2003-06-04 Pierre-Luc Paour (1.1-b2) * Added Upload, URLs, Proxy prefs panel. diff --git a/defaults.properties b/defaults.properties index e394301..da355f0 100644 --- a/defaults.properties +++ b/defaults.properties @@ -24,10 +24,33 @@ resizeToDefault=600,600 # use the names of files as their default captions setCaptionsWithFilenames=true +# when setCaptionsWithFilenames is true, remove the extension +# from the file name +captionStripExtension=false + # escape names (if you want to use accents in captions). # This will prevent you from using HTML markup in your captions htmlEscapeCaptions=false +# +# --- Proxy --- +# + +# master switch +useProxy=false + +# HTTP proxy host +proxyHost=proxy.host.com + +# HTTP proxy port +proxyPort=80 + +# HTTP proxy username (optional) +proxyUsername= + +# HTTP proxy password (optional) +proxyPassword= + # # --- Previews and thumbnails (use the Options menu) --- # @@ -93,6 +116,6 @@ updateUrlBeta=http://gallery.sourceforge.net/gallery_remote_version_check_beta.p # # --- Do not edit below this line --- # -version=1.1b2 -releaseDate=2003/06/04 +version=1.1b3 +releaseDate=2003/06/12 aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nMaintained by Pierre-Luc Paour\n \nInitial version by Chris Smith\n \n \nContributors:\n \nTim Miller\nDolan Halbrook\n \n \nArtwork by Ross A. Reyman\n \n \nBundled software:\n \nImageMagick\n \nJSX