Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre master #41

Merged
merged 7 commits into from
Feb 8, 2024
Merged

Pre master #41

merged 7 commits into from
Feb 8, 2024

Conversation

BoiHanny
Copy link
Owner

@BoiHanny BoiHanny commented Feb 8, 2024

No description provided.

BoiHanny and others added 7 commits January 26, 2024 04:18
…k in the `OSCController.cs` file to allow for both random and sequential cycling through items, and the modification of the sorting order for `ViewModel.Instance.StatusList` in the `MainWindow.xaml.cs` file to ensure that more recently used items appear earlier in the list when sorting by favorites. A syntax error in the `MainWindow.xaml.cs` file was also corrected.

1. In the `OSCController.cs` file, a condition check for `ViewModel.Instance.IsRandomCycling` was added. If this condition is true, the code will execute the same logic as before. If it's false, the code will find the active item in `cycleItems`, deactivate it, and activate the next item in the list. If the active item is the last item in the list, it will activate the first item. In both cases, it will update `ViewModel.Instance.LastSwitchCycle` to the current time. This change allows for both random and sequential cycling through items.

2. In the `MainWindow.xaml.cs` file, the sorting order for `ViewModel.Instance.StatusList` was changed in the `SortFav_Click` method. Previously, the list was sorted in descending order by `UseInCycle` and then in ascending order by `LastUsed`. Now, it's sorted in descending order by both `UseInCycle` and `LastUsed`. This change ensures that items that were used more recently will appear earlier in the list when sorting by favorites.

3. An extra closing brace was added at the end of the `MainWindow.xaml.cs` file, correcting a syntax error in the code.
…e MagicChatbox project and the OpenAI-DotNet package. The MagicChatbox project version has been updated from 0.8.757 to 0.8.760, while the OpenAI-DotNet package that the project depends on has been updated from 7.6.4 to 7.6.5.

Changes:
1. The MagicChatbox project version has been updated from 0.8.757 to 0.8.760. This change may include bug fixes, performance improvements, or new features. (Reference to code changes)
2. The version of the OpenAI-DotNet package that the project depends on has been updated from 7.6.4 to 7.6.5. This update may bring improvements or new features to the package, which could potentially enhance the functionality of the MagicChatbox project. (Reference to code changes)
@BoiHanny BoiHanny merged commit d43838d into Dev-Master Feb 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant