Skip to content

Tran 💻 v0.1.0

Compare
Choose a tag to compare
@abdfnx abdfnx released this 09 Feb 04:10
· 175 commits to main since this release

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