Releases: ntsd/cross-clipboard
Releases · ntsd/cross-clipboard
v0.1.4
v0.1.2
v0.1.1
Changelog
- de1163a Merge branch 'master' of github.com:ntsd/cross-clipboard
- 42f52f7 chore: add go releaser
- dfe0968 chore: add wsl2 doc
- bda12c3 chore: clean go mod and remove unused log
- 435b3ca chore: fix go install
- 2b6430c chore: fixed type
- 9127f58 chore: move main file to root
- 754cd73 chore: remove debug
- 0e18c89 chore: remove docker compose file
- 083681c chore: remove flags
- 35869b2 chore: remove fyne
- faca7ab chore: rename android to mobile
- 4360575 chore: tidy go mod
- 0ead78e chore: update manifest
- 1fa23a8 chore: update project structure
- 896ce56 chore: update to go 1.8
- 3346f3a doc: add preview and update readme.md
- ca50a91 feat: add android
- ad74f78 feat: add clipboard
- 8858f72 feat: add clipboard history for itself
- cada90d feat: add clipboard struct
- cb45a25 feat: add datatype encode decode
- 0fda351 feat: add debug string
- 9f2e0a4 feat: add device data signal
- b311fa2 feat: add devices view
- 2f46d55 feat: add e2e encryption
- 79c0c7b feat: add eof for delimiter
- bd33c2c feat: add error handling
- 01ef562 feat: add error handling
- c7490a3 feat: add fixed id
- 7eb1b47 feat: add fyne
- 0a3f878 feat: add fyne bundle
- 11f5eb5 feat: add fyne-cross
- 1a88c6a feat: add go bind
- ebeb6af feat: add go mobile
- dc8d46b feat: add graceful exit
- 4e98091 feat: add history
- 27b8a6c feat: add image clipboard
- 50a2c31 feat: add length check
- ed8f128 feat: add log and error channel
- 6db556b feat: add log view
- 00b7b83 feat: add max clipboard size
- 0d4b57e feat: add mobile drawing
- e6198b8 feat: add more stream log
- ebc4f5b feat: add page selection ui
- ece09e5 feat: add protobuf
- 70a249e feat: add retry connect to peer
- 3616712 feat: add save config
- d18f3e0 feat: add save devices
- 28a3e69 feat: add setting page key input
- 3b111a1 feat: add start p2p
- 1aebcc7 feat: add stop discovery
- c01a0e0 feat: add table header
- 21e50d5 feat: add trust modal
- a1563c6 feat: add viper
- 9d5226b feat: device status color
- fb90fe3 feat: don't write when same clipbaord
- b9af9b9 feat: initial device manager
- 6aeb89c feat: initial pgp encrypt and decrypt
- cc564ec feat: initual setting page
- de83580 feat: log data size
- 868b665 feat: refactor and add not show image data
- a5c72db feat: remove host writer reader
- dffdc0d feat: remove is encrypt and terminal mode option
- 4079936 feat: sent device data
- 618c25c feat: separate encryt message
- 0300267 feat: swap time and data column
- 896a73b feat: update device data
- 3ce138b feat: update ui to grid and remove pass phrase
- af98e08 feat: use gomobile bind instead
- 26cc7ba fix: add clipbaord channel
- 6e85d09 fix: add device to clipboard from photobuf
- c492004 fix: add show id
- b3afde4 fix: avoid sending back device
- 2784f1a fix: change current clipboard to received clipboard
- f11bbd7 fix: change directory to .cross-clipboard
- 4e12924 fix: change int64 to sfixed64
- 83db355 fix: change timestamp to unix timestamp
- e7a26c3 fix: channel
- 347efb3 fix: check if it's not received clipbard
- ef858d5 fix: clipboard channel slow when it come from stream
- 12a4750 fix: clipboard history to pointer
- 9ca87af fix: current clipboard is nil
- a8013be fix: device status not updated
- 1bf27c4 fix: docker
- c43d3e8 fix: encrypt condition
- 9cf9359 fix: graceful shutdown
- c8af542 fix: host initial
- 4b8c335 fix: host writer nil
- 8ec8daf fix: libp2p stream reset error
- 670bfa0 fix: mdns
- 13671f3 fix: mdns
- 493d8f9 fix: new rw
- 0fe6061 fix: number validator
- c0abb2d fix: protocal id to static value
- 7c14b0c fix: read full bytes
- c7fcd14 fix: receivedClipboard is nil
- 420a66c fix: reconnect device
- 2ad87e3 fix: remove channel on write
- 7bd3e2b fix: remove eof and datatype
- 4aea170 fix: send device data error
- 162e0c4 fix: set current clipboard
- b02c4b9 fix: stream data padding
- d950b75 fix: swap bytes and int64
- bc214b7 fix: terminal mode
- 8b9f428 fix: terminal mode channels
- f0e34c9 fix: terminal mode freeze
- 48eb6b2 fix: terminal more not panic error
- 264853d fix: time to int64
- ea3d450 fix: unix config directory
- afd5a9b fix: use compare
- 2a5f2c9 fix: using mutext instead compare
- bf5c311 fix: using same writer
- 64c1323 fix: validate data length
- 22248fc fix: write clipbaord not add to history
- de93d59 fix: write clipboard
- 9a274d4 refactor: add peer
- a1ee9f8 refactor: add signal handle and data type
- 6b6a43d refactor: clipboard
- df28ec7 refactor: clipboard and device page
- 8457a74 refactor: config and writer
- 8ad7c3f refactor: device and clipboard history to updated channel
- ae55d95 refactor: device manager
- 790d09d refactor: protofub convert to struct
- f897d8c refactor: separate runtime and fatal error
- 980e2c4 refactor: stream write data
- b7dfd8d refactor: ui
- 2105f1a wip: initial