CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 6
Releases: hellotunamayo/macLlama
v1.0.8(1) - macLlama Experimental Release
Compare
macLlama experimental build : 1.0.8(1)
We're introducing a new model suggestion feature and have refined the GUI design to adopt Apple's Liquid Glass.
Model Suggestion
You can find this feature under the Model Suggestion
button in Preferences > Model Management
.
Notice
This build contains experimental features and may have bugs or unexpected behavior.
Please report any errors in our discussions.
Assets 3
v1.0.7(3) - Hotfix
Compare
macLlama - Release Notes - Version 1.0.7(3) Hotfix
This version resolves a connection problem some users were seeing with the Ollama server.
Thanks for your patience and feedback.
Thanks to
Assets 3
v1.0.7(2) - Release
Compare
macLlama - Release Notes - Version 1.0.7(2)
This release contains a minor update addressing a specific data type correction.
Changes:
- Host Port Type Correction: The type of
hostPort
has been changed from string to integer. This change addresses a suggestion from @doncornelius01 and ensures correct data handling.
Assets 3
v1.0.7(1) - Release
Compare
macLlama - Release Notes - Version 1.0.7(1)
This release introduces usability enhancements and expanded configuration options for macLlama.
Changes:
- User Interface: The Advanced settings panel has been relocated from the bottom of the interface to a dedicated sidebar for improved accessibility and organization.
- Advanced Settings: Two new parameters have been added to the Advanced settings panel:
num_predict
: Allows control over the number of tokens to predict. A value of -1 indicates no limit.Temperature
: Introduces a temperature parameter to influence the randomness and creativity of the generated text. The default value is 0.7.
Notes:
- This release focuses on usability and provides finer control over model generation.
- Refer to the documentation for detailed information on the new parameters and their effects.
Assets 3
v1.0.6(6) - Release
Compare
macLlama - Release Notes - Version 1.0.6(6)
- Added local prefix/suffix options in the chat window's advanced settings.
- Minor bug fixes and UI updates.
Assets 3
v1.0.6(5) - Release
Compare
macLlama Release Notes - Version 1.0.6(5)
- Bug Fix: Resolved an issue where the history list was not cleared properly after deleting all entries. Users will now see a truly empty history list after removing all previous interactions.
- Model Name Formatting (Hugging Face): The application now removes the
hf.co/username/
prefix from models from the Hugging Face in model selection view.
Assets 3
v1.0.6(4) - Release
Compare
macLlama Release Notes - Version 1.0.6(4)
This release incorporates all features and improvements from the previous experimental release, 1.0.6(3).
Key Changes:
- Thinking Process Handling: macLlama now includes support for handling the "Thinking" process generated by language models. This allows for a more visually informative and user-friendly experience during model generation, providing real-time feedback on the model’s progress. This feature is particularly effective with models like DeepSeek R1 and Qwen 3, which utilize streaming responses with "Thinking" markers.
Important Note: This new "Thinking" process feature requires Ollama version 0.9.0 or later. Please update Ollama to the latest version using the following command in terminal.
brew upgrade ollama
Failure to update Ollama may result in errors or unexpected behavior.
Assets 3
v1.0.6(3) - macLlama Experimental Release
Compare
macLlama Experimental Release Notes - Version 1.0.6(3)
This release focuses on improving performance and stability within the macLlama experimental build. Please read the details below for information on changes and temporary adjustments.
Key Changes:
- Improved Conversation List Performance: We've identified and addressed a performance bottleneck in the main thread related to fetching and displaying the list of conversations. To resolve this, sorting and filtering of conversation lists are now handled in a background process. This should result in significantly faster loading and a more responsive user experience.
- Markdown Rendering Adjustment: To ensure optimal responsiveness during answer generation, Markdown rendering has been temporarily disabled while macLlama is generating new responses. This change avoids performance issues within the Markdown rendering engine and maintains a smooth generation process.
We appreciate your continued feedback as we develop macLlama.
Assets 3
v1.0.6 - Release
Compare
macLlama Release Notes - Version 1.0.6(2)
This is a public release that includes all the updates and improvements from the previous version, 1.0.6 (1), as well as additional performance optimizations. In addition to these updates, we have also made several minor bug fixes in this release. These include:
- Performance Improvements
- Minor Bug Fixes
- Other Changes
Thanks for using our application! We are constantly working to improve your experience, and we appreciate your feedback.
Assets 3
v1.0.6 - Pre release (1)
Compare
macLlama Pre-Release Notes - Version 1.0.6(1)
Important: This is a pre-release version and may contain bugs. Please report any issues you encounter.
This pre-release build of macLlama introduces several enhancements and new features. We appreciate your feedback as we continue to refine the application.
New Features & Improvements:
- Customizable Connection Settings: You can now configure your connection details, including selecting between HTTP and HTTPS, specifying the host address, and setting the port number. Right now, you need Ollama installed locally to connect to a remote server. We'll be fixing this in the next pre-release build.
- Multilingual Support (Beta): Initial support for English, Korean, and Japanese is included. Please note that Japanese translations are currently generated by an LLM and may not be fully accurate or natural. We are actively seeking feedback from native Japanese speakers to improve the quality of the translation.
- Improved Chat History Loading Performance
Known Issues & Considerations:
- This is a pre-release build and may contain bugs.
- Japanese language support is currently machine-translated and requires community feedback for improvement. Please report any inaccuracies or awkward phrasing.
- Please report any issues you encounter to https://github.com/hellotunamayo/macLlama/issues
Thank you for participating in the pre-release program!