aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgmi.pl8
1 files changed, 6 insertions, 2 deletions
diff --git a/gmi.pl b/gmi.pl
index 3012dda..6affa9b 100755
--- a/gmi.pl
+++ b/gmi.pl
@@ -9,9 +9,13 @@ use bytes;
use feature qw(refaliasing);
no warnings qw(experimental::refaliasing);
-our $VERSION = 'v0.0.9';
+our $VERSION = 'v0.0.10';
-#TODO: back() only works once; should fix this
+#TODO:
+# back() only works once; should fix this
+# nav() should add current_url's root before links that don't
+# have a scheme since that implies the author is linking
+# to himself eg: '=> /data/stuff.gmi'
# Modules
use IO::Socket::SSL; # CPAN