Skip to content

Latest commit

Β 

History

History
177 lines (115 loc) Β· 4.41 KB

CHANGELOG.md

File metadata and controls

177 lines (115 loc) Β· 4.41 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.

Added

  • subDir when initializing Theme Mode Builder.

Removed

  • Unused platforms folders.

0.0.8 - 2021-05-02

Added

  • msix package for packaging Windows app.
  • New logo for the app, Flutter Installer.

Changed

  • Upgrade all dependencies.
  • theme_mode_handler is now replaced with theme_mode_builder.
  • Data models and imports refactored.

Fixed

  • file_selector plugin now works as expected, added platforms packages
  • Cancel not working, #9
  • UserChoice is saved in between summary and customize views, going back does not reset all settings. fixes #14

Removed

  • Deprecated buttons.

0.0.7 - 2021-01-14

Added

  • Started using file_selector plugin

Changed

  • User-Agent now is a custom one when downloading the Flutter SDK as per Flutter Installer requirements
  • Upgraded all packages to latest possible

Fixed

  • General bug fixes

Removed

  • Removed file_chooser plugin

0.0.6 - 2020-10-15

Added

  • DARK mode support
  • Theming support
  • Custom message when using osascript in macOS to gain administrator privileges

Changed

  • Refactored Windows Script
  • Refactored Linux Script
  • Refactored macOS Script
  • Started using dev channel for all platforms

Fixed

  • Windows was not working, now it works after it is in alpha stage
  • Windows was showing cmd when using the shell, now it has been fixed!
  • Issue #4 has been fixed!

Removed

  • TermsOfServiceView is not useful so it is now removed

0.0.5 - 2020-08-10

Added

  • Use osascript to get sudo password on macOS

Fixed

  • Bug where some times the append-to-path.bat file won't add to PATH
  • Updated dependencies

Removed

  • Removed sudoPassword to UserChoice model
  • Removed asking for Sudo Password on macOS only in CustomizeStepView

0.0.4 - 2020-08-05

Added

  • App logos beside them in CustomizeView
  • Get download links of scripts dynamically so that an update won't be neccessay for getting script link

Fixed

  • Bug where some times the append-to-path.bat file won't add to PATH

0.0.3 - 2020-07-28

Added

  • Added sudoPassword to UserChoice model
  • Added asking for Sudo Password on macOS only in CustomizeStepView
  • macOS Script:
    • Install Flutter SDK
    • Unzip Flutter SDK
    • Add Flutter SDK to PATH
    • Install Git (requires brew)
    • Install Android Studio
    • Install IntelliJ IDEA
    • Install Visual Studio Code
  • Implemented notes by Tao Dong and Will Larche

Fixed

  • Naming mistake in CustomizeView
  • Borders of text fields in CustomizeView
  • Small bugs here and there

Removed

  • Removed sandbox mode from macOS

0.0.2 - 2020-07-23

Added

  • Customize Screen: Show Advanced Button
  • Back button on Summary Screen
  • scripts folder in installing step folder for having cleaner code.
  • Default installation path in customize screen.
  • TextLink widget
  • Linux Script:
    • Install Flutter SDK
    • Unzip Flutter SDK
    • Add FLutter SDK to PATH
    • Install Git (with common package managers)
    • Install Android Studio
    • Install IntelliJ IDEA
    • Install Visual Studio

Fixed

  • VS Code installer for Windows was being saved with no extenstion, Now it is being saved with .exe extension
  • Spelling Errors

0.0.1 - 2020-07-20

Added

  • UI
  • Windows Support (Script Part Fully Done)
  • Fonts: (Roboto, Roboto Mono)