Skip to content

Commit 8b51cd4

Browse files
committed
Updates CHANGELOG
1 parent c4fb633 commit 8b51cd4

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

CHANGELOG.md

+8-24
Original file line numberDiff line numberDiff line change
@@ -11,60 +11,52 @@ a beta or production release, they must be documented here).
1111
## [Unreleased]
1212

1313
### Added
14-
1514
- Visually Opinionated Buttons (Primary, Secondary and Text).
1615

1716
## [0.2.0] - 2021-08-13
1817

1918
### Updated
20-
2119
- Several `ExecutionTerminal` enhancements:
2220
- Allows the user to go back/forward on the same memo.
2321
- The selected difficulty don't require a confirmation anymore - once it's selected, it animates to the next memo.
2422

2523
### Fixed
26-
2724
- Several `ExecutionTerminal` fixes:
2825
- Actions overlapping in smaller devices.
2926
- Inconsistent state when memos were executed too fast.
3027
- Not following the expected layout specs.
3128
- Replaced oval gradient in `CollectionCard` with `LinearGradient`, attempting to solve performance issues.
3229

3330
### Removed
34-
3531
- Hero animation from `CollectionCard`.
3632

3733
## [0.2.0-rc.1] - 2021-08-02
3834

3935
### Added
40-
4136
- Firebase Analytics SDK with no need for consent - disabled `AdId` collection.
4237
- A proper empty state for `CollectionsPage` - the `_CollectionsEmptyState`.
4338
- `DestructiveButton`, a customized button for destructive operations - with custom layout specs.
4439
- `MemoThemeData.destructiveSwatch` and a its respective destructive swatch for the classic theme.
4540

4641
### Updated
47-
4842
- Android & iOS Fastfiles to automatically distribute uploaded builds to external testers.
4943
- Both `pull-request` and `release` workflows now:
5044
- Caches flutter's SDK.
5145
- Run Flutter tests only once.
5246
- Strategy used to authenticate with `GoogleService-Info` (only required in `release`, using an empty template in
53-
`pull-request`).
47+
`pull-request`).
5448
- Uses the Flutter's beta channel + latest version, requirements of the animation jank fix.
5549
- Android `minSdkVersion` from `16` to `17` and `multiDexEnabled` to `true`, requirements of `flutter-quill` dependency.
5650
- iOS `MinimumOSVersion` from `8.0` to `9.0`, an apparent dependency on the latest beta channel version.
5751
- Flutter's SDK to `2.4.0-4.2.pre` to fix the animation jank.
5852
- `Fastfile` to use `--bundle-sksl-path` option, requirements of the animation jank fix.
5953
- When quitting the execution, `CollectionExecutionPage` now uses the `showSnappableDraggableModalBottomSheet` instead
60-
of `AlertDialog`.
54+
of `AlertDialog`.
6155

6256
#### Collections
63-
6457
- Cohesion improvements on `comecando_com_git`.
6558

6659
### Fixed
67-
6860
- Discord link was expired, now it's a permalink.
6961
- White screen before `SplashPage` was loaded (using `flutter_native_splash` and generating native splash screens).
7062
- `AssetIconButton` wasn't conforming to the correct layout specs.
@@ -76,14 +68,12 @@ a beta or production release, they must be documented here).
7668
## [0.1.0] - 2021-07-16
7769

7870
### Added
79-
8071
- `bdd_fundamentos_01`, `fundamentos_scrum`, `guia_scrum`, `kotlin_fundamentos_01` and `manifesto_agil` collections.
81-
Thanks to all contributors!
72+
Thanks to all contributors!
8273

8374
## [0.1.0-rc.3] - 2021-07-15
8475

8576
### Added
86-
8777
- `Contributor` model and its `ContributorSerializer` serializer.
8878
- `EnvMetadata` and its respective implementation that provides application's environment constants.
8979
- `SettingsSection.community` with `LinkSettingsItem` to discord.
@@ -92,10 +82,9 @@ a beta or production release, they must be documented here).
9282
- `Firebase` and `FirebaseCrashlytics` to record unexpected crashes, errors and exceptions.
9383

9484
### Updated
95-
9685
- All files documentations, including standardizing communication.
9786
- `CollectionMemos` and `Collection` now have a `contributors` property, exposing all associated contributors with that
98-
particular collection.
87+
particular collection.
9988
- `LoadedCollectionDetailsState` now also provides a list of `ContributorInfo` associated with that `Collection`.
10089
- `LinkButton` widget now exposes `backgroundColor` and `textStyle` properties.
10190
- `ExternalLinkButton` widget now exposes `iconColor`, `backgroundColor` and `textStyle` properties.
@@ -104,44 +93,39 @@ a beta or production release, they must be documented here).
10493
- Existing collections with their respective contributors.
10594

10695
### Fixed
107-
10896
- Missing `SafeArea` in `Scaffold.bottomNavigationBar` for devices with home indicator.
10997
- Missing `SettingsVM` interface.
11098
- Hero animations built through `buildHeroCollectionCardFromItem` weren't using an unique `Hero.tag`.
11199

112100
## [0.1.0-rc.2] - 2021-05-12
113101

114102
### Added
115-
116103
- `comecando_com_git`, `ecossistema_do_flutter` and `swift_fundamentos_01` collections.
117104

118105
### Removed
119-
120106
- `git_getting_started` collection.
121107

122108
### Updated
123-
124109
- Added new resources to `resources.json`.
125110

126111
### Fixed
127-
128112
- Fixed [`release`](.github/workflows/release.yml) workflow to use personal access token when pushing changes to the
129-
repo.
113+
repo.
130114

131115
## [0.1.0-rc.1] - 2021-05-08
132116

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

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

144128
## [0.1.0-dev.1] - 2021-04-01
145129

146130
Initial release, defines core architecture.
147-
The application is unusable on this version.
131+
The application is unusable on this version.

0 commit comments

Comments
 (0)