source: OpenWorkouts-current/CHANGES.rst @ 8c2b094

current
Last change on this file since 8c2b094 was ecfed69, checked in by Borja Lopez <borja@…>, 5 years ago

Bumped version to 0.2.0, updated CHANGES.rst

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[c6abc0c]1OpenWorkouts Changelog
2======================
[5ec3a0b]3
[c6abc0c]4.. contents::
5
6
7Release summary
8---------------
9
[ecfed69]100.2.0, March 1, 2019:
11       Improvements on user signup, added i18n support for the UI (+ es
12       translations)
13
[c6abc0c]140.1.0, February 15, 2019:
15       Initial release, includes signup/login + per-user complete workout
16       management and an initial set of stats.
17
18Release details
19---------------
20
[ecfed69]210.2.0
22+++++
23
24- New:
25
26  - Added support for different locale/language for the UI (#56, #69)
27    (+ spanish translations)
28
29  - Added user verification by email on signup (#29, #61, #66, #67)
30
31  - Several internal improvements:
32
33    - Added migrations support for the ZODB database (#45)
34
35    - Moved the setup of development environments to use ZEO
36
37    - Added a tasks module to run periodic tasks into separate processes
38
39    - Set logging capabilities and proper log files
40
41- Fixes:
42
43  - Fixed bug in the profile page yearly stats chart, that caused the wrong
44    weekly/monthly label to be highlighted on page reload.
45
46  - Weeks for the current month were displayed in the wrong part of
47    the yearly activity chart in the profile page (#68)
48
49  - Set a title automatically when adding manually a workout without providing
50    one (#58)
51
52  - Signup form does not keep values on error (#60)
53
54  - Profile images were too big (#51)
55
56  - Fixed several UI problems in mobile devices (#50, #57)
57
58  - Fixed broken *bin/install* script (+ extended it with some new features)
59
60  - Use a gif "loading" image instead of a fixed image while the screenshot
61    of a workout tracking map is being generated
62
[c6abc0c]630.1.0
64+++++
65
66- New:
67
68  - User signup and login, password reset and basic user profile management
69
70  - Multi-sport workouts support
71
72    - Add workouts manually or upload using tracking files (gpx and fit
73      supported)
74
75    - Edit/update workouts manually or with tracking files
76
77  - Time-based archive for workouts in the user dashboard
78
79  - Time-based (global, per-month, per-week) stats and charts
80
81  - Detailed view of a workout, including basic workout info, stats and
82    an interactive map for those workouts with gps data
Note: See TracBrowser for help on using the repository browser.