Luc BOLOGNA
2d87d3751d
**Update .gitignore and improve build.nu script**:
...
- Updated the `.gitignore` file to ignore Visual Studio's `.vs` directories.
- Modified the `update_dotnet_version` function in `build.nu` to enhance the regular expression used for parsing information from the `dotnet --info` command.
**Changes:**
1. **Updated .gitignore:**
- Added patterns to ignore Visual Studio's `.vs` directories to keep the repository clean and reduce unnecessary files tracked by Git.
2. **Improved build.nu Script:**
- Fixed an issue with the `nu build.nu publish` command under Windows 11, Visual Studio 2022, and .NET SDK 9.
- Updated the regular expression in the `update_dotnet_version` function to correctly parse the version information from the `dotnet --info` output.
**Example Output of `dotnet --info`:**
```plaintext
.NET SDK:
Version: 9.0.101
Commit: eedb237549
Workload version: 9.0.100-manifests.4a280210
MSBuild version: 17.12.12+1cce77968
[...]
Host:
Version: 9.0.0
Architecture: x64
Commit: 9d5a6a9aa4
```
2024-12-26 13:02:06 +01:00
Thorsten Sommer
7250b270f5
Prepared release v0.9.22 ( #230 )
2024-12-04 12:04:39 +01:00
Thorsten Sommer
61f7a3dd72
Fixed bugs related to the workspaces component ( #228 )
2024-12-04 11:44:12 +01:00
Thorsten Sommer
55d7895f58
Added preview feature configuration ( #227 )
2024-12-03 21:02:37 +01:00
Thorsten Sommer
e2859b3d76
Define the writer mode as experimental preview ( #226 )
2024-12-03 15:52:45 +01:00
Thorsten Sommer
0a951ead3e
Added the writer mode experiment ( #167 )
2024-12-03 15:32:38 +01:00
Thorsten Sommer
799112eb9d
Added embedding configurations ( #224 )
2024-12-03 15:24:40 +01:00
Thorsten Sommer
32ff143b21
Added configuration for preview feature visibility ( #222 )
2024-11-24 10:11:56 +01:00
Thorsten Sommer
cf8a9800f3
Prepared release v0.9.21 ( #219 )
2024-11-23 13:25:24 +01:00
Thorsten Sommer
f57e971f80
Upgraded dependencies ( #218 )
2024-11-23 13:19:43 +01:00
Thorsten Sommer
0d104f5abc
Remember chat provider ( #217 )
2024-11-23 13:04:02 +01:00
Thorsten Sommer
ba6b8d2b3c
Fixed auto-save when sending assistant results to a new chat ( #216 )
2024-11-23 10:54:58 +01:00
Thorsten Sommer
1c72c4d6ec
Migrated to use the shared random instance ( #214 )
2024-11-16 12:20:04 +01:00
Thorsten Sommer
4ca5aba58f
Fixed workspace titles ( #213 )
2024-11-16 11:59:09 +01:00
Thorsten Sommer
c4d2574508
Prepared release v0.9.20 ( #212 )
2024-11-15 21:50:12 +01:00
Thorsten Sommer
ceac9cefe5
Fixed bugs related to storing and loading chats ( #211 )
2024-11-15 21:22:57 +01:00
Thorsten Sommer
ebe2ad62c6
Prepared release v0.9.19 ( #210 )
2024-11-14 07:03:01 +01:00
Thorsten Sommer
9c0dea9927
Updated supporters ( #209 )
2024-11-14 06:54:19 +01:00
Thorsten Sommer
d2a2d658e6
Fixed a bug regarding hostnames of self-hosted providers ( #208 )
2024-11-14 06:39:35 +01:00
Thorsten Sommer
d82427ba56
Upgraded dependencies ( #207 )
2024-11-14 06:24:29 +01:00
Thorsten Sommer
f9245d52c2
Added provider metadata regarding embeddings ( #205 )
2024-11-13 20:33:52 +01:00
Thorsten Sommer
9fa2a1a135
Updated readme ( #203 )
2024-11-10 10:41:20 +01:00
Thorsten Sommer
69288699b3
Prepared v0.9.18 ( #202 )
2024-11-09 22:16:37 +01:00
Thorsten Sommer
826d15729b
Added the Google provider ( #201 )
2024-11-09 22:04:00 +01:00
Thorsten Sommer
2ae40c59a3
Added Groq provider ( #200 )
2024-11-09 20:13:14 +01:00
Thorsten Sommer
119100bbce
Cleaned bias descriptions ( #199 )
2024-11-09 19:37:54 +01:00
Thorsten Sommer
e8216b70a5
Added new Anthropic model claude-3-5-heiku-20241022
( #194 )
2024-11-05 08:43:16 +01:00
Thorsten Sommer
b9416e66c3
Prepared release v0.9.17 ( #188 )
2024-11-03 12:17:04 +01:00
Thorsten Sommer
9f576e8572
Added new Anthropic models ( #187 )
2024-11-03 12:06:54 +01:00
Thorsten Sommer
629613f75a
Prepared release v0.9.16 ( #186 )
2024-11-02 23:13:30 +01:00
Thorsten Sommer
abbb8c1650
Fixed the appearance of the "no diff" message for text diffs ( #185 )
2024-11-02 23:03:07 +01:00
Thorsten Sommer
d2ac4e26b0
Added workspace display options ( #184 )
2024-11-02 22:53:02 +01:00
Thorsten Sommer
bd97c0fb4b
Fixed the "send to" issue, where you could select the bias-of-the-day ( #183 )
2024-11-02 11:55:09 +01:00
Thorsten Sommer
8bd54e6d61
Added second supporter ( #182 )
2024-11-02 11:40:17 +01:00
Thorsten Sommer
e419c5561b
Improved the layout of the app window ( #181 )
2024-11-02 11:12:54 +01:00
Thorsten Sommer
c1d5be63cc
Prepared release v0.9.15 ( #177 )
2024-10-28 16:10:49 +01:00
Thorsten Sommer
5d3ea3d57a
Upgraded dependencies ( #176 )
2024-10-28 15:59:36 +01:00
Thorsten Sommer
217b9c4db3
Bias of the day ( #173 )
2024-10-28 15:41:00 +01:00
Thorsten Sommer
11475ea4af
Added bias names ( #172 )
2024-10-21 18:21:08 +02:00
Thorsten Sommer
46a7e98141
Defined bias catalog ( #166 )
2024-10-20 12:35:03 +02:00
Thorsten Sommer
0d6ccbd237
Prepare release v0.9.14 ( #170 )
2024-10-18 11:23:33 +02:00
Thorsten Sommer
efb30cad87
Upgraded dependencies ( #169 )
2024-10-18 10:40:19 +02:00
Thorsten Sommer
c8d67b1e4c
Removed previous run configuration for JetBrains Rider ( #163 )
2024-10-11 08:33:19 +02:00
Thorsten Sommer
e717b84fb4
Added @richard-stanton as the first supporter ( #162 )
2024-10-11 08:30:13 +02:00
Thorsten Sommer
e60f815d77
Fixed LFS tracking for woff2, afpub, afdesign, afphoto files ( #159 )
2024-10-08 07:53:15 +02:00
Thorsten Sommer
d2dd90d089
Update media ( #157 )
2024-10-07 13:37:17 +02:00
Thorsten Sommer
37e113af0e
Allow the use of an API key for self-hosted ollama
instances ( #156 )
2024-10-07 13:26:25 +02:00
Thorsten Sommer
776fa8ac58
Prepared release v0.9.12 ( #155 )
2024-09-15 22:53:09 +02:00
Thorsten Sommer
8715054dda
Improved grammar & spelling check and rewrite assistants ( #154 )
2024-09-15 22:46:48 +02:00
Thorsten Sommer
95da4c6410
Improved text diff viewer by line-through deleted text ( #153 )
2024-09-15 22:33:39 +02:00