From 26ecf512cdf5973756e551a627f58b93a74e53d1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 29 Oct 2023 17:39:38 +0100 Subject: version sync + rust-toolchain --- Cargo.lock | 10 ++++----- client-native-export-track/Cargo.toml | 2 +- client-native-gui/Cargo.toml | 3 +-- client-native-lib/Cargo.toml | 2 +- client-native-rift/Cargo.toml | 2 +- rust-toolchain | 1 + server/Cargo.toml | 2 +- todo.org | 42 ----------------------------------- 8 files changed, 11 insertions(+), 53 deletions(-) create mode 100644 rust-toolchain delete mode 100644 todo.org diff --git a/Cargo.lock b/Cargo.lock index 9ad47be..c52b889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,7 +776,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "client-native-lib" -version = "0.1.0" +version = "0.2.3" dependencies = [ "aes-gcm", "base64 0.21.5", @@ -2158,7 +2158,7 @@ dependencies = [ [[package]] name = "keks-meet" -version = "0.1.0" +version = "0.2.3" dependencies = [ "anyhow", "async-std", @@ -2175,7 +2175,7 @@ dependencies = [ [[package]] name = "keks-meet-export-track" -version = "0.1.0" +version = "0.2.3" dependencies = [ "anyhow", "bytes", @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "keks-meet-server" -version = "0.1.2" +version = "0.2.3" dependencies = [ "env_logger", "futures-util", @@ -3112,7 +3112,7 @@ dependencies = [ [[package]] name = "rift" -version = "0.1.0" +version = "0.2.3" dependencies = [ "bytes", "clap", diff --git a/client-native-export-track/Cargo.toml b/client-native-export-track/Cargo.toml index 15a18a2..b24e799 100644 --- a/client-native-export-track/Cargo.toml +++ b/client-native-export-track/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keks-meet-export-track" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index 49e5c53..a93c0e6 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keks-meet" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] @@ -18,4 +18,3 @@ egui = "0.23.0" eframe = "0.23.0" libmpv = { git = "https://github.com/sirno/libmpv-rs.git", branch = "upgrade-libmpv" } - diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml index d0a0d44..55a1109 100644 --- a/client-native-lib/Cargo.toml +++ b/client-native-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client-native-lib" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml index da62820..20aa5de 100644 --- a/client-native-rift/Cargo.toml +++ b/client-native-rift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rift" -version = "0.1.0" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..07ade69 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly \ No newline at end of file diff --git a/server/Cargo.toml b/server/Cargo.toml index 661fa66..8deea37 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keks-meet-server" -version = "0.1.2" +version = "0.2.3" edition = "2021" [dependencies] diff --git a/todo.org b/todo.org deleted file mode 100644 index 4ddcd80..0000000 --- a/todo.org +++ /dev/null @@ -1,42 +0,0 @@ -#+TITLE: keks-meet todo list -#+AUTHOR: metamuffin -#+TODO: TODO PAUSED ABANDONED | PARTIAL DONE - - -* client-web -** show who is watching your stream -** DONE mute -** DONE voice activity indicators -** ABANDONED fix tabbing order for chat -** TODO Make the optional streams UI prettier -** ABANDONED Maybe group tracks in streams to make sure everything is in sync -** ABANDONED How do we implement global hotkeys? -** ABANDONED Dont use websocket to send images to not block anything else -** PARTIAL File transfers via data channel (rift) -CLOSED: [2022-10-28 Fri 21:48] -*** DONE client-web: cancel transfer -CLOSED: [2022-10-29 Sat 17:29] -*** TODO rsync-like functionality -** PARTIAL Native client -CLOSED: [2022-12-22 Thu 08:51] -** DONE Test some options like `camera_facing_mode` -CLOSED: [2022-12-11 Sun 21:57] -** PAUSED Signing key for each user -*** Built-in storage for known keys -** PAUSED Relay RTC when there are a lot of clients -** ABANDONED Prevent join notification bypass by not identifying -** Tray icon for native -** Pin js by bookmarking data:text/html loader page -** PAUSED add "contributing" stuff to readme -** DONE download files in a streaming workaround using service worker -CLOSED: [2022-10-28 Fri 21:48] -*** impl backpressure -*** handle all failure events -** PAUSED service worker to implement manual updates -*** only accept signed js -** PARTIAL open chat links in a new tab -CLOSED: [2022-10-28 Fri 21:47] -*** data urls are suboptimal -** ABANDONED modularize everything -*** (Loader), Core, Notifications, Track res, Microphone, Video, Keybinds, Chat, lsvp? - -- cgit v1.2.3-70-g09d2