Commit Graph

1200 Commits

Author SHA1 Message Date
Mike Dilger
e9aff1755c build_macos_intel.sh, Update README.macos.txt 2023-05-07 02:34:29 +12:00
Mike Dilger
c5a91afd2a Fixes for logging of PoW 2023-05-01 10:37:23 +12:00
Hunter Trujillo
bd1ca5992c Log Proof of Work. 2023-05-01 10:37:17 +12:00
Daniele Tonon
b4fbff9264 Add cmd + enter shortcut to submit a post on macos 2023-04-30 13:48:13 +02:00
Mike Dilger
3c12d20c56 Possibly fix a foreign key constraint error. 2023-04-30 09:21:59 +12:00
Mike Dilger
d4b08d05df README for macos to include in the release 2023-04-30 09:21:54 +12:00
Mike Dilger
38e121bf36 Some changes to packaging scripts 2023-04-29 15:21:24 +12:00
Mike Dilger
9de58a37d0 0.7.0-unstable 2023-04-29 15:20:39 +12:00
Mike Dilger
d508b86719 build_macos.sh to pull actual version 2023-04-29 12:34:57 +12:00
Mike Dilger
6ac06b6dab Packaging for macos (no console yet) 2023-04-29 12:13:57 +12:00
Mike Dilger
b33cdb310b update egui (fix tab line overlap) 2023-04-29 07:42:32 +12:00
Mike Dilger
9d9480add4 Fix a follow-theme bug 2023-04-27 05:40:25 +12:00
Mike Dilger
4add46525b Update dirs, regex, rusqlite, and zeroize 2023-04-27 05:24:57 +12:00
Mike Dilger
63f9bab8cf Update gossip-relay-picker, nostr-types 2023-04-27 05:19:41 +12:00
Mike Dilger
4c8cd8ef08 cargo update 2023-04-27 05:08:16 +12:00
Mike Dilger
fa9b56e987 Lock versions of upstream git crates:
We have been relying on Cargo.lock to keep them locked, but this should be more reliable
and not accidently bump them with 'cargo update' when we don't want to.
2023-04-27 05:06:29 +12:00
Mike Dilger
3e13a3f506 Update egui 2023-04-27 04:45:19 +12:00
Mike Dilger
ae94252ba9 cargo fmt 2023-04-22 12:06:39 +12:00
Mike Dilger
a7600f04bf Reword "leading zeroes" to "leading zero bits" 2023-04-22 12:05:42 +12:00
Mike Dilger
0d432b1aec Update for upstream changes 2023-04-22 12:03:26 +12:00
Mike Dilger
e7b2f95b2c update nostr-types 2023-04-22 12:01:33 +12:00
Mike Dilger
bc8495db70 Events: Prevent multiple threads from seeking the same event in the database simultaneously:
With a high UI framerate it can fire many of these actions off before the first one completes.
2023-04-21 08:34:42 +12:00
Mike Dilger
07d0bac58f NoteData::new() doesn't need to return an Option 2023-04-21 08:29:50 +12:00
Mike Dilger
015f3f038c Fix schema33 2023-04-20 16:10:50 +12:00
Mike Dilger
94cca223fe Merge remote-tracking branch 'taivlam/patch-1' into unstable 2023-04-18 14:29:25 +12:00
Mike Dilger
783241f488 Fix foreign key error 2023-04-18 14:29:12 +12:00
taivlam
f5dfbe58bb
Edit README.md
* Clarify AUR package names
* Fix link (transposed URL arguments)
* Fix spelling of SoloKeys
2023-04-16 02:53:03 +00:00
Michael Dilger
3eb2fd8c18
Merge pull request #351 from bu5hm4nn/theme-add-follow-dark-mode-setting
Add setting to follow OS dark-mode setting
2023-04-16 10:55:24 +12:00
Nethanja Focking
fe7b87b967 Pass setting 'follow_os_dark_mode' to winit.
Unfortunately this requires an app restart to take effect. There does not seem to be a way to change this winit setting from within egui once the ui is running.
2023-04-15 15:32:27 -06:00
Nethanja Focking
2dbb836285 On startup, default to the OS dark_mode setting if follow_os_dark_mode=true 2023-04-15 12:12:00 -06:00
Nethanja Focking
42cad0ba4c Add setting to follow OS dark-mode setting
egui already automatically follows the OS dark-mode setting, but we don't handle it with our theme selection, resulting in messed up visuals.
Now we check for this case and let the user decide whether to follow the OS or not.
2023-04-15 11:22:27 -06:00
Mike Dilger
93830c394e Fixex (do not skip if older when updating following, db field name, func rename for consistency) 2023-04-15 09:55:59 +12:00
Mike Dilger
ca18fcb29d Following - clear all option (with confirm) 2023-04-15 09:48:04 +12:00
Mike Dilger
6d169cf2f8 ContactList synchronization improvements 2023-04-15 09:05:47 +12:00
Mike Dilger
761695d125 cargo update egui crates 2023-04-14 12:17:18 +12:00
Mike Dilger
f10616cd7d Force re-render of a note 2023-04-14 05:41:21 +12:00
Mike Dilger
b95cfa88ad cargo update egui crates 2023-04-13 15:40:05 +12:00
Daniele Tonon
43f7d53d3a Update the mentions' style (2) 2023-04-11 20:59:55 +02:00
Mike Dilger
20d1e5746e Use ShatteredContent from nostr-types; cargo fmt 2023-04-11 13:46:37 +12:00
Mike Dilger
1ff783d6f5 update nostr-types 2023-04-11 13:46:34 +12:00
Mike Dilger
ee3f732fd0 cargo fmt 2023-04-11 13:46:27 +12:00
Daniele Tonon
de501d2b39 Update the mentions' style 2023-04-09 09:44:10 +12:00
Mike Dilger
8537292fe4 Update nostr-types 2023-04-08 15:39:02 +12:00
Mike Dilger
e1987f3a66 Handle NIP-11 HTTP 5xx errors better (don't try to parse as nip11) 2023-04-08 15:39:02 +12:00
Mike Dilger
4641114a49 Ability to hide relays 2023-04-08 12:16:24 +12:00
Mike Dilger
ab78e4e073 Write a status message if Fetch Media is disabled when someone clicks on [Image] 2023-04-08 11:08:06 +12:00
Mike Dilger
d4e7002e0d show media automatically false by default (causes a network storm of loading) 2023-04-08 10:45:47 +12:00
Mike Dilger
1dfd656266 Start with more secure network defaults 2023-04-08 10:41:11 +12:00
Mike Dilger
f5c2384d55 Make settings easier for me to understand 2023-04-08 10:37:55 +12:00
Mike Dilger
3fb7713968 cargo fmt 2023-04-08 06:37:01 +12:00