Releases: BloopAI/bloop
v0.5.8
macOS 11+ (Apple Silicon) - bloop_0.5.8_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.8_x64.dmg
Ubuntu Linux - bloop_0.5.8_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.8_amd64.AppImage
Windows - bloop_0.5.8_x64_en-US.msi
What's Changed
- Improve tooltip for generate button by @anastasiya1155 in #1092
- GitPod speedups & porting by @rsdy in #1093
- Fix typo in answer prompt by @ggordonhall in #1096
- i18n: italian translation by @berry-13 in #1098
- Fix .deb path in release action by @anastasiya1155 in #1100
- Add model name to analytics for answer action by @rmuller-ml in #1097
- Ubuntu old LTS fixes by @rsdy in #1099
- offload embeddings to gpu by @nerdypepper in #1103
- do not forward empty batches to model by @nerdypepper in #1105
- update action-set-json-field to v2.1 by @nerdypepper in #1106
- Remove duplicate call to
trim_history
by @ggordonhall in #1101 - Update Tantivy minimum buffer size per thread by @ggordonhall in #1111
- Hook up panics to tracing-based logs by @calyptobai in #1109
- Improve sync status reporting + cancellation by @rsdy in #1107
- Use api key instead of apple id for code signing by @anastasiya1155 in #1110
- Fix long repo names exceed repo card by @anastasiya1155 in #1112
- Links to application logs in README by @ggordonhall in #1113
- Update bloop version to 0.5.8 by @ggordonhall in #1114
- Fix code studio UI bugs by @anastasiya1155 in #1104
- Reduce logging severity by @rsdy in #1117
- feat: index and search documentation by @nerdypepper in #978
- Login changes by @anastasiya1155 in #1069
New Contributors
Full Changelog: v0.5.7...v0.5.8
v0.5.7
macOS 11+ (Apple Silicon) - bloop_0.5.7_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.7_x64.dmg
Ubuntu Linux - bloop_0.5.7_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.7_amd64.AppImage
Windows - bloop_0.5.7_x64_en-US.msi
What's Changed
- Add binary extensions to blacklist by @Dead4W in #1050
- Remove failures from time management by @rsdy in #1052
- Filter entries that are neither files nor directories by @calyptobai in #1056
- Prioritize removal of repositories in the queue by @rsdy in #1046
- Remove tantivy global reader lock by @rsdy in #1053
- [Blo-1762] prompt selection by @rmuller-ml in #1045
- Update tauri to 1.5.0 by @anastasiya1155 in #1058
- Check if index directory exists before deleting by @ggordonhall in #1061
- Don't use credentials to fetch public repos by @rsdy in #1048
- Escape regex string in search-based ref/def navigation by @ggordonhall in #1060
- Upload symbols to Sentry by @ggordonhall in #1063
- Don't show indexing state on code studio cards by @anastasiya1155 in #1055
- Bump
/src-tauri
Sentry by @ggordonhall in #1066 - Allow force indexing files in the app by @anastasiya1155 in #1062
- Refresh cognito config from public API by @rsdy in #1065
- Catch unwind file indexing iterator by @rsdy in #1057
- Improve error logging on status changes by @rsdy in #1068
- Refactor credentials handling by @rsdy in #1067
- Limit maximum number of steps, not exchanges by @calyptobai in #1073
- Synchronicity issues with login flows by @rsdy in #1074
- Remove trust dns by @rsdy in #1076
- Recover from network errors in
poll_for_oauth_token
by @ggordonhall in #1078 - Increase rlimit by @ggordonhall in #1080
- Bump
esaxx-rs
fork to 0.1.10 by @calyptobai in #1082 - Improve qdrant logging to observe crashes in sentry by @rsdy in #1071
- Fix panic analytics by @calyptobai in #1081
- Use arrows to navigate between selected ranges in code studio by @anastasiya1155 in #1075
- Update version to 0.5.7 by @ggordonhall in #1084
- Better server polling by @anastasiya1155 in #1083
- Build binaries if building for cloud by @rsdy in #1088
- Move tutorial questions to first message by @anastasiya1155 in #1070
- Disable back/forward keyboard navigation if user is typing by @anastasiya1155 in #1077
- Add query logs by @ggordonhall in #1089
- Update to non-symlinky git by @rsdy in #1090
- Remove interactive cred checks by @rsdy in #1091
New Contributors
Full Changelog: v0.5.6...v0.5.7
v0.5.6
macOS 11+ (Apple Silicon) - bloop_0.5.6_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.6_x64.dmg
Ubuntu Linux - bloop_0.5.6_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.6_amd64.AppImage
Windows - bloop_0.5.6_x64_en-US.msi
What's Changed
- Use accurate token counts by @calyptobai in #1024
- Send full redirect target to cognito by @rsdy in #1034
- Update Helm chart by @ggordonhall in #1033
- Mandatory
Semantic
in/search
endpoint by @ggordonhall in #1039 - Upgrade qdrant version to 1.6 by @rsdy in #1037
- Fix race in credentials polling by @rsdy in #1042
- Enable paid features for desktop users by @rsdy in #1038
- Update flake by @rsdy in #1044
- Debug logs for initialisation by @ggordonhall in #1036
- Allow indexing of large files by @rsdy in #1040
- bump tantivy to v0.21 by @nerdypepper in #1043
- bump version to 0.5.6 by @anastasiya1155 in #1047
Full Changelog: v0.5.5...v0.5.6
v0.5.5
macOS 11+ (Apple Silicon) - bloop_0.5.5_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.5_x64.dmg
Ubuntu Linux - bloop_0.5.5_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.5_amd64.AppImage
Windows - bloop_0.5.5_x64_en-US.msi
What's Changed
- Improve folder chip look in chat by @anastasiya1155 in #1015
- Update server workflow by @ggordonhall in #1017
- Update Tauri to 1.5.0 by @ggordonhall in #1008
- Add PRQL to langs.json by @vanillajonathan in #1018
- Flatten XML blocks embedded in markdown blocks by @calyptobai in #1019
- Update README by @ggordonhall in #1020
- Fix inner markdown by @calyptobai in #1023
- Add refactor template by @ggordonhall in #1021
- Show waiting for upgrade popup by @anastasiya1155 in #1016
- Adding frequency penalty only for the finetuned answer model by @rmuller-ml in #1025
- Fix sleep timers during OS suspend by @calyptobai in #1027
- Ignore blacklisted extensions from tutorial question generation by @ggordonhall in #1029
- Integrate cognito cloud auth backend and user login by @rsdy in #993
- Update bloop to 0.5.5 by @ggordonhall in #1032
- Enable
rustls-webpki-tokio
Octocrab feature by @ggordonhall in #1030 - Fix empty answer context where the single relevant file is too long by @ggordonhall in #1031
New Contributors
- @vanillajonathan made their first contribution in #1018
Full Changelog: v0.5.4...v0.5.5
v0.5.4
macOS 11+ (Apple Silicon GPU) - bloop_0.5.4_aarch64_gpu.dmg
macOS 11+ (Apple Silicon) - bloop_0.5.4_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.4_x64.dmg
Ubuntu Linux - bloop_0.5.4_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.4_amd64.AppImage
Windows - bloop_0.5.4_x64_en-US.msi
What's Changed
- Permanent chat in sidebar by @anastasiya1155 in #954
- Fix typo in semantic.rs by @eltociear in #990
- Rework index initialisation logic by @rsdy in #987
- Improve understanding of currently open file path by @anastasiya1155 in #994
- Force agent to answer after maximum turn count by @calyptobai in #989
- Configure better analytics on cloud by @anastasiya1155 in #995
- Kill rogue
bleep
processes on startup by @calyptobai in #997 - Agent efficiency improvements by @ggordonhall in #991
- Reindex local files on file change by @calyptobai in #996
- bump version number to 0.5.4 by @ggordonhall in #998
- refetch code studio every 5 seconds to update token counters by @anastasiya1155 in #999
- Put back release description template by @ggordonhall in #1000
- Don't index git data directory by @calyptobai in #1001
- refetch code studio when indexing is finished instead of polling by @anastasiya1155 in #1002
- Fix requests left by @anastasiya1155 in #1005
- Fix single alias agent context by @ggordonhall in #1006
- Raise debug level by @ggordonhall in #1007
- Fix invalid inclusion of stopwords by @rsdy in #1009
- Improve UI performance for settings by @anastasiya1155 in #1010
- stop generation when removing currently streamed answer by @anastasiya1155 in #1012
- Remove stopwords from Dockerfile by @ggordonhall in #1013
- Default to
HEAD
in indexer when not on a branch by @calyptobai in #1014
Full Changelog: v0.5.3...v0.5.4
v0.5.3
macOS 11+ (Apple Silicon) - bloop_0.5.3_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.3_x64.dmg
Ubuntu Linux - bloop_0.5.3_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.3_amd64.AppImage
Windows - bloop_0.5.3_x64_en-US.msi
What's Changed
- Fix security issue with actor validation by @corest in #968
- Sanitise readme html by @anastasiya1155 in #967
- Sanitise path arguments to
show_folder_in_finder
tauri command by @ggordonhall in #969 - Fix typo by @ggordonhall in #970
- handle auth timeout, auto continue after successful login by @anastasiya1155 in #966
- Navigate templates using tab by @anastasiya1155 in #972
- Exclude .riv files from indexing by @ggordonhall in #973
- Improve login form by @anastasiya1155 in #975
- Allow reordering tabs by @anastasiya1155 in #977
- Retry LLM gateway by default upon mid-stream errors by @calyptobai in #955
- Remove junk
tar.gz
files from release assets by @anastasiya1155 in #979 - Disable studio generation until file is saved by @anastasiya1155 in #981
- Node20 GitHub actions by @rsdy in #980
- Fork comrak by @rsdy in #982
- Allow tweaking which files are indexed (EE) by @rsdy in #912
- Log startup errors in Sentry by @calyptobai in #985
- Output file name in studio code blocks by @calyptobai in #974
- Fix tauri window drag region by @anastasiya1155 in #986
- Make use of our tokio-enabled rayon thread pool explicit by @calyptobai in #983
- Kill rogue qdrant on boot by @calyptobai in #984
- bump version to 0.5.3 by @anastasiya1155 in #988
Full Changelog: v0.5.2...v0.5.3
v0.5.2
macOS 11+ (Apple Silicon) - bloop_0.5.2_aarch64.dmg
macOS 11+ (Intel) - bloop_0.5.2_x64.dmg
Ubuntu Linux - bloop_0.5.2_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.5.2_amd64.AppImage
Windows - bloop_0.5.2_x64_en-US.msi
What's Changed
- Recreate Qdrant collection on delete, and wait for deletion to succeed by @rsdy in #960
- Code studio guide by @anastasiya1155 in #956
- Code studio improvements by @anastasiya1155 in #961
- Make history tab in code studio bigger by @anastasiya1155 in #962
- allow choosing between gpt-3.5-finetuned and gpt-4 by @rmuller-ml in #924
- Update opening feature popup copy by @stunningpixels in #963
- bump version to 0.5.2 by @ggordonhall in #964
- Change default speed to normal by @stunningpixels in #965
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Store incomplete conversations by @calyptobai in #901
- Refetch token count on generation finished by @anastasiya1155 in #952
- Store
user_id
on all templates by @calyptobai in #945 - disallow deleting default templates, fix editing default templates by @anastasiya1155 in #953
- Code studio bug fixes by @anastasiya1155 in #957
- Auto-generate studio names by @calyptobai in #951
- bump version to 0.5.1 by @ggordonhall in #958
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Migrate to on-disk qdrant collections by @rsdy in #887
- Ensure consistency of semantic & tantivy & caches by @rsdy in #896
- fix env.API_URL example by @shoito in #936
- Code studio (Back-end) by @calyptobai in #943
- Code studio frontend by @anastasiya1155 in #942
- improve Japanese translation and order of colors by @minami80630 in #934
- Studio feedback fixes by @anastasiya1155 in #946
- Fix countdown by @anastasiya1155 in #947
- Trigger only key events on active tab by @anastasiya1155 in #949
- Update version to 0.5.0 by @ggordonhall in #948
- Fix checking quota on cloud by @anastasiya1155 in #950
- Catch non-existent files in studio functions by @calyptobai in #944
New Contributors
- @minami80630 made their first contribution in #934
Full Changelog: v0.4.17...v0.5.0
v0.4.17
macOS 11+ (Apple Silicon) - bloop_0.4.17_aarch64.dmg
macOS 11+ (Intel) - bloop_0.4.17_x64.dmg
Ubuntu Linux - bloop_0.4.17_amd64.deb
Linux AppImage (Works on most distributions) - bloop_0.4.17_amd64.AppImage
Windows - bloop_0.4.17_x64_en-US.msi
What's Changed
- Fix color highlights in single file explanation by @anastasiya1155 in #911
- Fix Japanese input submit by @anastasiya1155 in #913
- Allow batching of embeddings through server by @rsdy in #882
- improve japanese translations by @shoito in #914
- FE bug fixes by @anastasiya1155 in #918
- Add embeddingBatchSize argument to helm by @ggordonhall in #922
- Fix prompt guide popup by @anastasiya1155 in #923
- update to v0.4.17 by @anastasiya1155 in #928
- Only call register after github login by @rsdy in #929
New Contributors
Full Changelog: v0.4.16...v0.4.17