Releases: Pruthviraj36/dotsync
Releases · Pruthviraj36/dotsync
Release list
v3.3.9
v3.3.7
v3.3.5
Changelog
🐛 Bug Fixes
- 2ef3c05: fix: improved the TUI and removed the generic messages (@Pruthviraj36)
v3.3.4
v3.3.3
v3.3.1
v3.2.3
Changelog
🐛 Bug Fixes
- f36b780: fix(billing): correct table alignment by padding before colorizing (@Pruthviraj36)
- dbc3ce1: fix(billing): pad header strings before bold() to fix column alignment (@Pruthviraj36)
- 57979fb: fix(client): remove duplicate BillingStatus method; fix README formatting (@Pruthviraj36)
- bc34923: fix(push): refresh expired JWT before send, rebuild request on retry, transactional version increment (@Pruthviraj36)
- a84fd60: fix(update): strip v prefix before version comparison to prevent infinite self-updates (@Pruthviraj36)
- 3195cc7: fix: README is updated for latest changes (@Pruthviraj36)
- 54efabb: fix: add GetProjectPassword, --rotate-password flag (@Pruthviraj36)
- 40ef5ba: fix: add missing keyring.go for GetProjectPassword (@Pruthviraj36)
- c656d9b: fix: align goreleaser archive names with update command pattern (dotsync-{os}-{arch}) (@Pruthviraj36)
- 7197440: fix: changes the color of text and removes the icons for more readability (@Pruthviraj36)
- fe9e388: fix: correct login box alignment (%-44s -> %-42s) (@Pruthviraj36)
- 2314c26: fix: enhanced the tabular output (@Pruthviraj36)
- 31932be: fix: fix issues with go versions (@ESPORTS-ADMIN)
- 8968064: fix: fixed name issues in repo (@ESPORTS-ADMIN)
- 9446e89: fix: go.mod version directive format (@Pruthviraj36)
- a91c89c: fix: goreleaser replace existing artifacts on re-runs (@Pruthviraj36)
- e20ccaa: fix: issues solved in command (@Pruthviraj36)
- 620cd42: fix: move CLI main package to cli/dotsync so go install produces dotsync binary (@Pruthviraj36)
- 4568cee: fix: new TUI (@Pruthviraj36)
- bbc6bf2: fix: path issues fixed (@Pruthviraj36)
- b56866d: fix: remove keyring_nocgo.go, keyring.go no longer needs CGO (@Pruthviraj36)
- ccba824: fix: remove missing LICENSE from goreleaser archive files (@Pruthviraj36)
- 69aec77: fix: removed accidentally pushed files (@Pruthviraj36)
- d4207e9: fix: removed the remaining payments instances completely (@Pruthviraj36)
- d26e42a: fix: removed the subscriptions and added the integration commands (@Pruthviraj36)
- 1cb4b9a: fix: removed the toolchain config from go.mod (@Pruthviraj36)
- 9cba671: fix: removed unwanted uploaded files (@Pruthviraj36)
- 7c7a197: fix: renaming issue solved (@Pruthviraj36)
- 84bb385: fix: resolve login 404 and double error message (@Pruthviraj36)
- 2d3b64f: fix: resolved diff command issues (@Pruthviraj36)
- 32e3814: fix: resolved issues with rollback.go (@Pruthviraj36)
- 6389696: fix: resolved the migration conflict (@Pruthviraj36)
- b5ec722: fix: resolved the path issues related on render (@Pruthviraj36)
- ebe040e: fix: resolved the path issues related to installation (@Pruthviraj36)
- 6a9530f: fix: run go mod tidy before build to resolve dependencies (@ESPORTS-ADMIN)
- 3b882a2: fix: solved issues in comments (@Pruthviraj36)
- c9f42e8: fix: solved the issue of undefined methods (@Pruthviraj36)
- fc279fb: fix: solved the password reentering (@Pruthviraj36)
- 9157b75: fix: solved the token expiration (@Pruthviraj36)
- fe71a42: fix: the issue in client_id is fixed (@ESPORTS-ADMIN)
- 5dfec20: fix: tidy dependencies and add missing indirect requirements to go.mod (@ESPORTS-ADMIN)
- 125ec7d: fix: updated env configs (@Pruthviraj36)
- a7d7930: fix: updated go.mod (@Pruthviraj36)
- 780d4f0: fix: updated the audits (@Pruthviraj36)
- ec4a987: fix: validate project slug exists before saving init config (@Pruthviraj36)
- b16732d: fixed github name issue (@ESPORTS-ADMIN)
✨ Features
- 39c5b8d: feat(auth): add beautiful CLI oauth callback UI (@Pruthviraj36)
- 7e53128: feat(auth): add beautiful redirect UI (@Pruthviraj36)
- 73f49a5: feat(billing): plans/upgrade/manage commands, checkout+portal endpoints, plan limit enforcement (@Pruthviraj36)
- 4a9db32: feat(billing): plans/upgrade/manage commands, checkout+portal endpoints, plan limit enforcement (@Pruthviraj36)
- 5e686d3: feat(payment): replace Stripe with provider abstraction — LemonSqueezy + PayPal support (@Pruthviraj36)
- 5e1724e: feat(security): upgrade E2EE to Argon2id and add --local sync flag (@Pruthviraj36)
- 068a371: feat: add team management, rollback, audit, scan, and run commands (@Pruthviraj36)
- 2822ff6: feat: added a new command for upadating (@Pruthviraj36)
- 914f621: feat: added billing and subscription (@Pruthviraj36)
- bb82458: feat: added licensing (@Pruthviraj36)
- dca2148: feat: increased security of the .env files (@Pruthviraj36)
- 6832968: feat: made commands colorful (@Pruthviraj36)
- f67ea12: feat: masked password input + fix init slug validation (@Pruthviraj36)
- 82a31f9: feat: remove stripe, add admin upgrade endpoint, fix diff/envs/plan limits, wire all billing routes (@Pruthviraj36)
- 3acc3dc: feat: replace web-redirect auth with GitHub Device Flow + checksum-verified self-update (@Pruthviraj36)
- 5ac93a9: feat: team invites via CLI & secure project password storage (@Pruthviraj36)
🔧 Other Changes
- b0811a6: Merge branch 'main' of https://github.com/Pruthviraj36/dotsync (@Pruthviraj36)
- 362f239: Update and rename LICENSE to LICENSE.md (@Pruthviraj36)
- 82177ad: added missing files for server (@ESPORTS-ADMIN)
- b4bcc93: newly updated backend (@ESPORTS-ADMIN)
- 332d82e: refactor: completely changed the current one(372) (@Pruthviraj36)
- 081fa71: remove compiled binary from git (@Pruthviraj36)
- f518ff9: remove compiled binary from git (@Pruthviraj36)
- 859c7b7: remove compiled binary from git (@Pruthviraj36)
- 321985a: remove compiled binary from git (@Pruthviraj36)
- 54c3799: remove duplicate writeJSON/writeError (@Pruthviraj36)
- 57e0e18: remove: the comflicting file is reoved (@Pruthviraj36)
- ecd24e9: rename the migrations (@Pruthviraj36)
- cc2fcaf: update(README) (@Pruthviraj36)
- 4198e4f: update: README is updated for latest changes (@Pruthviraj36)
- e366721: update: new readme (@Pruthviraj36)
- b6bab10: updated render configuration (@ESPORTS-ADMIN)