Skip to content

Commit

Permalink
Merge pull request #18 from carlossclaro/dev
Browse files Browse the repository at this point in the history
Pre-v1.0.3 - Implementation and Enhancements


*    Changelog Feature: Added a changelog popup to display new features, bug fixes, and improvements.
*   Network Error Handling: Implemented alerts to notify users of network failures during startup.
*    Enhanced Logging: Increased logging during scraping and network tasks for better debugging and traceability.
*    UI Optimization Prep: Prepared the codebase for updating individual UI components without requiring a full window reload.
*    Background Image Preparation: Added groundwork to allow for changing background images in future updates.
*    Manual Refresh Feature: Started implementation for a manual refresh feature to check for game content updates.
*    Code Improvements: Various minor code optimizations to enhance maintainability and performance.
  • Loading branch information
CarrotRub authored Oct 6, 2024
2 parents 9fbaf2d + cd720a7 commit 922468a
Show file tree
Hide file tree
Showing 17 changed files with 1,310 additions and 287 deletions.
335 changes: 316 additions & 19 deletions src-tauri/Cargo.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ tracing = "0.1.40"
tracing-appender = "0.2.3"
select = "0.6"
uiautomation = "0.12.2"
devtools = "0.3.3"
chrono = "0.4.38"
[dependencies.windows]
version = "0.58.0"
features = [
Expand Down
Loading

0 comments on commit 922468a

Please sign in to comment.