-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
2,271 additions
and
1,287 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
Update crates from the bottom up: | ||
|
||
gossip | ||
├── eframe | ||
│ ├── egui | ||
│ ├── egui-winit | ||
│ └── egui_glow | ||
├── egui-winit | ||
├── egui_extras | ||
├── gossip-relay-picker | ||
│ └── nostr-types | ||
│ └-- speedy | ||
├── nostr-types | ||
└── qrcode | ||
|
||
Try to push our dependency changes upstream: | ||
<https://github.com/mikedilger/qrcode-rust> (unlikely, stale for >3 years) | ||
<https://github.com/mikedilger/egui> | ||
|
||
|
||
nostr-types | ||
-- cargo update, and check for new versions, maybe update dependencies | ||
-- cargo test | ||
-- cargo clippy; cargo fmt | ||
-- FORK 0.N: | ||
-- all deps switch to released versions | ||
-- version 0.N | ||
-- package/publish | ||
-- version to 0.N.1-unstable | ||
-- master: | ||
-- version to 0.N+1.0-unstable | ||
|
||
gossip-relay-picker | ||
-- cargo update, and check for new versions, maybe update dependencies | ||
-- cargo test | ||
-- cargo clippy; cargo fmt | ||
-- FORK 0.N: | ||
-- all deps switch to released versions | ||
-- version 0.N | ||
-- package/publish | ||
-- version to 0.N.1-unstable | ||
-- master: | ||
-- version to 0.N+1.0-unstable | ||
|
||
gossip | ||
-- cargo update, and check for new versions, maybe update dependencies | ||
-- cargo test | ||
-- cargo clippy; cargo fmt | ||
-- FORK 0.N: | ||
-- all deps switch to released versions | ||
-- version 0.N | ||
-- package/publish (see below) | ||
-- version 0.N.1-unstable | ||
-- master | ||
-- version 0.N+1.0-unstable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Using the flatpak: | ||
------------------ | ||
|
||
1) Install with: | ||
|
||
flatpak install --user gossip.0.11.1.flatpak | ||
|
||
2) Run with: | ||
|
||
flatpak run com.mikedilger.gossip | ||
|
||
3) If you get an eframe/glutin error, switch to the wgpu backend with this command, then | ||
afterwards you can run it normally as in step (2) | ||
|
||
flatpak run com.mikedilger.gossip wgpu_renderer true |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
If you are running very old versions, this version may not work directly | ||
until you run prior versions as explained in this file. | ||
|
||
If you are running a version older than 0.8.x, you must first install | ||
version 0.8.x (e.g. 0.8.2) and run that once. Then heed the next paragraph. | ||
|
||
If you are running a version older than 0.11x, you must first install | ||
version 0.9.x or 0.10.x (e.g. 0.10.1) and run that once. | ||
|
||
Then you can install and run this version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gossip" | ||
version = "0.11.0-unstable" | ||
version = "0.12.0-unstable" | ||
description = "A social media client for nostr" | ||
authors = ["Mike Dilger <[email protected]>", "fiatjaf <[email protected]>", "Nate Levin <[email protected]>", "Nethanja Focking <[email protected]>", "Daniele Tonon <[email protected]>", "jeremyd (@jeremyd)"] | ||
license = "MIT" | ||
|
@@ -25,13 +25,13 @@ egui-winit = { git = "https://github.com/bu5hm4nn/egui", rev = "63dde4c9b311da0c | |
egui_extras = { git = "https://github.com/bu5hm4nn/egui", rev = "63dde4c9b311da0cae0cb9f9465bf7273227be6c", features = [ "syntect" ] } | ||
#egui = { git = "https://github.com/bu5hm4nn/egui", rev = "63dde4c9b311da0cae0cb9f9465bf7273227be6c", features = [ "deadlock_detection" ] } | ||
egui-video = { git = "https://github.com/mikedilger/egui-video", rev = "97f58f88dfe912697393567830d0751676492a89", features = [ "from_bytes" ], optional = true } | ||
gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "6a31a4f540ffc5c2928a8c9881810a12cd2cf9f4" } | ||
gossip-relay-picker = { git = "https://github.com/mikedilger/gossip-relay-picker", rev = "3ea9ccfc641cdef1574a3c054a086ac2e24d3c4a" } | ||
gossip-lib = { path = "../gossip-lib" } | ||
humansize = "2.1" | ||
image = { version = "0.24.6", features = [ "png", "jpeg" ] } | ||
lazy_static = "1.4" | ||
memoize = "0.4" | ||
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "76084731b6be2c0203ea1111bfc2a94fd91652b9", features = [ "speedy" ] } | ||
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "d09019261b6d57722eaeb006dd768bd6207c41d1", features = [ "speedy" ] } | ||
paste = "1.0" | ||
qrcode = { git = "https://github.com/mikedilger/qrcode-rust", rev = "519b77b3efa3f84961169b47d3de08c5ddd86548" } | ||
resvg = "0.35.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.