Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(master): release 0.4.1 #175

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

0.4.1 (2024-08-21)

⚠ BREAKING CHANGES

  • add frontend(tauri) & move current to core_lib

Features

  • 'finish' macos support (efb5982)
  • add ability to change device visibility (860dff9)
  • add ability to reopen received links (#35) (f8ee0be)
  • add back name inside tray menu on v2 (373460e)
  • add BLE listening for nearby device sharing (b400275)
  • add disable/enable start on boot (de66a09)
  • add file selector to send (1e470cf)
  • add frontend(tauri) & move current to core_lib (d989683)
  • add incoming transfer progress (#47) (f154e90)
  • add minimize on startup option (e084c4b)
  • add new version notification (4710dae)
  • add notifications (ba050bb)
  • add optimization profile for release (5203a1e)
  • add option to change destination folder (#60) (7091df0)
  • add option to configure close action (64c1ca9)
  • add outbound progress (#69) (4db4383)
  • add Tauri V2 codebase (ba4f16f)
  • add TcpListener & parse proto (76c28b7)
  • add toast notification if error while open_url (4798d78)
  • allow to select a specific port number (8188bfb)
  • auto_addr only V4 (ccbc08d)
  • autostart at boot (e904683)
  • configure logging level with config file (#104) (5712b3b)
  • display if the user rejected (42f901f)
  • don't use hardcoded key anymore (f36316d)
  • drag&drop working now (3c97e6d)
  • export common structs to TS (c2072b5)
  • front-backend communication channel (45d9d7c)
  • implement encrypted files transfer (b1e26ce)
  • implement key-exchange, pre-encryption (c1b9edc)
  • implement logging into a file (1f7c986)
  • implement mDNS service broadcast (ebd2386)
  • improve UI & handling of requests (4bd3e83)
  • improve: stabilise UI & communication (7120162)
  • init (143df16)
  • make the core_lib actually being a lib (becf516)
  • migrate V1 codebase for V2 (a3226fc)
  • move tauri to V2 & BLEA behind feature (1187b44)
  • prepare for macos support (2e7857c)
  • prepare tauri to send cmd (fc2a28a)
  • real hostname in UI (f9661fd)
  • release process (b989b05)
  • release process specify GLIBC version in filename (9711ab3)
  • remove random mdns name (6d83183)
  • resend broadcast mdns if nearby sharing (2aa4701)
  • rework app closing & quit & prevent (cdcf5f3)
  • rework texts's payload transfer info to frontend (63464b3)
  • sending file working (and wip UI) (53890f0)
  • somewhat working UI channel with Rust (6452132)
  • support notification on macos (no action) (8a57a11)
  • support text payload (to clipboard) (f8a7732)
  • tauri v1 & build on 20.04 (#24) (5516783)
  • temporarily visible mode (need ble) (#33) (cb9b17b)
  • TS migrated to Tauri V2 (a286591)
  • ui: add version info (db14a39)
  • ui: tray allow to open app (748cbbb)
  • update core_lib to report text payload type (3fd00c4)
  • update transfer_metadata for future use (cde67c0)
  • wip: implement base for outbound transfer (d4f2da5)
  • wip: outbound handle connection response (21c7dd8)
  • wip: outbound handle paired_key_result (56e32c1)
  • wip: try to send BLE advertisment when sending (d8ae730)

Bug Fixes

  • _id is not a field, use id :) (3cce6b0)
  • add desktop plugs to snapcraft (#80) (7f3dbac)
  • also build x86 macos & update deps (037100a)
  • also open_detached in core_lib (c35a06c)
  • apply autostart if no value (87f49a8)
  • attempt to fix pnpm issue (bc49f65)
  • attempt to use open::detached for #88 and #91 (22410f2)
  • attempt to use tauri's shell open (fa63e82)
  • auto snap version (8bab368)
  • avoid click propagation when clicking child (614bcbc)
  • blea use correct service_data (121631c)
  • bluetooth advertisement is working now (0a066d8)
  • ci: avoid tagging old version (19aaff9)
  • ci: debug upload name conflicted (dacb7da)
  • ci: upgrade (again) to googleapis/release-please-action (52d3089)
  • clippy error in main.rs(legacy) (4e45096)
  • correct color for hover on light green (0a20588)
  • correctly remove device from list when sending (758ada8)
  • display received file.s once finished (505258c)
  • display red circle if error/cancelled/rejected, #128 (f62b9c0)
  • don't crash if no BT & fix some unwrap (18d0fba)
  • ensure correct service_data before notifying (4027cbe)
  • file picker different types returned (50bc6c8)
  • fmt script go back to correct directory (1e007db)
  • get rid of daisyui (b94b019)
  • go back to flex-col for itms (3597da8)
  • icon in systemtray is now ok (67be6a7)
  • import not found for ToastNotification (a5e118a)
  • improve logging and allow to configure (env) (1084079)
  • improve sanity wait (c595dcd)
  • index.ts is sorted now (42c84d2)
  • legacy should not be built for macos (9709c52)
  • linting (428e141)
  • make the app feel like 'real' (3ae1396)
  • missing appindicator library pkg and fix glob for release (5859434)
  • missing check for open (b06431d)
  • notifications blocked the thread (566894c)
  • only handle own id for inbound channel (ed7453b)
  • opening URL permission for main (#165) (0b50082)
  • parse_mdns_info fix device_type & test (8f11566)
  • prevent task from exiting if recv fails (8b9d182)
  • realclose is inverted (412f024)
  • release all linux bundles (ade8a94)
  • release artifacts (18b37b7)
  • release bundle rename (1578081)
  • release-please update .lock files (23b681c)
  • release: correct process (attempt#1) (32e1939)
  • revert: use old google-github-actions/release-please-action (7584073)
  • rework vue_lib plugin (e77f7cb)
  • scroll when multiple requests/results (97a1dea)
  • set dbus to vendored for aarch64 (#118) (5151f99)
  • support sharing WiFi (act as text) (69840b8)
  • tauri: add default (-) signing identity for macos (44de621)
  • ui: improve style (d402374)
  • unlisten & blur/focus fixes (a6f52b4)
  • upload name duplicated (20606d2)
  • use vendored tls (8c5b954)
  • useless format and not used id (ad08e9f)
  • vue_lib is not a lib anymore, I give up for now (7c8ce74)
  • wrong path for dep (72ef7bc)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant