Releases: Alex222222222222/CopyClip
Releases · Alex222222222222/CopyClip
Development Build
Commits
- 668ff90: Bump serde_json from 1.0.116 to 1.0.117 (dependabot[bot]) #138
- 472bd2d: Bump flate2 from 1.0.29 to 1.0.30 (dependabot[bot]) #138
- 4308b7d: Bump tauri-plugin-clipboard from 0.6.9 to 0.6.10 (dependabot[bot]) #127
- 8571053: Bump serde from 1.0.200 to 1.0.202 (dependabot[bot]) #135
- e48fdd4: Bump base64 from 0.22.0 to 0.22.1 (dependabot[bot]) #138
- 4e590fa: Bump tauri from 1.6.5 to 1.6.7 (dependabot[bot]) #138
- 1f367ab: Bump tauri-build from 1.5.1 to 1.5.2 (dependabot[bot]) #138
- a8db6af: Update tauri-plugin-clipboard (Zifan Hua) #138
- 99178ce: Merge remote-tracking branch 'origin/dependabot/cargo/base64-0.22.1' into dependency (Zifan Hua) #138
- 965a798: Merge remote-tracking branch 'origin/dependabot/cargo/flate2-1.0.30' into dependency (Zifan Hua) #138
- 424e5da: Merge remote-tracking branch 'origin/dependabot/cargo/serde_json-1.0.117' into dependency (Zifan Hua) #138
- 4e533f4: Merge remote-tracking branch 'origin/dependabot/cargo/tauri-1.6.7' into dependency (Zifan Hua) #138
- 011f6cf: Remove unused tauri features to futher reduce package size (Zifan Hua) #138
v0.3.9 Prerelease
What's Changed
- Add i18n support for backend by @Alex222222222222 in #38
- Add
public
directory to avoid build error by @LingkKang in #39 - docs(contributor): contributors readme action update by @github-actions in #41
- Update clipboard monitoring library by @Alex222222222222 in #50
- Bump base64 from 0.21.5 to 0.21.7 by @dependabot in #49
- Bump moka from 0.12.2 to 0.12.3 in /src-tauri by @dependabot in #43
- Bump wasm-bindgen-futures from 0.4.39 to 0.4.40 by @dependabot in #47
- Bump rust-i18n from 2.3.0 to 2.3.1 by @dependabot in #48
- Bump clipboard-master from
ca78c3b
tobdc205f
by @dependabot in #59 - Bump web-sys from 0.3.66 to 0.3.67 by @dependabot in #58
- Bump regex from 1.10.2 to 1.10.3 by @dependabot in #57
- Bump clipboard-master from
ca78c3b
tobdc205f
in /src-tauri by @dependabot in #54 - Bump h2 from 0.3.22 to 0.3.24 in /src-tauri by @dependabot in #51
- Bump rust-i18n from 2.3.1 to 3.0.0 in /src-tauri by @dependabot in #53
- Bump rust-i18n-support from 3.0.0 to 3.0.1 in /src-tauri by @dependabot in #60
- Bump regex from 1.10.2 to 1.10.3 in /src-tauri by @dependabot in #55
- Bump h2 from 0.3.22 to 0.3.24 by @dependabot in #52
- Bump moka from 0.12.3 to 0.12.5 by @dependabot in #61
- Bump serde_json from 1.0.111 to 1.0.113 by @dependabot in #63
- Bump chrono from 0.4.31 to 0.4.33 by @dependabot in #64
- Bump moka from 0.12.3 to 0.12.5 in /src-tauri by @dependabot in #65
- Bump serde_json from 1.0.111 to 1.0.113 in /src-tauri by @dependabot in #66
- Bump rust-i18n from 3.0.0 to 3.0.1 in /src-tauri by @dependabot in #68
- Bump serde from 1.0.195 to 1.0.196 in /src-tauri by @dependabot in #69
- Bump serde from 1.0.195 to 1.0.196 by @dependabot in #70
- Bump yewdux from 0.9.4 to 0.10.0 by @dependabot in #56
- Bump unicode-segmentation from 1.10.1 to 1.11.0 in /src-tauri by @dependabot in #77
- Bump clipboard-master from
bdc205f
to3042d19
in /src-tauri by @dependabot in #76 - Bump tauri from 1.5.4 to 1.6.0 in /src-tauri by @dependabot in #78
- Bump tauri from 1.6.0 to 1.6.1 in /src-tauri by @dependabot in #81
- Bump clipboard-master from
bdc205f
to3042d19
by @dependabot in #71 - Bump rustix from 0.37.7 to 0.37.27 in /src-tauri by @dependabot in #89
- Create devcontainer.json by @Alex222222222222 in #93
- Bump serde from 1.0.196 to 1.0.197 in /src-tauri by @dependabot in #79
- Bump rust-i18n from 2.3.1 to 3.0.1 by @dependabot in #62
- Fix devcontainer prebuild error by @Alex222222222222 in #99
- Alex222222222222 devcontainer dockerhub by @Alex222222222222 in #100
- Ignore some file for rust lint by @Alex222222222222 in #102
- Debug devcontainer docker hub by @Alex222222222222 in #103
- Bump h2 from 0.3.24 to 0.3.26 in /src-tauri by @dependabot in #96
- Alex222222222222 devcontainer dockerhub by @Alex222222222222 in #104
- Bump chrono from 0.4.33 to 0.4.37 by @dependabot in #92
- Bump chrono from 0.4.33 to 0.4.37 in /src-tauri by @dependabot in #90
- Bump log from 0.4.20 to 0.4.21 in /src-tauri by @dependabot in #82
- Bump h2 from 0.3.24 to 0.3.26 by @dependabot in #97
- docs(contributor): contributors readme action update by @github-actions in #109
- Bump moka from 0.12.5 to 0.12.6 by @dependabot in #108
- Update dependency by @Alex222222222222 in #116
- Update prerelease-build.yml by @Alex222222222222 in #117
- Update devcontainer-dockerhub.yml by @Alex222222222222 in #118
- Bump serde from 1.0.199 to 1.0.200 by @dependabot in #122
- Use clipboard plugin to read clipboard by @Alex222222222222 in #123
- Clip types by @Alex222222222222 in #124
- Fix the latest build error by @Alex222222222222 in #128
- Add build for macos-monterey by @Alex222222222222 in #130
- Enable build by @Alex222222222222 in #133
New Contributors
- @LingkKang made their first contribution in #39
- @github-actions made their first contribution in #41
Full Changelog: v0.3.8...v0.3.9
v0.3.8 Prereleases
What's Changed
- Bump flate2 from 1.0.25 to 1.0.28 in /src-tauri by @dependabot in #4
- Added favourite_filter_button by @Chloe1222 in #6
- Bump openssl from 0.10.45 to 0.10.62 in /src-tauri by @dependabot in #5
- Bump rustix from 0.36.9 to 0.36.17 in /src-tauri by @dependabot in #1
- Bump rustix from 0.37.24 to 0.37.27 by @dependabot in #7
- Create devskim.yml by @Alex222222222222 in #8
- Delete irrelevent file by @Alex222222222222 in #9
- Workflow by @Alex222222222222 in #10
- Bump flate2 from 1.0.27 to 1.0.28 by @dependabot in #12
- Bump serde_json from 1.0.110 to 1.0.111 in /src-tauri by @dependabot in #13
- Bump regex from 1.10.0 to 1.10.2 by @dependabot in #14
- Bump base64 from 0.21.0 to 0.21.5 in /src-tauri by @dependabot in #15
- Bump tauri-build from 1.2.1 to 1.5.1 in /src-tauri by @dependabot in #17
- Bump wasm-bindgen-futures from 0.4.37 to 0.4.39 by @dependabot in #18
- Update clipboard-master by @Alex222222222222 in #21
- Bump serde-wasm-bindgen from 0.5.0 to 0.6.3 by @dependabot in #16
- Bump serde from 1.0.194 to 1.0.195 in /src-tauri by @dependabot in #19
- Bump gloo-console from 0.2.3 to 0.3.0 by @dependabot in #20
- Added pin_clip_filter button by @Chloe1222 in #22
- Added favourites submenu by @Chloe1222 in #23
- Bump moka from 0.10.4 to 0.12.2 in /src-tauri by @dependabot in #11
- Edited display style designs by @Chloe1222 in #24
- Update prerelease-build.yml by @Chloe1222 in #25
- Update tauri.conf.json by @Chloe1222 in #26
- Fixed the bug of duplicated search results by @Chloe1222 in #27
- Bump futures from 0.3.28 to 0.3.30 by @dependabot in #28
- Bump tauri-build from 1.5.0 to 1.5.1 by @dependabot in #29
- Bump serde_json from 1.0.107 to 1.0.111 by @dependabot in #30
- Bump web-sys from 0.3.64 to 0.3.66 by @dependabot in #31
- Bump futures from 0.3.26 to 0.3.30 in /src-tauri by @dependabot in #33
- Bump once_cell from 1.18.0 to 1.19.0 by @dependabot in #32
- Fix cannot add new clip issue by @Alex222222222222 in #35
- Fixed the bug of immediate crash by @Chloe1222 in #34
- Fixed the bug of not reversing inserted new clips by @Chloe1222 in #36
- Fix by @Alex222222222222 in #37
Full Changelog: v0.3.7...v0.3.8