Skip to content

Commit

Permalink
docs: update CHANGELOG.md & pubspec.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaMoradi021 committed Jan 31, 2025
1 parent c1b511f commit ef02e48
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# 1.15.0+17

- [Feat] : Implement `InitializingNavigationPane` for handling Pactus initializing panel. [#71](https://github.com/pactus-project/pactus-gui/pull/71)
- Add/create `InitializingNavigationPane` and integrate each `panItem` for tabs based on Figma design.
- Implement `NavigationPaneCubit` for managing selected tab index.
- Add `dashboard_navigation_pane.dart` for future dashboard navigation panel integration.
- Update `registrationRoutes` for proper navigation.
- Provide `NavigationPaneCubit` in `main.dart`.
- Add new variables in `.arb` files and generate updated translation files.
- Add `navigationPanelEnableColor` & `navigationPanelDisableColor` to `AppColors`.

- [Feat] : Implement widgets of `InitializeModeScreen`. [#71](https://github.com/pactus-project/pactus-gui/pull/71)
- Add/create `CustomInputWidget` component for text fields.
- Add/create `CustomRadioButton` and `RadioButtonGroup` components.
- Add new colors to `AppColors` for widget styling.
- Update `InitializeModeScreen` for new widget integration.

- [Feat] : Add/create `CustomExpandableWidget` component. [#71](https://github.com/pactus-project/pactus-gui/pull/71)
- Update `InitializeModeScreen` for better UI flow.

- [Update] : Fix stack issue for navigation in `InitializeModeScreen`. [#71](https://github.com/pactus-project/pactus-gui/pull/71)
- Add/create `RemoteNodeSection` and `RadioButtonCubit` for handling remote node selection.
- Update `RadioButtonGroup`, `CustomRadioButton`, `CustomInputRow`, and `CustomExpandableWidget`.
- Add multi-language translation files for the new text.

- [Fix] : Resolve daemon config issue related to initialization on "Next" button click. [#71](https://github.com/pactus-project/pactus-gui/pull/71)
- Update `FinishPage`.
- Update `InitializeModeScreen`.
- Update `MasterPasswordPage`.
- Update `RestorationSeedPage`.
- Update `ValidatorConfigPage`.


# 1.14.0+16

- [Feat] : impl `WelcomeScreen` according to Figma design. [#70](https://github.com/pactus-project/pactus-gui/pull/70)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gui
description: "Pactus Flutter GUI"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.14.0+16
version: 1.15.0+17

environment:
sdk: ^3.6.1
Expand Down

0 comments on commit ef02e48

Please sign in to comment.