Commit bf7738a
committed
update changelog with gemini and clean up
Based on the project files, here is the full `changelog.md` updated with the latest version (0.0.7) and relevant changes found in the source code.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.7] - 2025-12-24
### Added
* Repository-wide performance optimizations for streaming.
* Configured Server Garbage Collection and Concurrent GC for better real-time response handling.
* Established `Directory.Build.props` as the single source of truth for versioning across the solution.
### Technical
* Upgraded target framework to `.NET 10.0`.
* Implemented partial trimming for optimized single-file executables.
## [0.0.6] - 2025-08-09
* Cleaned up changelog to remove extra text.
* Stream response from Gemini in server sent events.
## [0.0.5] - 2025-08-09
### Fixed
* Removed `Console.Clear()` that was destroying terminal scrollback buffer.
* Improved terminal compatibility for Linux/macOS users.
### Changed
* Model selection screen now preserves terminal history.
* Use lower case `changelog` in Github Actions link.
## [0.0.4] - 2025-08-07
### Added
* Interactive console client for Google Gemini AI API.
* Dynamic model discovery and selection with smart recommendations.
* Real-time performance metrics with response time tracking and token speed analysis.
* Session statistics tracking for all requests.
* Support for multiple platform architectures (Windows x64/x86/ARM64, Linux x64/ARM/ARM64, macOS x64/ARM64).
* Automated GitHub Actions CI/CD pipeline for cross-platform builds and releases.
* Configuration support via `appsettings.json`, environment variables, and user secrets.
* Smart error handling with automatic fallback to stable models.
* Visual performance indicators for response speeds.
* Model categorization (Flash, Pro, Ultra, Experimental).
### Features
*
**Model Management**: Automatic fetching of available Gemini models with detailed information.
*
**Performance Tracking**: Response time monitoring with tokens/second throughput analysis.
*
**Cross-Platform Support**: Self-contained executables for Windows, Linux, and macOS.
*
**Flexible Configuration**: Multiple configuration methods with proper precedence.
*
**Developer Experience**: Comprehensive error messages and user-friendly interface.
### Technical
* Built with .NET 10.0 framework.
* Self-contained, trimmed single-file executables.
* Dependency injection with `Microsoft.Extensions.Hosting`.
* Robust configuration management with validation.
* Comprehensive logging support.
## [0.0.3] - 2025-08-07
### Fixed
* Clean up compiler warnings.
## [0.0.2] - 2025-08-07
### Fixed
* Remove errant character 'W' from code.
## [0.0.1] - 2025-08-07
### Fixed
* Properly configure trimming for JSON serialization.
## [0.0.0] - 2025-08-07
### Added
* 🎉 Initial commit: Gemini Client Console v1.0.0.
* Basic project structure and foundation.1 parent 6e279c6 commit bf7738a
1 file changed
+123
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
10 | 33 | | |
11 | 34 | | |
12 | | - | |
13 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
14 | 41 | | |
15 | 42 | | |
16 | 43 | | |
17 | 44 | | |
18 | | - | |
19 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
20 | 52 | | |
21 | 53 | | |
22 | | - | |
23 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
24 | 61 | | |
25 | 62 | | |
26 | 63 | | |
27 | 64 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
38 | 96 | | |
39 | 97 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
45 | 114 | | |
46 | 115 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
52 | 132 | | |
53 | 133 | | |
54 | 134 | | |
55 | 135 | | |
56 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
57 | 140 | | |
58 | 141 | | |
59 | 142 | | |
60 | 143 | | |
61 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
62 | 148 | | |
63 | 149 | | |
64 | 150 | | |
65 | 151 | | |
66 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
67 | 156 | | |
68 | 157 | | |
69 | 158 | | |
70 | 159 | | |
71 | | - | |
72 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
0 commit comments