From ca283573151a76c23bc596a39a9d1ce04dc98271 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:21:32 +0530 Subject: [PATCH] changed tag --- README.md | 1 + lib/settings.dart | 3 ++- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df3ec1c..39a61f6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lib/settings.dart b/lib/settings.dart index d9e97ae..c316c2b 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 1df31b4..088d848 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'