Skip to content

Releases: naipaka/onepage

1.10.0

02 Jan 03:05
1076a5c

Choose a tag to compare

What's Changed

🧪 Test improvements

  • chore: add golden tests by @naipaka in #135
  • build: Flutter 3.38.1 & Dart 3.10.0 by @naipaka in #158
  • build(deps): bump the dependencies-patch group across 1 directory with 2 updates by @dependabot[bot] in #168
  • feat(db_client): add DiaryImages table with v2 to v3 migration by @naipaka in #183
  • feat: add photo selection UI and persistence layer by @naipaka in #188
  • build(deps): bump app_settings from 6.1.1 to 7.0.0 by @dependabot[bot] in #174
  • feat(diary): add photo attachment to diary entries by @naipaka in #192
  • feat(diary): add photo feature discovery improvements by @naipaka in #194

🏕 Other Changes

  • build: bump GitHub Actions to latest versions by @naipaka in #160
  • ci: consolidate tests on macOS and use very_good test by @naipaka in #161
  • refactor(widgets): make KeyboardToolbar extensible by @naipaka in #182
  • chore: setup wtp for worktree management by @naipaka in #185
  • refactor(router): remove ShellRoute observer workaround by @naipaka in #187
  • refactor: rename photo_selector to photo_client by @naipaka in #193
  • build: bump app to 1.10.0+18 by @naipaka-s-pr-writer[bot] in #196

👒 Dependencies

  • build(deps): bump build_runner from 2.10.3 to 2.10.4 in the freezed-dependencies group across 1 directory by @dependabot[bot] in #159
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #143
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #162
  • build(deps): bump json_serializable from 6.11.1 to 6.11.2 in the freezed-dependencies group by @dependabot[bot] in #163
  • build(deps): bump the slang-dependencies group with 3 updates by @dependabot[bot] in #164
  • build(deps): bump mockito from 5.5.1 to 5.6.1 by @dependabot[bot] in #166
  • build(deps): bump go_router_builder from 4.1.1 to 4.1.3 in the go-router-dependencies group by @dependabot[bot] in #167
  • build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #169
  • build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #170
  • build(deps): bump slang from 4.11.0 to 4.11.1 in the slang-dependencies group by @dependabot[bot] in #171
  • build(deps): bump go_router from 17.0.0 to 17.0.1 in the go-router-dependencies group by @dependabot[bot] in #172

Full Changelog: 1.9.0...1.10.0

1.9.0

16 Jul 15:11
c4a5164

Choose a tag to compare

What's Changed

🧪 Test improvements

  • feat: add Markdown export functionality and update export page to support Markdown format by @naipaka in #128
  • feat: add in-app review prompt by @naipaka in #129
  • feat: migrate from altfire packages to new configurator and tracker packages by @naipaka in #131

🏕 Other Changes

  • doc: Update Dependency Graph by @naipaka-s-pr-writer[bot] in #130
  • doc: Update Dependency Graph by @naipaka-s-pr-writer[bot] in #132
  • doc: add new packages for configurator, tracker, exporter, and in-app-reviewer functionalities by @naipaka in #133
  • build: bump app to 1.9.0+17 by @naipaka-s-pr-writer[bot] in #134

Full Changelog: 1.8.0...1.9.0

1.8.0

14 Jul 13:50
787627f

Choose a tag to compare

What's Changed

🧪 Test improvements

  • feat: add CSV export functionality and update export page to support CSV format by @naipaka in #124

🏕 Other Changes

  • build: update Flutter SDK version to 3.32.6 by @naipaka in #126
  • build: bump app to 1.8.0+16 by @naipaka-s-pr-writer[bot] in #127

Full Changelog: 1.7.0...1.8.0

1.7.0

13 Jul 13:48
8f96b79

Choose a tag to compare

What's Changed

🧪 Test improvements

  • feat: add feature to export entire view as PDF by @naipaka in #121

🏕 Other Changes

  • doc: Update Dependency Graph by @naipaka-s-pr-writer[bot] in #122
  • build: bump app to 1.7.0+15 by @naipaka-s-pr-writer[bot] in #123

Full Changelog: 1.6.0...1.7.0

1.6.0

06 Jul 03:21
5fbb7eb

Choose a tag to compare

What's Changed

🧪 Test improvements

  • feat: add a reminder notification feature for diary entries by @naipaka in #113

🏕 Other Changes

  • doc: Update Dependency Graph by @naipaka-s-pr-writer in #114
  • build: update Flutter SDK version to 3.32.5 by @naipaka in #115
  • build: bump app to 1.6.0+14 by @naipaka-s-pr-writer in #116
  • build(deps): update Firebase dependencies to version 11.15.0 by @naipaka in #117

👒 Dependencies

  • build(deps): bump go_router from 15.2.3 to 15.2.4 in the go-router-dependencies group by @dependabot in #112

Full Changelog: 1.5.2...1.6.0

1.5.2

26 Jun 13:02
01553e1

Choose a tag to compare

What's Changed

🏕 Other Changes

  • feat: implement swipe gesture for month navigation by @naipaka in #110
  • build: bump app to 1.5.2+13 by @naipaka-s-pr-writer in #111

Full Changelog: 1.5.1...1.5.2

1.5.1

25 Jun 11:12
f38a4dd

Choose a tag to compare

What's Changed

🏕 Other Changes

  • fix: load missing diary entries when jumping to past dates by @naipaka in #106
  • build: bump app to 1.5.1+11 by @naipaka-s-pr-writer in #107
  • fix: update Info.plist and remove unused NSUserTrackingUsageDescription localization by @naipaka in #108
  • build: bump app to 1.5.1+12 by @naipaka-s-pr-writer in #109

Full Changelog: 1.5.0...1.5.1

1.5.0

24 Jun 13:31
6e9cd9c

Choose a tag to compare

What's Changed

🧪 Test improvements

  • feat: refactor keyboard toolbar and diary list tile for improved undo/redo functionality by @naipaka in #103
  • feat: Implement diary search functionality by @naipaka in #104

🏕 Other Changes

  • doc: Update Dependency Graph by @naipaka-s-pr-writer in #97
  • build: bump app to 1.5.0+10 by @naipaka-s-pr-writer in #105

👒 Dependencies

  • build(deps): bump build_runner from 2.5.0 to 2.5.4 in the riverpod-dependencies group by @dependabot in #101
  • build(deps): bump go_router from 15.2.0 to 15.2.3 in the go-router-dependencies group by @dependabot in #102

Full Changelog: 1.4.0...1.5.0

1.4.0

22 Jun 13:04
d2e7535

Choose a tag to compare

What's Changed

🧪 Test improvements

  • feat: enhance keyboard toolbar with undo/redo functionality by @naipaka in #95

🏕 Other Changes

  • feat: add hide keyboard button by @naipaka in #94
  • build: bump app to 1.4.0+9 by @naipaka-s-pr-writer in #96

Full Changelog: 1.3.0...1.4.0

1.3.0

21 Jun 13:46
8f4e534

Choose a tag to compare

What's Changed

🧪 Test improvements

🏕 Other Changes

  • doc: Update Dependency Graph by @naipaka-s-pr-writer in #92
  • build: bump app to 1.3.0+8 by @naipaka-s-pr-writer in #93

Full Changelog: 1.2.0...1.3.0