source: OpenWorkouts-current/docs/_build/html/CHANGES.html @ 0398a0c

currentfeature/docs
Last change on this file since 0398a0c was 0398a0c, checked in by Borja Lopez <borja@…>, 5 years ago

(#72) Created docs infraestructure, using sphinx and rst

  • Property mode set to 100644
File size: 7.2 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6  <head>
7    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9    <title>OpenWorkouts Changelog &#8212; OpenWorkouts 0.2.0 documentation</title>
10    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
11    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
13    <script type="text/javascript" src="_static/jquery.js"></script>
14    <script type="text/javascript" src="_static/underscore.js"></script>
15    <script type="text/javascript" src="_static/doctools.js"></script>
16    <script type="text/javascript" src="_static/language_data.js"></script>
17    <link rel="author" title="About these documents" href="about.html" />
18    <link rel="index" title="Index" href="genindex.html" />
19    <link rel="search" title="Search" href="search.html" />
20    <link rel="prev" title="Installation instructions" href="install.html" />
21   
22  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
23 
24 
25  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
26
27  </head><body>
28 
29
30    <div class="document">
31      <div class="documentwrapper">
32        <div class="bodywrapper">
33         
34
35          <div class="body" role="main">
36           
37  <div class="section" id="openworkouts-changelog">
38<h1><a class="toc-backref" href="#id3">OpenWorkouts Changelog</a><a class="headerlink" href="#openworkouts-changelog" title="Permalink to this headline"></a></h1>
39<div class="contents topic" id="contents">
40<p class="topic-title first">Contents</p>
41<ul class="simple">
42<li><a class="reference internal" href="#openworkouts-changelog" id="id3">OpenWorkouts Changelog</a><ul>
43<li><a class="reference internal" href="#release-summary" id="id4">Release summary</a></li>
44<li><a class="reference internal" href="#release-details" id="id5">Release details</a><ul>
45<li><a class="reference internal" href="#id1" id="id6">0.2.0</a></li>
46<li><a class="reference internal" href="#id2" id="id7">0.1.0</a></li>
47</ul>
48</li>
49</ul>
50</li>
51</ul>
52</div>
53<div class="section" id="release-summary">
54<h2><a class="toc-backref" href="#id4">Release summary</a><a class="headerlink" href="#release-summary" title="Permalink to this headline"></a></h2>
55<dl class="docutils">
56<dt>0.2.0, March 1, 2019:</dt>
57<dd>Improvements on user signup, added i18n support for the UI (+ es
58translations)</dd>
59<dt>0.1.0, February 15, 2019:</dt>
60<dd>Initial release, includes signup/login + per-user complete workout
61management and an initial set of stats.</dd>
62</dl>
63</div>
64<div class="section" id="release-details">
65<h2><a class="toc-backref" href="#id5">Release details</a><a class="headerlink" href="#release-details" title="Permalink to this headline"></a></h2>
66<div class="section" id="id1">
67<h3><a class="toc-backref" href="#id6">0.2.0</a><a class="headerlink" href="#id1" title="Permalink to this headline"></a></h3>
68<ul class="simple">
69<li>New:<ul>
70<li>Added support for different locale/language for the UI (#56, #69)
71(+ spanish translations)</li>
72<li>Added user verification by email on signup (#29, #61, #66, #67)</li>
73<li>Several internal improvements:<ul>
74<li>Added migrations support for the ZODB database (#45)</li>
75<li>Moved the setup of development environments to use ZEO</li>
76<li>Added a tasks module to run periodic tasks into separate processes</li>
77<li>Set logging capabilities and proper log files</li>
78</ul>
79</li>
80</ul>
81</li>
82<li>Fixes:<ul>
83<li>Fixed bug in the profile page yearly stats chart, that caused the wrong
84weekly/monthly label to be highlighted on page reload.</li>
85<li>Weeks for the current month were displayed in the wrong part of
86the yearly activity chart in the profile page (#68)</li>
87<li>Set a title automatically when adding manually a workout without providing
88one (#58)</li>
89<li>Signup form does not keep values on error (#60)</li>
90<li>Profile images were too big (#51)</li>
91<li>Fixed several UI problems in mobile devices (#50, #57)</li>
92<li>Fixed broken <em>bin/install</em> script (+ extended it with some new features)</li>
93<li>Use a gif “loading” image instead of a fixed image while the screenshot
94of a workout tracking map is being generated</li>
95</ul>
96</li>
97</ul>
98</div>
99<div class="section" id="id2">
100<h3><a class="toc-backref" href="#id7">0.1.0</a><a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
101<ul class="simple">
102<li>New:<ul>
103<li>User signup and login, password reset and basic user profile management</li>
104<li>Multi-sport workouts support<ul>
105<li>Add workouts manually or upload using tracking files (gpx and fit
106supported)</li>
107<li>Edit/update workouts manually or with tracking files</li>
108</ul>
109</li>
110<li>Time-based archive for workouts in the user dashboard</li>
111<li>Time-based (global, per-month, per-week) stats and charts</li>
112<li>Detailed view of a workout, including basic workout info, stats and
113an interactive map for those workouts with gps data</li>
114</ul>
115</li>
116</ul>
117</div>
118</div>
119</div>
120
121
122          </div>
123         
124        </div>
125      </div>
126      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
127        <div class="sphinxsidebarwrapper">
128<h1 class="logo"><a href="index.html">OpenWorkouts</a></h1>
129
130
131
132
133
134
135
136
137<h3>Navigation</h3>
138<p class="caption"><span class="caption-text">Contents:</span></p>
139<ul class="current">
140<li class="toctree-l1"><a class="reference internal" href="about.html">About OpenWorkouts</a></li>
141<li class="toctree-l1"><a class="reference internal" href="install.html">Installation instructions</a></li>
142<li class="toctree-l1 current"><a class="current reference internal" href="#">OpenWorkouts Changelog</a><ul>
143<li class="toctree-l2"><a class="reference internal" href="#release-summary">Release summary</a></li>
144<li class="toctree-l2"><a class="reference internal" href="#release-details">Release details</a></li>
145</ul>
146</li>
147</ul>
148
149<div class="relations">
150<h3>Related Topics</h3>
151<ul>
152  <li><a href="index.html">Documentation overview</a><ul>
153      <li>Previous: <a href="install.html" title="previous chapter">Installation instructions</a></li>
154  </ul></li>
155</ul>
156</div>
157<div id="searchbox" style="display: none" role="search">
158  <h3>Quick search</h3>
159    <div class="searchformwrapper">
160    <form class="search" action="search.html" method="get">
161      <input type="text" name="q" />
162      <input type="submit" value="Go" />
163      <input type="hidden" name="check_keywords" value="yes" />
164      <input type="hidden" name="area" value="default" />
165    </form>
166    </div>
167</div>
168<script type="text/javascript">$('#searchbox').show(0);</script>
169
170
171
172
173
174
175
176
177        </div>
178      </div>
179      <div class="clearer"></div>
180    </div>
181    <div class="footer">
182      &copy;2019, Borja Lopez Rio.
183     
184      |
185      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.4</a>
186      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
187     
188      |
189      <a href="_sources/CHANGES.rst.txt"
190          rel="nofollow">Page source</a>
191    </div>
192
193   
194
195   
196  </body>
197</html>
Note: See TracBrowser for help on using the repository browser.