Skip to content

Commit

Permalink
fix: license & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Feb 11, 2024
1 parent e13dca1 commit 05b14e7
Showing 1 changed file with 45 additions and 40 deletions.
85 changes: 45 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,185 +1,190 @@
# 0.11.6 - 0.11.8

# Update
- License BSD-3-Clause license

# 0.11.6 - 0.11.7

# Fix:
# Fix
- Improve CI/CD pipeline

# 0.11.5

# Fix:
# Fix
- CI/CD plugin where the buildnr field was not used
- verbose logging instead of debug loggin for the version bump

# 0.11.4

# Fix:
# Fix
- Formatting of the release_config.json file

# 0.11.3

# Fix:
# Fix
- Bug where the release_config.json did not contain the correct version and failed because it was expected

# 0.11.2

# Fix:
# Fix
- Bug where the git status method would return a list with 1 item if nothing was detected

# 0.11.1

# Fix:
# Fix
- Bug where the git status method would return the wrong value if nothing was detected

# 0.11.0

# Feat:
# Feat
- Add the option to add a `flavor` to the versionbump command
- Add the option to add a `suffix`to the versionbump command

# 0.10.13

# Feat:
# Feat
- Add the option to check if git is clean
- Add the option to versionbump using `release_config.json` file
- Add the option to check if a clitool is installed

# 0.10.12

# Fix:
# Fix
- Cleanup keychain plugin after force quit

# 0.10.7 - 0.10.11

# Fix:
# Fix
- Setting default keychain to newly created on in ci/cd plugin

# 0.10.6

# Fix:
# Fix
- Keychain should be accessible to all from ci/cd plugin

# 0.10.5

# Fix:
# Fix
- First check if new keychain already exists before creating a new one

# 0.10.4

# Fix:
# Fix
- Delete build/ios/ipa folder before iOS build

# 0.10.3

# Fix:
# Fix
- Keychain creation on macOS

# 0.10.2

# Fix:
# Fix
- Renamed `valultName` to `opValueName` on `startBuildWithCertificateAndPasswordFromOnePassword` on the `CiCdPlugin`

# 0.10.1

# Fix:
# Fix
- Export `valultName` for `startBuildWithCertificateAndPasswordFromOnePassword` on the `CiCdPlugin`

# 0.10.0

# Feat:
# Feat
- Added `rawServiceAccount` to `startBuildWithCertificateAndPasswordFromOnePassword` on the `CiCdPlugin`

# 0.9.1

# Fix:
# Fix
- Bug when downloading files using `OnePasswordPlugin`

# 0.9.0

# Feat:
# Feat
- Export enable logging

# 0.8.0

# Feat:
# Feat
- Pass service accounts to override the default service account in the `OnePasswordPlugin`

# 0.7.1

# Fix:
# Fix
- Typo in `getServiceAccountCredentials`

# 0.7.0

# Feat:
# Feat
- Added `getServiceAccountCredentials` to `OnePasswordPlugin` to get google service account credentials from 1password.

# 0.6.1

# Fix:
# Fix
- Typo with `getTestFlightCredentials` in `OnePasswordPlugin`

# 0.6.0

# Feat:
# Feat
- Better config for testflight upload

# 0.5.1 - 0.5.3

# Fix:
# Fix
- Bug where testflight upload would succeed when the app was invalid because of a lower,same version number

# 0.5.0

# Feat:
# Feat
- `PlaystoreUploadConfig` will default to `android/playstore_credentials.json`

# 0.4.0

# Feat:
# Feat
- Export `joinPath` which is just an alternative for `join` from `path` package.

# 0.3.3

## Docs:
## Docs
- `PlayStoreUploadConfig` extra documentation
- `TestflightUploadConfig` extra documentation

# 0.3.2

## Fix:
## Fix
- `PlayStoreUploadConfig` required fields if needed
- `TestflightUploadConfig` required fields if needed

# 0.3.1

## Fix:
## Fix
- Export `PlayStoreUploadConfig`
- Export `TestflightUploadConfig`

# 0.3.0

## Feat:
## Feat
- (ci/cd): Upload to playstore with ci/cd plugin
- (ci/cd): Upload to appstore with ci/cd plugin

# 0.2.3 -> 0.2.20

## Features:
## Features
- (ci): Automatic publish to pub.dev from github actions (some trial and error happened)

# 0.2.2

## Features:
## Features
- (ci): Added ci to publish to pub.dev

# 0.2.1

## Features:
## Features
- (AppCenter): Export default distribution group.
- (cli): Added support to extend the cli with custom plugins.

# 0.2.0

## Rafactor:
## Rafactor
- Rafactor to a setup where it is clear which plugins are available to use.

# 0.1.1
Expand All @@ -189,7 +194,7 @@

# 0.1.0

## Refactor:
## Refactor
- The plugins should be more flexible now. `ImpaktfullCli()` should be used as a starting point.
These methods should make it more clear how to use the plugins:
- runWithPlugin<T>()
Expand All @@ -198,23 +203,23 @@

# 0.0.4

## Fixes:
## Fixes
- cleanup dependency injection with default implementations.

# 0.0.3

## Fixes:
## Fixes
- Removed xml dependency.

# 0.0.2

## Fixes:
## Fixes
- Typo in `EmptyCommandConfig`
- meta version set to 1.1.0

# 0.0.1

## Features:
## Features
- Unstable initial version.
- Support for:
- build flutter app
Expand Down

0 comments on commit 05b14e7

Please sign in to comment.