OSDN Git Service

バージョン, 更新履歴を更新 rel20110815_ver0.9.2
authoryukihane <yukihane.feather@gmail.com>
Sun, 14 Aug 2011 19:01:38 +0000 (04:01 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sun, 14 Aug 2011 19:01:38 +0000 (04:01 +0900)
README.html
src/nicobrowser/main/Main.java

index 5413b95..4cdec4c 100644 (file)
     コンフィグファイルはアプリケーションディレクトリに作成されます。例えばWindowsXPであれば、以下のディレクトリになります。
     <p>C:\Documents and Settings\user\.nicobrowser</p>
     このディレクトリ以下のファイルを編集することで、好みのランキングやマイリストをダウンロード指定することが出来ます。
-    <h3><a class="mozTocH2" name="mozTocId730811"></a>nicobrowser.properties
-
-
-
-
-
-
-
-
-
-      の説明</h3>
+    <h3><a class="mozTocH2" name="mozTocId730811"></a>nicobrowser.propertiesの説明</h3>
     <table style="text-align: left; width: 100%;" border="1" cellpadding="2"
       cellspacing="2">
       <tbody>
     </p>
     <br>
     <h2><a class="mozTocH2" name="mozTocId130181"></a>更新履歴</h2>
+    <p>2011/08/15 ver.0.9.2<br>
+      いんきゅばす用にインタフェースを更新。<br>
+      リダイレクトが発生する場合(so動画)の対処方法を変更。<br>
+    </p>
     <p>2011/08/06 ver.0.9.1<br>
       feed参照先URLを更新<br>
     </p>
index 774dbc1..005a28d 100644 (file)
@@ -37,7 +37,7 @@ import org.apache.commons.logging.LogFactory;
 
 public class Main {
 
-    public static final String VERSION = "version 0.9.1";
+    public static final String VERSION = "version 0.9.2";
     private static Log log = LogFactory.getLog(Main.class);
 
     public static void main(String[] args) throws Exception {