Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Releases here should only be made whenever there is a build available for them in the respective stores (even if it's a beta or production release, they must be documented here).

[Unreleased]

[0.1.0-rc.2] - 2021-05-12

Added

  • comecando_com_git, ecossistema_do_flutter and swift_fundamentos_01 collections.

Removed

  • git_getting_started collection.

Updated

  • Added new resources to resources.json.

Fixed

  • Fixed release workflow to use personal access token when pushing changes to the repo.

[0.1.0-rc.1] - 2021-05-08

Introduces the first release candidate with all the first idealized functionalities for memo:

  • Collections listing, which sections all collections using its category and segments the contents by explore and review:
    • Explore shows all collections that haven't all memos completed at least once;
    • Review shows all collections that have all memos completed at least once.
  • Progress, showing the user's metadata for application-wide collection's executions, such as time spent, the percentage for each answer, etcetera;
  • Collection details and execution, which allows the user to study upon a compiled collection in this repository;
  • Settings page with info related to this project.

[0.1.0-dev.1] - 2021-04-01

Initial release, defines core architecture. The application is unusable on this version.