mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-11-18 18:07:48 +01:00
changed version number to 0.1.3-beta
This commit is contained in:
@@ -52,7 +52,7 @@ List<String> gListRelayUrls2 = [
|
|||||||
|
|
||||||
// name of executable
|
// name of executable
|
||||||
const String exename = "nostr_console";
|
const String exename = "nostr_console";
|
||||||
const String version = "0.1.2-beta";
|
const String version = "0.1.3-beta";
|
||||||
|
|
||||||
// well known disposable test private key
|
// well known disposable test private key
|
||||||
const String gDefaultPublicKey = "e8caa2028a7090ffa85f1afee67451b309ba2f9dee655ec8f7e0a02c29388180";
|
const String gDefaultPublicKey = "e8caa2028a7090ffa85f1afee67451b309ba2f9dee655ec8f7e0a02c29388180";
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
name: nostr_console
|
name: nostr_console
|
||||||
description: A multi-platform nostr client built for terminal/console.
|
description: A multi-platform nostr client built for terminal/console.
|
||||||
version: 0.1.2-beta
|
version: 0.1.3-beta
|
||||||
homepage: https://github.com/vishalxl/nostr_console
|
homepage: https://github.com/vishalxl/nostr_console
|
||||||
|
|
||||||
# Release 0.1.2-beta - reply to feature in public channels
|
# Release 0.1.3-beta
|
||||||
|
|
||||||
# horizontal menu
|
# horizontal menu
|
||||||
# fixed tests
|
# fixed tests
|
||||||
#build
|
|
||||||
# clear screen for public channels +
|
# clear screen for public channels +
|
||||||
# improved howto messages
|
# improved howto messages
|
||||||
# removed red error for default invokation related to invalid old encrypted group keys
|
# removed red error for default invokation related to invalid old encrypted group keys
|
||||||
|
|||||||
Reference in New Issue
Block a user