KingDownloads

tran version history

9 releases tracked, newest first.

v0.1.43

Aug 4, 2022
- Updated config.go to use USERPROFILE env variable on Windows - First contribution by @soda3x

22 downloads

v0.1.42

Aug 2, 2022
## Changelog * 73939f9 update tran, trying fixing home path for windows #42 * 558d8c1 Bump github.com/briandowns/spinner from 1.18.1 to 1.19.0 (#41) ## What's Changed * Bump github.com/briandowns/spinner from 1.18.1 to 1.19.0 by @dependabot in https://github.com/abdfnx/tran/pull/41 **Full Changelog**: https://github.com/abdfnx/tran/compare/v0.1.41...v0.1.42

22 downloads

v0.1.41

Jul 31, 2022
## Changelog * b1b2308 quit only if `showCommandInput` is false **Full Changelog**: https://github.com/abdfnx/tran/compare/v0.1.4...v0.1.41

22 downloads

v0.1.4

Jul 31, 2022
## Fixes - Fix #38 ## Changelog * eb7f65e remove `q` key from tran keys #38 * 9238fb2 Bump github.com/charmbracelet/bubbles from 0.12.0 to 0.13.0 (#37) * 164dd0b Bump github.com/charmbracelet/bubbletea from 0.21.0 to 0.22.0 (#35) * 837a9bd Bump github.com/charmbracelet/bubbles from 0.11.0 to 0.12.0 (#36) * 163564d Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#34) * f7d7668 Bump github.com/AlecAivazis/survey/v2 from 2.3.4 to 2.3.5 (#33) * e99a7b8 Bump github.com/charmbracelet/bubbles from 0.10.3 to 0.11.0 (#32) * 91980d5 Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#30) * 828e110 Bump github.com/tidwall/gjson from 1.14.0 to 1.14.1 (#28)

22 downloads

v0.1.31

Apr 18, 2022
## Changelog * e2c41cf upgrade go version to `1.18` * 584bea4 Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#25) * 9339770 Bump github.com/AlecAivazis/survey/v2 from 2.3.3 to 2.3.4 (#24) * 148886a goreleaser: update before hooks in goreleaser config file * 81624fa actions(ci): fix tran ci workflow * c7ff178 fix `build` task in taskfile config by update `-compat` flag * 77c1878 fix go modules sums * a040b4f fix all tran issues after merge with `scmn-dev/tran` repo branch * fbb1dbc Merge branch 'main' into main * 9ce3e13 Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.3 (#23) * 257c128 move internal packages to `..`, update `scmn-dev/tran` module * 9b55b37 Merge branch 'main' of https://github.com/scmn-dev/tran * 62e7ee2 remove `ci` and `release` github workflows * 48c843e Update README.md * e3f4ef7 modify the modfile, add `Ctrl+C` key to tran keymaps * 469bda8 update goreleaser config * 3677713 update `ci` and `go` workflows * 11ce385 update codeql workflow, update go mod tidy commands * e0031bd Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#22) ## What's Changed * Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in https://github

22 downloads

v0.1.3

Mar 8, 2022
## Changes - Fix tran sender password message #20 ## Changelog * 79687bd fix password message #20 * d55a4fe Bump github.com/schollz/pake/v3 from 3.0.3 to 3.0.4 (#19) * 7dd09b0 docs(readme): add `Stargazers over time` for tran in README ## What's Changed * Bump github.com/schollz/pake/v3 from 3.0.3 to 3.0.4 by @dependabot in https://github.com/abdfnx/tran/pull/19 **Full Changelog**: https://github.com/abdfnx/tran/compare/v0.1.2...v0.1.3

22 downloads

v0.1.2

Feb 17, 2022
## Changes - Add `tran config` command, with `get`, `set`, and `list` subcommands. by @abdfnx - Fix `tran sync clone` command. ## Changelog * 226775b tran(new command): add `tran config` command, center preview files in README * 64b327b Bump github.com/charmbracelet/bubbles from 0.10.2 to 0.10.3 (#16) * 0071c31 change from `$HOME` in unix to `~` to fix all tran commands * 51fb118 Bump github.com/charmbracelet/lipgloss from 0.4.0 to 0.5.0 (#14) * b55f533 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#15) * 7f43c81 Bump github.com/charmbracelet/bubbletea from 0.19.3 to 0.20.0 (#13) * 0ec8e15 docs(readme): add the new commands to tran README: `auth` & `sync` * 8795f3e actions(ci): remove tran `go` job from `ci` workflow action to fix erros ## What's Changed * Bump github.com/charmbracelet/bubbletea from 0.19.3 to 0.20.0 by @dependabot in https://github.com/abdfnx/tran/pull/13 * Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 by @dependabot in https://github.com/abdfnx/tran/pull/15 * Bump github.com/charmbracelet/lipgloss from 0.4.0 to 0.5.0 by @dependabot in https://github.com/abdfnx/tran/pull/14 * Bump github.com/charmbracelet/bubbles from 0.10

22 downloads

v0.1.1

Feb 12, 2022
## Changes - Build tran GitHub API @abdfnx & @david-tomson - Integrate **GitHub** with tran #9 - Add `tran auth` command to authenticate with github - Create `tran gh-config` command to manage github configs - Build `tran gh-repo` command - Add `tran sync` command to sync tran config file ## Pull Requests * docs(readme): fix chroma link by @ItsJimi in https://github.com/abdfnx/tran/pull/7 * integrate github with `tran` by @david-tomson in https://github.com/abdfnx/tran/pull/9 * Bump github.com/david-tomson/tran-git from 0.0.2 to 0.0.3 by @dependabot in https://github.com/abdfnx/tran/pull/10 * remove `false` value from tran version checker by @Timothee-Cardoso in https://github.com/abdfnx/tran/pull/11 ## Changelog * 496a962 docker(trancli/tran): update tran dockerfile, and upgrade release action * bc89a3a add some updates on tran API, update tran dockerfile, update checker * c7c3d4d actions(release): setup `task` and use it for tran releasing, update Taskfile * 0234c18 Merge pull request #11 from Timothee-Cardoso/patch-1 * a43c6ec remove `false` from tran version checker * 15f4f54 fix `sync` command, add new task, update tran sync shell commands * ca31

22 downloads

v0.1.0

Feb 9, 2022
## Welcome to `tran` this is the first release of tran, enjoy ## Changelog * 84b54d1 actions(build): fix release workflow by create gh-tran template file * de0af7a update build workflow, add `ght` task to make, update README.md * 1e19b0b add `date.txt` to git ignore file list to fix `build` action * b705bc9 change mode of `scripts/tag.sh` to 755 * b0048d1 add @abdfnx as the code owner of tran in `.github/CODEOWNERS` * 2f654a9 add `/scripts/gh-tran` to `dependabot` for update node packages * 187a589 actions(release): build and finish from tran builder workflow * 90125bb update tran boxes borders, add preview files of tran in `README.md` * 5676756 Bump github.com/briandowns/spinner from 1.18.0 to 1.18.1 (#4) * ebe3f7f docs(readme): remove spaces in tran usage * badb2bb update root command usage, update the tran README * 40dde85 update tran boxes view, update tran sender, add tran logo * d211fc7 add docker tasks to makefile, fix tran cli README in dockerfile * 4d72328 Create README.md * c2665a4 setup `codeql` code scanning workflow * 22310e2 add `node_modules` to git ignore files list, create gh-tran builder * 5802572 Bump github.com/spf13/viper from 1.10.0 to

22 downloads