Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2025-03-11)


### Features

* flutter upgrade and add location autocomplete ([#15](https://github.com/ubuntu-flutter-community/pulse/issues/15)) ([848b76f](https://github.com/ubuntu-flutter-community/pulse/commit/848b76f85e62cbd2d01d042832adfa0f5d440934))


### Bug Fixes

* dont default to thunder weather and fix tab label color ([#20](https://github.com/ubuntu-flutter-community/pulse/issues/20)) ([2bb2bdf](https://github.com/ubuntu-flutter-community/pulse/commit/2bb2bdf62b0a8a8f7d19071c1831e82e4680c7eb))
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: Weather app for the Linux Desktop.

publish_to: "none"

version: 1.0.0+1
version: 1.0.0+2

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