Releases: shinokada/gitstart
Releases · shinokada/gitstart
v1.2.2
v1.2.1
v1.1.0
Changelog
- 7c4bb04 Merge pull request #6 from shinokada/feat/full-execution
- d415519 fix: use main branch for gitignore URL, write atomically via temp file
- 2652f0d fix: validate message flag, cleanup orphaned repo on push failure, guard empty language
- 87fb3d5 refactor: split run() into helpers, fix dry-run output, normalize language casing for gitignore
- a733ed0 fix: normalize branch and language flags before use
- db2aa47 fix: validate branch flag early, skip .gitignore when no language specified
- 29abe99 fix: remove hardcoded github.com URL, add timeout to gh auth user call
- a984327 fix: resolve absolute path, skip license prompt in quiet mode, use gh auth user for URL
- 3453ae8 fix: default visibility to public to prevent gh interactive prompt
- 3a58b57 fix: stat error handling, wire branch/message flags to commit and push
- fad3243 feat: add full execution
v1.0.5
v1.0.4
v1.0.3
v0.4.1
Full Changelog: v0.4.0...v0.4.1
- feat: bash 3.2 compatible
v0.4.0
What's Changed
- License spelling correction by @PeteXC in #1
- fixed spelling of license in README and gitstart by @Sturke in #2
- Complete rewrite by @shinokada in #3
New Contributors
- @PeteXC made their first contribution in #1
- @Sturke made their first contribution in #2
- @shinokada made their first contribution in #3
Full Changelog: v0.3.0...v0.4.0
-
New Features
- Dry-run and quiet non‑interactive modes; private repos, custom branch/message/description; XDG config support and migration; improved existing‑directory handling
-
Documentation
- Expanded README, changelog (v0.4.0), migration guide, examples, testing and cross‑platform guides, quick reference, and many HOWTOs
-
Tests
- New test suites and runners, static analysis integration, CI workflow, and permission/verification helpers
-
Bug Fixes
- Absolute path handling, non‑interactive prompt blocking, cloning/checkout edge cases
-
Chores
- Makefile, install/uninstall improvements, repository attributes and cleanup docs
version 0.3.0
Full Changelog: v0.2.11...v0.3.0
version 0.2.11
Update
- Uninstallation script added.
- repo creation process updated.