Tran Versions Save

🖥 Securely transfer and send anything between computers with TUI.

v0.1.43

1 year ago

Changelog

  • a7f21d7 Update config.go to use env variable if tran is running on Windows (#44)

What's Changed

New Contributors

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.42...v0.1.43

v0.1.42

1 year ago

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

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.41...v0.1.42

v0.1.41

1 year ago

Changelog

  • b1b2308 quit only if showCommandInput is false

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.4...v0.1.41

v0.1.4

1 year ago

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)

v0.1.31

2 years ago

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

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.3...v0.1.31

v0.1.3

2 years ago

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

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.2...v0.1.3

v0.1.2

2 years ago

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

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.1...v0.1.2

v0.1.1

2 years ago

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

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
  • ca31170 Bump github.com/david-tomson/tran-git from 0.0.2 to 0.0.3 (#10)
  • d3d7d17 integrate github with tran (#9)
  • 5675c59 cleanup(tmp): remove gh-tran tmp file in ./scripts/gh-tran
  • 669a518 init @go-task Taskfile for tran, create tran ci workflow
  • 281b63e add viper to Technologies Used in Tran, add ZinoKader as a reference
  • acb96d7 docs(readme): fix chroma link (#7)
  • ff6e182 actions(go): create go.yml workflow to check status of tran code

New Contributors

Full Changelog: https://github.com/abdfnx/tran/compare/v0.1.0...v0.1.1

v0.1.0

2 years ago

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 1.10.1 (#3)
  • f1e2a74 Bump github.com/muesli/termenv from 0.9.0 to 0.11.0 (#2)
  • 4664533 setup dependabot for tran
  • cccade2 create the security policy of tran
  • 644396c create the code of conduct of tran
  • b4bc222 add vscode extensions and settings
  • bba709f create and finish from tran goreleaser config file
  • a8e0940 create scripts/shell files, create docker dir with tran docker files
  • 93a3635 create windows build from source script file in scripts dir
  • d5b047b create tran makefile
  • df5f770 add tran docker image and dockerfile, add .gitattributes, create docker ignore
  • 53747a1 add gitpod and golangci config files
  • b99adc4 add /tran to git ingore files list, add editor config configfile
  • df6a3c4 create main.go file, fix tran version checker config import
  • e01f7c2 create the tran version checker to check if there's a new release
  • 8f39a6e build tran cmd package and factory, update tran go modfile
  • 561e47a add scripts/tag.sh script file
  • aa238d3 create windows install script file in scripts dir
  • d041e7b create unix install script in scripts dir
  • 669a280 create scripts dir
  • 8b9be14 create app package with send and receive commands
  • c1dc9fc finish from ios package, add new go modules
  • d0c066b create ios/console.go and ios/console_windows.go files in ios
  • f001d4d add ios/color.go file, add github.com/mgutz/ansi go module
  • 5398e91 start building ios package with tty size handlers
  • 3ab591d add new go modules, create help and info contents, and create api pkg
  • 60a9a7b create Update and View functions in tui package, finish from tui
  • b1f66ab add tran tui init function in internal/tui/init.go
  • a11a322 finish from all tran tui commands in internal/tui/cmds.go
  • d1cd06f and create tran send handler
  • ef64a7d add tran receiver handler
  • 0afdc45 finish from tran sender UI in internal/tui package
  • 48de609 create tran receiver UI in internal/tui package
  • aaacf8e add AltKefunc in constants` pkg, add send and receive ui handlers
  • adc56d7 add the keymap of tran app
  • 783f754 add new charmbracelet package, build tran tui model
  • 63e88b9 create tran tui theme
  • 1693076 new go modules, start building internal package with config pkg
  • b3d6bb8 finally finish from core/sender package, and finish from core pkg
  • d537bb1 finish from tran sender server in core/sender package
  • 343d16b build tran sender handlers
  • 5064eae add new constants, build tran sender transfer functions and handlers
  • 0ac214f finish from the core tran sender file
  • ac1890f start building core/sender package with core/sender/state.go file
  • b076d02 add schollz/pake module, finish from core/receiver package
  • c407ad0 add receiver main struct and functions in core/receiver pkg
  • fc46c41 start building core/receiver package by create state.go file
  • 4efd4cf new go modules, finish from the tran tui renderer
  • e24664d create tran tranx server handler and client in core/tranx pkg
  • 903c779 create tran json tools like DecodePayload, create tranx mailbox funcs
  • 5839cdb add tran tranx routes in core/tranx package
  • 25997db add RECEIVER_CONNECT_TIMEOUT constant, start building core/tranx pkg
  • c41fdc1 add new go modules, create tran cli errors functions tools
  • c475dcc update go modfile, add tools/text.go file
  • c1922f3 create tran protocol messaging functions in tools package
  • d5d45f5 create ports and websocket tran tools
  • 3dcef41 finish from password code generator and hasher in tools package
  • 68408b5 add strings tools
  • cf2efde add new package: tools and create files and math tools
  • c73e755 add tran crypto module in core package
  • d0c6ea6 add gorilla websocket module, build tran protocol model
  • b185389 add tran models: tranx address & port, add Password type
  • a974001 finish from the dirctory file system functions in dfs package
  • b1dcad0 add the password codes for tran in data package
  • 7502fc8 add charmbracelet/bubbles/progress module, add tran colors and styles
  • 87552f4 add charmbracelet/lipgloss module, add new constants
  • 0ae95f0 create CtrlKey function to return the ctrl key of the os
  • ba2b5c9 start building constants package
  • d86b8cf add .gitignore
  • 5b44336 init abdfnx/tran module
  • c2d903f Initial commit