Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added changelog for 2.0.0 release. #116

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## 2.0.0

* The structure of files and folders has been refactored.
* Added mason.
* The localization setting has been fixed.
* The flutter version has been raised.
* A guide on using SurfGen has been written.
* An example of a basic API call has been implemented.
* Outdated CI/CD scripts have been removed.
* The basic UI kit is implemented.
* Updated package versions.
* The assets directory has been refactored.
* Exports have been removed.
* The basic application icon and splash have been changed.
* elementary_helper has been removed.
* The features directory has been refactored.
* Added an entry point to the feature.
* The navigation structure has been refactored.
* A diagram of the recommended architecture has been added to the documentation.
* The folders "Shared", "shared" and "core" are allocated.
* Added a pattern for catching errors.
* LocalizationMixin added.
* The basic Converter class has been added.
* Info, dash, temp features have been removed.
* Updated line length by 120 characters.
* Added instructions for setting the app name.
* Added a common error handler.
* All lines are translated into English.
* Added dcm presets to the template project.
* Updated templates for SurfGen.
* Application initialization has been updated.
* Replaced ThemeService with InheritedWidget.
* Actualized flavors and build types.
* The Debug screen has been refactored.
* Updated instructions for using flutterfire.
* Added the union_state package.


## Unreleased

* [JIRA-124](https://jira.surfstudio.ru/browse/JIRA-124) feat: Change application icons.
Expand Down
Loading