Releases: Mobile-Artificial-Intelligence/maid
Releases · Mobile-Artificial-Intelligence/maid
Maid 1.1.0
Initial Ollama compatible release
What's Changed
- Add very basic Ollama support by @danemadsen in #81
- More ollama stuff by @danemadsen in #82
- Work on model Page by @danemadsen in #84
- Streamline code by @danemadsen in #85
- work on adding character profile images by @danemadsen in #86
- Permission to extend on the local network 0.0.0.0 by @sfiannaca in #87
- Request access to nearby devices by @danemadsen in #88
- Add permission for connecting to nearby devices by @danemadsen in #89
- Add permission for connecting to nearby devices by @danemadsen in #90
- permissions by @danemadsen in #91
- Add image steganography by @danemadsen in #93
- Work on image import by @danemadsen in #94
- Basic stenography by @danemadsen in #95
- Fix JPG decode by @danemadsen in #96
- override status bar by @sfiannaca in #97
- refactor by @danemadsen in #98
- Get a basic chat persistance working by @danemadsen in #99
- Fix local gen by @danemadsen in #100
- Session Switcher stuff by @danemadsen in #102
- moved at first line WidgetsFlutterBinding by @sfiannaca in #101
- Sessiosn page by @danemadsen in #103
- Update readme by @danemadsen in #104
- Work on session page by @danemadsen in #105
- Distinguish items in switchers by @danemadsen in #106
- Update readme by @danemadsen in #107
Full Changelog: 1.0.9...1.1.0
Maid 1.0.9
This release will probably be the last for a while as I work to implement Ollama support
What's Changed
- Fix preset switcher on android by @danemadsen in #78
- Fix crash by @danemadsen in #79
- Refactor slider for better mobile use by @sfiannaca in #80
Full Changelog: 1.0.8...1.0.9
Maid 1.0.8
What's Changed
- Make chat controls disable while chat busy by @danemadsen in #69
- Clean up widgets by @danemadsen in #70
- Fix dropdown menu widget by @danemadsen in #73
- Fix example prompts doubling up by @danemadsen in #75
- Theming issues by @sfiannaca in #76
Full Changelog: 1.0.7...1.0.8
Maid 1.0.7
New file manager for android
What's Changed
- Re-Add support for GGUFv1 and implement log in settings by @danemadsen in #61
- Potential fix cache-model by @sfiannaca in #62
- Align file picker by @danemadsen in #63
- Update file management by @danemadsen in #65
- Handle Crash if model is renamed or moved by @sfiannaca in #64
Full Changelog: 1.0.6...1.0.7
Maid 1.0.6
What's Changed
- Add support for branching conversations by @danemadsen in #56
Full Changelog: 1.0.5...1.0.6
Maid 1.0.5
- Add ability to have multiple characters
- Add ability to have multiple model preferences
- Add interactive mode
What's Changed
- Respect user theme preference on restart by @danemadsen in #37
- Fix dark theme not default by @danemadsen in #38
- Separate character settings and model settings by @danemadsen in #39
- Align JSON more cleanly by @danemadsen in #40
- Small patch to button names by @danemadsen in #41
- Move theme switcher to settings page by @danemadsen in #42
- Move character and model management to settinsg to allow for multiple by @danemadsen in #43
- Fix prompt not being passed by @danemadsen in #44
- Test by @danemadsen in #45
- Fix linux build action by @danemadsen in #47
- Turn off LLAMA_NATIVE flag to fix linux build by @danemadsen in #48
- Add ability to have multiple model preferences and characters by @danemadsen in #49
- Fix segfault by @danemadsen in #50
Full Changelog: 1.0.4...1.0.5
Maid 1.0.4
- Fix windows build
- Add light theme
- Add ability to save settings to json
- Further improvements to performance
What's Changed
- Update to latest llama.cpp by @danemadsen in #13
- Implement sampling params and fix resetAll by @danemadsen in #14
- Add ability to load and save settings by @danemadsen in #15
- Remove unused package by @danemadsen in #16
- Fix setting buttons going off screen on android by @danemadsen in #17
- Fix android settings save by @danemadsen in #18
- Fix android file saving (Again) by @danemadsen in #19
- Yet again by @danemadsen in #20
- Fix android settings issue by @danemadsen in #21
- Fix shared preferences by @danemadsen in #22
- Load Default Setting from JSON by @danemadsen in #23
- Add dialog for missing model to prevent crash by @danemadsen in #24
- Simplify src directory by @danemadsen in #25
- Try to get windows build to work by @danemadsen in #26
- Fix text running off by @danemadsen in #27
- Add light theme by @danemadsen in #29
- Text styling by @danemadsen in #30
- Fix styling by @danemadsen in #31
- Fix prompt by @danemadsen in #32
- tiny ui enhancement by @sfiannaca in #33
- Update cmake and fix dialog theme by @danemadsen in #34
- Fix windows build and add windows build action by @danemadsen in #36
New Contributors
- @sfiannaca made their first contribution in #33
Full Changelog: 1.0.3...1.0.4
Maid 1.0.3
- Improve performance by moving computationally intensive code to C++
- Add functionality for code to be provided in code boxes when code is present in a response
Maid 1.0.2
Further Streamline codebase.
Improve performance
Made now correctly parses user params
Maid 1.0.1
Performance Improvements