Releases: abdfnx/tran
Releases · abdfnx/tran
Tran 💻 v0.1.43
Changelog
What's Changed
- Update config.go to use USERPROFILE environment variable if tran is running on Windows by @soda3x in #44
New Contributors
Full Changelog: v0.1.42...v0.1.43
Tran 💻 v0.1.42
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 #41
Full Changelog: v0.1.41...v0.1.42
Tran 💻 v0.1.41
Tran 💻 v0.1.4
Fixes
- Fix #38
Changelog
- eb7f65e remove
qkey 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)
Tran 💻 v0.1.31
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
buildtask in taskfile config by update-compatflag - 77c1878 fix go modules sums
- a040b4f fix all tran issues after merge with
scmn-dev/tranrepo 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
.., updatescmn-dev/tranmodule - 9b55b37 Merge branch 'main' of https://github.com/scmn-dev/tran
- 62e7ee2 remove
ciandreleasegithub workflows - 48c843e Update README.md
- e3f4ef7 modify the modfile, add
Ctrl+Ckey to tran keymaps - 469bda8 update goreleaser config
- 3677713 update
ciandgoworkflows - 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 #22
- Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.3 by @dependabot in #23
- Bump github.com/AlecAivazis/survey/v2 from 2.3.3 to 2.3.4 by @dependabot in #24
- Bump github.com/spf13/viper from 1.10.1 to 1.11.0 by @dependabot in #25
Full Changelog: v0.1.3...v0.1.31
Tran 💻 v0.1.3
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 timefor tran in README
What's Changed
- Bump github.com/schollz/pake/v3 from 3.0.3 to 3.0.4 by @dependabot in #19
Full Changelog: v0.1.2...v0.1.3
Tran 💻 v0.1.2
Changes
- Add
tran configcommand, withget,set, andlistsubcommands. by @abdfnx - Fix
tran sync clonecommand.
Changelog
- 226775b tran(new command): add
tran configcommand, center preview files in README - 64b327b Bump github.com/charmbracelet/bubbles from 0.10.2 to 0.10.3 (#16)
- 0071c31 change from
$HOMEin 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
gojob fromciworkflow action to fix erros
What's Changed
- Bump github.com/charmbracelet/bubbletea from 0.19.3 to 0.20.0 by @dependabot in #13
- Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 by @dependabot in #15
- Bump github.com/charmbracelet/lipgloss from 0.4.0 to 0.5.0 by @dependabot in #14
- Bump github.com/charmbracelet/bubbles from 0.10.2 to 0.10.3 by @dependabot in #16
Full Changelog: v0.1.1...v0.1.2
Tran 💻 v0.1.1
Changes
- Build tran GitHub API @abdfnx & @david-tomson
- Integrate GitHub with tran #9
- Add
tran authcommand to authenticate with github - Create
tran gh-configcommand to manage github configs - Build
tran gh-repocommand - Add
tran synccommand to sync tran config file
Pull Requests
- docs(readme): fix chroma link by @ItsJimi in #7
- integrate github with
tranby @david-tomson in #9 - Bump github.com/david-tomson/tran-git from 0.0.2 to 0.0.3 by @dependabot in #10
- remove
falsevalue from tran version checker by @Timothee-Cardoso in #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
taskand use it for tran releasing, update Taskfile - 0234c18 Merge pull request #11 from Timothee-Cardoso/patch-1
- a43c6ec remove
falsefrom tran version checker - 15f4f54 fix
synccommand, 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-trantmp file in./scripts/gh-tran - 669a518 init @go-task Taskfile for
tran, create tran ci workflow - 281b63e add
vipertoTechnologies Used in Tran, add ZinoKader as a reference - acb96d7 docs(readme): fix chroma link (#7)
- ff6e182 actions(go): create
go.ymlworkflow to check status of tran code
New Contributors
- @ItsJimi made their first contribution in #7
- @david-tomson made their first contribution in #9
- @Timothee-Cardoso made their first contribution in #11
Full Changelog: v0.1.0...v0.1.1
Tran 💻 v0.1.0
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
ghttask to make, update README.md - 1e19b0b add
date.txtto git ignore file list to fixbuildaction - b705bc9 change mode of
scripts/tag.shto 755 - b0048d1 add @abdfnx as the code owner of tran in
.github/CODEOWNERS - 2f654a9 add
/scripts/gh-trantodependabotfor 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
codeqlcode scanning workflow - 22310e2 add
node_modulesto 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
dependabotfor tran - cccade2 create the security policy of tran
- 644396c create the
code of conductof tran - b4bc222 add
vscodeextensions and settings - bba709f create and finish from tran goreleaser config file
- a8e0940 create
scripts/shellfiles, createdockerdir with tran docker files - 93a3635 create windows build from source script file in
scriptsdir - 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
/tranto git ingore files list, add editor config configfile - df6a3c4 create
main.gofile, 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.shscript file - aa238d3 create windows install script file in
scriptsdir - d041e7b create unix install script in
scriptsdir - 669a280 create
scriptsdir - 8b9be14 create
apppackage withsendandreceivecommands - c1dc9fc finish from
iospackage, add new go modules - d0c066b create
ios/console.goandios/console_windows.gofiles inios - f001d4d add
ios/color.gofile, addgithub.com/mgutz/ansigo module - 5398e91 start building
iospackage with tty size handlers - 3ab591d add new go modules, create help and info contents, and create
apipkg - 60a9a7b create
UpdateandViewfunctions intuipackage, finish fromtui - 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/tuipackage - 48de609 create tran receiver UI in
internal/tuipackage - aaacf8e add
AltKefunc inconstants` 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
internalpackage withconfigpkg - b3d6bb8 finally finish from
core/senderpackage, and finish fromcorepkg - d537bb1 finish from tran sender server in
core/senderpackage - 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/senderpackage withcore/sender/state.gofile - b076d02 add
schollz/pakemodule, finish fromcore/receiverpackage - c407ad0 add receiver main struct and functions in
core/receiverpkg - fc46c41 start building
core/receiverpackage by createstate.gofile - 4efd4cf new go modules, finish from the tran tui renderer
- e24664d create tran tranx server handler and client in
core/tranxpkg - 903c779 create tran json tools like
DecodePayload, create tranx mailbox funcs - 5839cdb add tran tranx routes in
core/tranxpackage - 25997db add
RECEIVER_CONNECT_TIMEOUTconstant, start buildingcore/tranxpkg - c41fdc1 add new go modules, create tran cli errors functions tools
- c475dcc update go modfile, add
tools/text.gofile - c1922f3 create tran protocol messaging functions in
toolspackage - d5d45f5 create
portsandwebsockettran tools - 3dcef41 finish from password code generator and hasher in
toolspackage - 68408b5 add strings tools
- cf2efde add new package:
toolsand create files and math tools - c73e755 add tran crypto module in
corepackage - d0c6ea6 add gorilla websocket module, build tran protocol model
- b185389 add tran models: tranx
address&port, addPasswordtype - a974001 finish from the dirctory file system functions in
dfspackage - b1dcad0 add the password codes for tran in
datapackage - 7502fc8 add
charmbracelet/bubbles/progressmodule, add tran colors and styles - 87552f4 add
charmbracelet/lipglossmodule, add new constants - 0ae95f0 create
CtrlKeyfunction to return the ctrl key of the os - ba2b5c9 start building
constantspackage - d86b8cf add
.gitignore - 5b44336 init
abdfnx/tranmodule - c2d903f Initial commit