Skip to content

Commit 2e4db33

Browse files
chore(main): release 1.0.0
1 parent cfa9414 commit 2e4db33

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-01-28)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add snap packaging ([#12](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/12)) ([b27c05d](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/b27c05d4444228798246a953c4b444ecefcf1bf2))
10+
* 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))
11+
* Create app_sv.arb ([#10](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/10)) ([31415f3](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/31415f392ac685c29dee93d397a591a4a7b93f4f))
12+
* 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))
13+
* improve bootstrap and keyverification ([#14](https://github.com/ubuntu-flutter-community/nebuchadnezzar/issues/14)) ([abd7f56](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/abd7f568ba04cd3aae3c29709ee9c8fac231108b))
14+
* initial commit ([50778d0](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/50778d0558495c73055fc76a77f89cd7be19a58d))
15+
* show device list, improve verification of other devices ([17903aa](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/17903aa5d2c894b1548bc59ef21ae9ad730a495a))
16+
17+
18+
### Bug Fixes
19+
20+
* correctly shift enter and enter send, more fade animations + create timeline model ([6325a09](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/6325a09c8a9770074379dd97b7338cf5410b9bb6))
21+
* disable html messages for now ([c30daee](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/c30daee93afe7e52f9bf23c300d7ce6b10785f44))
22+
* dont show avatars for not bad encrypted messages ([f492929](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/f4929291af98b03af152111d877cae7a7c4a6ecb))
23+
* handy window ([e3a6d30](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/e3a6d3030c68379aadcf95000e71836225833dbc))
24+
* linux size constraints ([4ad2397](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/4ad239706e4b410bcde2dad23535806439a19d9c))
25+
* simplify seen by indicator ([69e17a6](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/69e17a66e995b2082f4dfcf50068ff7c2660cee8))
26+
* start page loading side headerbar ([660b407](https://github.com/ubuntu-flutter-community/nebuchadnezzar/commit/660b40734cd53506a04158aff7070e23b2c9320f))

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "A new Flutter project."
33

44
publish_to: "none"
55

6-
version: 1.0.0+1
6+
version: 1.0.0+2
77

88
environment:
99
sdk: ">=3.4.4 <4.0.0"

0 commit comments

Comments
 (0)