瀏覽代碼

6.7.7 release

Gaudenz Alder 8 年之前
父節點
當前提交
e44c27fcce
共有 9 個文件被更改,包括 19 次插入18 次删除
  1. 4 0
      ChangeLog
  2. 1 1
      VERSION
  3. 3 4
      war/cache.manifest
  4. 二進制
      war/images/favicon.ico
  5. 7 9
      war/index.html
  6. 1 1
      war/js/app.min.js
  7. 1 1
      war/js/atlas.min.js
  8. 1 1
      war/js/embed-static.min.js
  9. 1 1
      war/js/reader.min.js

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+06-JUN-2017: 6.7.7
+
+- Fixes broken links in cache.manifest
+
 06-JUN-2017: 6.7.6
 
 - Adds VSDX export in online webapp

+ 1 - 1
VERSION

@@ -1 +1 @@
-6.7.6
+6.7.7

+ 3 - 4
war/cache.manifest

@@ -1,7 +1,7 @@
 CACHE MANIFEST
 
 # THIS FILE WAS GENERATED. DO NOT MODIFY!
-# 06/06/2017 05:29 PM
+# 06/06/2017 09:45 PM
 
 app.html
 index.html?offline=1
@@ -45,11 +45,10 @@ images/logo-jira.png
 images/clear.gif
 images/spin.gif
 images/checkmark.gif
+images/favicon-16x16.png
 images/favicon-32x32.png
-images/favicon-194x194.png
-images/favicon-96x96.png
 images/android-chrome-192x192.png
-images/favicon-16x16.png
+images/android-chrome-512x512.png
 images/glyphicons_google.png
 images/glyphicons_facebook.png
 images/glyphicons_twitter.png

二進制
war/images/favicon.ico


+ 7 - 9
war/index.html

@@ -103,17 +103,15 @@
 		}
 	</script>
     <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/plgmlhohecdddhbmmkncjdmlhcmaachm">
-	<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
-	<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
-	<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
-	<link rel="manifest" href="/images/manifest.json">
-	<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#d89000">
-	<link rel="shortcut icon" href="/images/favicon.ico">
-	<meta name="apple-mobile-web-app-title" content="draw.io">
+	<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
+	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
+	<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#d89000">
+	<meta name="msapplication-config" content="images/browserconfig.xml">
+	<link rel="manifest" href="images/manifest.json">
 	<meta name="application-name" content="draw.io">
-	<meta name="msapplication-config" content="/images/browserconfig.xml">
+	<link rel="shortcut icon" href="favicon.ico">
 	<meta name="theme-color" content="#d89000">
-    <link rel="apple-touch-startup-image" href="/images/logo-flat.png">
     <link rel="stylesheet" type="text/css" href="styles/grapheditor.css">
 	<style type="text/css">
 		body { overflow:hidden; }

File diff suppressed because it is too large
+ 1 - 1
war/js/app.min.js


File diff suppressed because it is too large
+ 1 - 1
war/js/atlas.min.js


File diff suppressed because it is too large
+ 1 - 1
war/js/embed-static.min.js


File diff suppressed because it is too large
+ 1 - 1
war/js/reader.min.js