Custy v1.10.14 — Repository Recovery and Branch Alignment
🧠 Custy v1.10.14
Custy v1.10.14 is a maintenance release for the legacy Custy 1.x release line.
This release records repository recovery and branch-history alignment work completed after v1.10.13. It preserves the established Custy automation features while providing a synchronized and stable source baseline for the final 1.x version.
✨ Highlights
- Recorded the repository recovery and branch-alignment checkpoint.
- Restored consistency across the
main,develop, and backup branch histories. - Updated the application version from
v1.10.13tov1.10.14. - Added the local
temp.txtdevelopment file to.gitignore. - Preserved the existing Custy command and configuration behavior.
🧰 Included Custy capabilities
The v1.10.14 source includes the established Custy 1.x functionality:
- Git commit and tag automation.
- SemVer and PEP 440 version strategies.
- Automatic project-version updates.
- Changelog generation from Git history.
- Commit-message and tag-message templates.
- Git workflow validation and enforcement.
- Main and backup remote synchronization.
- Dry-run and force controls.
- Commit-message and tag-message backups.
- Backup and temporary-branch cleanup commands.
- Local CLI and Make-based development workflows.
🔄 Changes since v1.10.13
🐛 Repository recovery
- Corrected repository-history consistency after recovery work.
- Recorded the aligned source state as the v1.10.14 release baseline.
- Preserved the intended relationship between primary and backup repository branches.
🔖 Version metadata
- Updated
app/__version__.pyfromv1.10.13tov1.10.14.
🔧 Repository maintenance
- Added
temp.txtto.gitignoreso local temporary content is not committed accidentally.
📦 Source-only availability
This historical release is published as source code only.
It does not include separately built or published:
- Python wheel or source-distribution artifacts.
- PyPI or GitLab Package Registry packages.
- GitHub Container Registry images.
- GitLab Container Registry images.
- Other prebuilt binaries or installation bundles.
GitHub and GitLab may provide automatically generated source archives for the tag.
🧪 Install from the Git tag
Install directly from the existing source tag:
python -m pip install "git+https://github.com/devalltect00/Custy.git@v1.10.14"Or clone the tagged source:
git clone --branch v1.10.14 --depth 1 https://github.com/devalltect00/Custy.git
cd Custy
python -m pip install .Verify the installation:
custy --help🐍 Compatibility
- Required Python version: Python 3.11 or newer.
- The legacy project documentation recommends Python 3.11 or 3.12 for its pinned dependency set.
⚠️ Legacy release notice
Custy v1.10.14 belongs to the legacy 1.x architecture and command interface. It predates the redesigned Custy 2.x application, configuration system, pipelines, documentation, and safety improvements.
When using this version, consult the README and documentation stored in the v1.10.14 source tag because current Custy 2.x documentation may describe different commands and behavior.
📌 Release metadata
- Version:
v1.10.14 - Previous version:
1.10.13 - Release type: Maintenance release
- Release date: April 1, 2026
- Source commit:
f2d12bdbdd56d169ce733c29bae464efd8422e06 - Distribution: Source only
- Stability: Final legacy release
Full Changelog: v1.10.13...v1.10.14
Released by Devalltect / Rizky Fernandes