Changeset ecfed69 in OpenWorkouts-current for CHANGES.rst


Ignore:
Timestamp:
Feb 28, 2019, 10:47:21 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
80422c4, ea43725
Parents:
643af34
Message:

Bumped version to 0.2.0, updated CHANGES.rst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CHANGES.rst

    r643af34 recfed69  
    88---------------
    99
     100.2.0, March 1, 2019:
     11       Improvements on user signup, added i18n support for the UI (+ es
     12       translations)
     13
    10140.1.0, February 15, 2019:
    1115       Initial release, includes signup/login + per-user complete workout
     
    1418Release details
    1519---------------
     20
     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
    1662
    17630.1.0
Note: See TracChangeset for help on using the changeset viewer.