mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-07-28 13:02:12 +02:00
changed tag
This commit is contained in:
@@ -56,6 +56,7 @@ usage: dart run bin/nostr_console.dart [OPTIONS]
|
||||
-s, --disable-file When turned on, even the default file is not read from.
|
||||
-t, --translate Translate some of the recent posts using Google translate site ( and not api). Google
|
||||
is accessed for any translation request only if this flag is present, and not otherwise.
|
||||
-l, --location The given value is added as a 'location' tag with every kind 1 post made
|
||||
-h, --help Print help/usage message and exit.
|
||||
-v, --version Print version and exit.
|
||||
|
||||
|
@@ -3,7 +3,7 @@ import 'package:logging/logging.dart';
|
||||
|
||||
// name of executable
|
||||
const String exename = "nostr_console";
|
||||
const String version = "0.2.2-beta";
|
||||
const String version = "0.2.3-beta";
|
||||
|
||||
int gDebug = 0;
|
||||
int gSpecificDebug = 0;
|
||||
@@ -253,6 +253,7 @@ usage: $exename [OPTIONS]
|
||||
-s, --disable-file When turned on, even the default filename is not read from.
|
||||
-t, --translate Translate some of the recent posts using Google translate site ( and not api). Google
|
||||
is accessed for any translation request only if this flag is present, and not otherwise.
|
||||
-l, --location The given value is added as a 'location' tag with every kind 1 post made
|
||||
-h, --help Print help/usage message and exit.
|
||||
-v, --version Print version and exit.
|
||||
|
||||
|
@@ -3,8 +3,8 @@ description: A multi-platform nostr client built for terminal/console
|
||||
version: 0.2.2-beta
|
||||
homepage: https://github.com/vishalxl/nostr_console
|
||||
|
||||
# Release 0.2.2-beta
|
||||
# fixed issue with encrypted groups where an invite from non-follow wasn't processed/received
|
||||
# Release 0.2.3-beta
|
||||
# crated location and t rooms
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.3 <3.0.0'
|
||||
|
Reference in New Issue
Block a user