version bump - v0.0.3

- add support for .Trash and .Trash-$(id -u) directories on non-home partitions
- add support for reading from and writing to $trashDir/directorysizes
This commit is contained in:
Lilian Jónsdóttir 2024-08-14 18:54:50 -07:00
parent cb47a01884
commit 884c20ce61
4 changed files with 8 additions and 8 deletions

6
gt.1
View file

@ -5,11 +5,11 @@
.nh .nh
.ad l .ad l
.\" Begin generated content: .\" Begin generated content:
.TH "gt" "1" "2024-07-31" "gt version v0.0.2" "User Commands" .TH "gt" "1" "2024-08-15" "gt version v0.0.3" "User Commands"
.PP .PP
.SH NAME .SH NAME
.PP .PP
gt - manual page for gt version 0.\&0.\&2 gt - manual page for gt version 0.\&0.\&3
.PP .PP
.SH DESCRIPTION .SH DESCRIPTION
.PP .PP
@ -27,7 +27,7 @@ g(o)t(rash) is a simple, command line program to interface with the XDG Trash.\&
.PP .PP
.SS VERSION: .SS VERSION:
.PP .PP
0.\&0.\&2 0.\&0.\&3
.PP .PP
.SS AUTHOR: .SS AUTHOR:
.PP .PP

View file

@ -1,8 +1,8 @@
gt(1) ["gt version v0.0.2" ["User Commands"]] gt(1) ["gt version v0.0.3" ["User Commands"]]
# NAME # NAME
gt \- manual page for gt version 0.0.2 gt \- manual page for gt version 0.0.3
# DESCRIPTION # DESCRIPTION
@ -20,7 +20,7 @@ g(o)t(rash) is a simple, command line program to interface with the XDG Trash. F
## VERSION: ## VERSION:
0.0.2 0.0.3
## AUTHOR: ## AUTHOR:

View file

@ -1,5 +1,5 @@
binary := "gt" binary := "gt"
version := "0.0.2" version := "0.0.3"
build_dir := "bin" build_dir := "bin"
dist_dir := "dist" dist_dir := "dist"
cmd := "." cmd := "."

View file

@ -25,7 +25,7 @@ import (
const ( const (
appname string = "gt" appname string = "gt"
appsubtitle string = "xdg trash cli" appsubtitle string = "xdg trash cli"
appversion string = "v0.0.2" appversion string = "v0.0.3"
appdesc string = `A small command line program to interface with the appdesc string = `A small command line program to interface with the
Freedesktop.org / XDG trash specification. Freedesktop.org / XDG trash specification.