-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathios-release-notes.html
More file actions
74 lines (73 loc) · 4.23 KB
/
ios-release-notes.html
File metadata and controls
74 lines (73 loc) · 4.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html class="release">
<head>
<meta charset="UTF-8">
<title>Rye - Social Notifications</title>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="57x57" href="/resources/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/resources/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/resources/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/resources/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/resources/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/resources/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/resources/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/resources/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/resources/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/resources/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/resources/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicon-16x16.png">
<link rel="manifest" href="/resources/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/resources/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="Release notes of the Rye app on iOS">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="container release">
<div class="row-fluid">
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/team.html">The team</a></li>
</ul>
</nav>
</div>
<div class="row">
<h1>iOS Release Notes</h1>
</div>
<div class="row">
<h2>Version 2</h2>
<p>The message interface is finally available! You can now send messages like in any messaging app. Be careful, messages disappear once you've seen them! Also, you have a step-by-step guide on how to best use the app on signup. Nobody gets lost! Last touch, you can now use both name and username to find your friends.</p>
<p>We also made a bunch of bug fixes and minor improvements that you may not notice, but it's there. Hope you enjoy the app, we always appreciate feedback at admin@ryeapi.com.</p>
</div>
<div class="row">
<h2>Version 1.2</h2>
<p>Fixing a bug that prevented you from receiving notifications.</p>
</div>
<div class="row">
<h2>Version 1.1</h2>
<p>This is a small update to improve security and user experience.</p>
<p>The Login security has been improved.</p>
<p>Text resets when sending a message. How didn't we think about this earlier ? You can also see the connection status at launch on every view now. And you'll receive a notification every time someone adds you to a group discussion.</p>
<p>We hope you enjoy those improvements. Feel free to write to us at admin@ryeapi.com, we always enjoy your feedback !</p>
</div>
<div class="row">
<h2>Version 1</h2>
<p>- create discussions, with 1 or more contacts</p>
<p>- send messages to them, or the default message in a discussion</p>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76964565-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>