| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. | |||
| 5 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
| 6 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |
| 7 | 7 | ||
| 8 | + ## [0.17.0] - 2026-03-20 | ||
| 9 | + | ||
| 10 | + ### Added | ||
| 11 | + - **Safe Installation Update Logic:** Re-engineered `docs/install.sh` to prevent data loss. It now performs surgical updates of `.gemini/` subdirectories instead of full overwrites. | ||
| 12 | + - **Project Configuration Protection:** Introduced a whitelist of protected files (e.g., `settings.json`, `style-guide.md`) that are preserved during framework updates. | ||
| 13 | + - **Intelligent GEMINI.md Preservation:** The installation script now detects and preserves the "Project Notes" section within `GEMINI.md`, allowing for seamless framework updates without losing project-specific context. | ||
| 14 | + - **Enhanced Installation Transparency:** Improved the install script's summary phase to explicitly list files being created, updated, or protected. | ||
| 15 | + | ||
| 8 | 16 | ## [0.16.0] - 2026-03-20 | |
| 9 | 17 | ||
| 10 | 18 | ### Added | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ set -e | |||
| 3 | 3 | ||
| 4 | 4 | # --- Configuration --- | |
| 5 | 5 | REPO_URL="https://github.com/apiad/starter.git" | |
| 6 | - VERSION="0.16.0" | ||
| 6 | + VERSION="0.17.0" | ||
| 7 | 7 | ||
| 8 | 8 | # --- Functions --- | |
| 9 | 9 | banner() { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,3 +7,4 @@ | |||
| 7 | 7 | [2026-03-20T08:37:07] - feat(hooks): add pre-commit hook installation check to welcome script | |
| 8 | 8 | [2026-03-20T08:38:31] - chore(release): version 0.16.0 | |
| 9 | 9 | [2026-03-20T08:41:47] - feat(docs): improve install.sh with safe update logic and preservation of user notes | |
| 10 | + [2026-03-20T08:43:37] - chore(release): version 0.17.0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments