Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 18, 2025
1 parent 59af016 commit 292fed0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 1.0.0 (2025-01-18)


### Features

* add settings dialog and display edit events properly ([#11](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/11)) ([6b33d84](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/6b33d840166c66aa4569f7a2a36f6c045b551433))
* add snap packaging ([#12](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/12)) ([b27c05d](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/b27c05d4444228798246a953c4b444ecefcf1bf2))
* bootstrapping from nebuchadnezzar of other devices ([#13](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/13)) ([502a5e5](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/502a5e5d1d3fbc6e17707b682de81796ee10274b))
* Create app_sv.arb ([#10](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/10)) ([31415f3](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/31415f392ac685c29dee93d397a591a4a7b93f4f))
* create space, disallow svgs for now, improve timeline model, add direct chat dialog, add location fallback bubble for now ([e2e4a9c](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/e2e4a9c4d32381a370fc04ae5d05396122ecb302))
* improve bootstrap and keyverification ([#14](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/14)) ([abd7f56](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/abd7f568ba04cd3aae3c29709ee9c8fac231108b))
* initial commit ([50778d0](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/50778d0558495c73055fc76a77f89cd7be19a58d))
* show device list, improve verification of other devices ([17903aa](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/17903aa5d2c894b1548bc59ef21ae9ad730a495a))


### Bug Fixes

* correctly shift enter and enter send, more fade animations + create timeline model ([6325a09](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/6325a09c8a9770074379dd97b7338cf5410b9bb6))
* disable html messages for now ([c30daee](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/c30daee93afe7e52f9bf23c300d7ce6b10785f44))
* dont show avatars for not bad encrypted messages ([f492929](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/f4929291af98b03af152111d877cae7a7c4a6ecb))
* handy window ([e3a6d30](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/e3a6d3030c68379aadcf95000e71836225833dbc))
* linux size constraints ([4ad2397](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/4ad239706e4b410bcde2dad23535806439a19d9c))
* simplify seen by indicator ([69e17a6](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/69e17a66e995b2082f4dfcf50068ff7c2660cee8))
* start page loading side headerbar ([660b407](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/660b40734cd53506a04158aff7070e23b2c9320f))
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "A new Flutter project."

publish_to: "none"

version: 1.0.0+1
version: 1.0.0+2

environment:
sdk: ">=3.4.4 <4.0.0"
Expand Down

0 comments on commit 292fed0

Please sign in to comment.