Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
chore(main): release 0.1.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
teaishealthy authored Dec 3, 2022
1 parent 4a63caf commit dac031b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## [0.1.0](https://github.com/eludris-community/eludris_flutter/compare/v1.0.0...v0.1.0) (2022-12-03)


### ⚠ BREAKING CHANGES

* merge messages by the same author ([#27](https://github.com/eludris-community/eludris_flutter/issues/27))

### Features

* add basic lua intergration ([#20](https://github.com/eludris-community/eludris_flutter/issues/20)) ([4a8323d](https://github.com/eludris-community/eludris_flutter/commit/4a8323dbdc406f91a6262454fb4f8e3a50e3ff73))
* add effis support ([91104bc](https://github.com/eludris-community/eludris_flutter/commit/91104bc5932fff72f5c26479e5e0ab05bcaa6f19))
* add linux support ([#7](https://github.com/eludris-community/eludris_flutter/issues/7)) ([7b295bf](https://github.com/eludris-community/eludris_flutter/commit/7b295bfa3b5d74c4195c6a2af0aca3cd1f043f5d))
* add settings and optimistic updates ([c217d03](https://github.com/eludris-community/eludris_flutter/commit/c217d03f2662fea7f0f7b90fc0daaf101765136d))
* add support for linux ([#4](https://github.com/eludris-community/eludris_flutter/issues/4)) ([2491b83](https://github.com/eludris-community/eludris_flutter/commit/2491b8315dafd765ea72ec47fcf7fe99d585a3c5))
* add support for web ([#36](https://github.com/eludris-community/eludris_flutter/issues/36)) ([f0c724b](https://github.com/eludris-community/eludris_flutter/commit/f0c724bcd6a5dc604eddfeba9f78145d94ab4393))
* add windows support ([494e162](https://github.com/eludris-community/eludris_flutter/commit/494e1623c279926144d8918afa942ef7311fb49b))
* implement eludris v0.3 changes ([#39](https://github.com/eludris-community/eludris_flutter/issues/39)) ([e81ba19](https://github.com/eludris-community/eludris_flutter/commit/e81ba19466f14630eee2a51d8d30c1b8aee33629))
* initial commit ([6828e89](https://github.com/eludris-community/eludris_flutter/commit/6828e89be810d08177937fd6e20d80d21d42892b))
* keep focus on text field ([14c9b08](https://github.com/eludris-community/eludris_flutter/commit/14c9b0831efda546f663e49ba1012e36ec08a807))
* merge messages by the same author ([#27](https://github.com/eludris-community/eludris_flutter/issues/27)) ([21973d6](https://github.com/eludris-community/eludris_flutter/commit/21973d652012071fdcc5275d2bb8372d5deba93f))
* use yaru theme ([1860794](https://github.com/eludris-community/eludris_flutter/commit/186079428b6fcd566e0526bfbb9118f29397961c))
* using get_it for singletons ([#35](https://github.com/eludris-community/eludris_flutter/issues/35)) ([9f47a73](https://github.com/eludris-community/eludris_flutter/commit/9f47a73576905b5da98eae96b195e2db7adb841c))


### Bug Fixes

* add SafeArea to Scaffold ([#13](https://github.com/eludris-community/eludris_flutter/issues/13)) ([4ba46f7](https://github.com/eludris-community/eludris_flutter/commit/4ba46f789d93881e00bff340e119411d10ab79ac))
* change hinttext of gateway ([#2](https://github.com/eludris-community/eludris_flutter/issues/2)) ([5d13bc3](https://github.com/eludris-community/eludris_flutter/commit/5d13bc3d1af491535f2a03925255e46ea7744fd5))
* fix the default urls of the ws and effis ([#28](https://github.com/eludris-community/eludris_flutter/issues/28)) ([b2ddf1e](https://github.com/eludris-community/eludris_flutter/commit/b2ddf1e36e4654592f1739dd3e85c57d179d5557))
* use Map.from for gateway data ([#42](https://github.com/eludris-community/eludris_flutter/issues/42)) ([7dc1c74](https://github.com/eludris-community/eludris_flutter/commit/7dc1c7495660060ab300fe0f676a7bc82db7d269))
* use RegExp for getting effis id ([#30](https://github.com/eludris-community/eludris_flutter/issues/30)) ([4a326b5](https://github.com/eludris-community/eludris_flutter/commit/4a326b5acb99e1243fd6cf7cba5f4e589549ffd9))


### Reverts

* "feat: add support for linux ([#4](https://github.com/eludris-community/eludris_flutter/issues/4))" ([#5](https://github.com/eludris-community/eludris_flutter/issues/5)) ([03f2a61](https://github.com/eludris-community/eludris_flutter/commit/03f2a614683ae1cddce7dbf5c911882d0817ff67))


### Miscellaneous Chores

* release 0.1.0 ([4a63caf](https://github.com/eludris-community/eludris_flutter/commit/4a63caf6aa5b472030c20885e3508e36fa31baca))

## 1.0.0 (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0+1
version: 0.1.0+2

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down

0 comments on commit dac031b

Please sign in to comment.