Conversation
- Added new updater features including automatic update checks and user notifications. - Introduced `AboutFooter` component for displaying version information and update controls. - Updated English and Russian locale files with new updater messages. - Implemented updater logic in the store for managing update checks and installations. - Added functionality to open the GitHub releases page from the application. This commit improves the user experience by providing clear update information and controls, ensuring users can easily manage application updates.
feat(updater): enhance update functionality and UI components
- Updated English and Russian locale files with new tray messages for update availability. - Enhanced the tray icon logic to include an update notification feature, allowing users to see when updates are available. - Refactored the tray menu to dynamically display update information and manage user interactions more effectively. This commit enhances the user experience by providing clear visibility of available updates directly from the tray icon.
- Refactored the showWindow function to improve window focus handling, ensuring the application raises correctly on Windows. - Added error handling to surface potential issues with window capabilities. - Updated default capabilities to include "core:window:allow-unminimize" for better window management. This commit improves the tray icon's interaction with the application window, enhancing user experience and reliability.
Refactor/tray actions
- Created `tauri.conf.json` for Tauri app configuration, defining product name, build commands, and window settings. - Implemented a local HTTP server in `http_server.rs` to handle API requests, including endpoints for configuration and hotkeys management. - Added support for Server-Sent Events to stream server events to the frontend. - Established CORS settings to allow specific origins for development and production environments.
Add initial Tauri configuration and HTTP server implementation
… files - Deleted the `source` key from both `en.json` and `ru.json` locale files as it was no longer needed, streamlining the localization data.
- Simplified comments in `useTrayIcon.ts` to clarify the purpose of the tray menu and its interactions. - Enhanced the update item logic to prioritize showing the window and banner instead of directly installing updates, reducing potential user errors. - Removed unnecessary comments in `SettingsPanel.vue` and `AboutFooter.vue` for cleaner code. These changes improve code readability and user experience by providing clearer guidance on tray icon functionality and update processes.
Fix/game dir autodetect
Full rename across the monorepo, clean break (no data migration):
- npm: root raidmate, packages @raidmate/{desktop,client,shared},
all --filter references, pnpm-lock regenerated
- Cargo: package/lib/bins renamed (exe is now raidmate.exe), Cargo.lock
regenerated
- Tauri: productName RaidMate, explicit mainBinaryName raidmate,
identifier dev.raidmate.desktop, window title
- %APPDATA% data dir tarkov-checker -> raidmate (old settings orphaned
by design)
- localStorage prefix tc.* -> rm.*; removed the obsolete one-time
tc.hotkeys.* -> backend migration and its tests
- updater: REPO Mosmain/raidmate, asset raidmate.exe, user-agent
- /api/ping name, AUMID DisplayName, tray id, headless banner
- client: index.html title, PWA manifest, en/ru locale strings,
releases URL, GITHUB_PAGES_BASE /raidmate/
- CI: artifact/exe paths in build-overlay.yml, filters in
deploy-pages.yml
- docs: README (en+ru), package READMEs, CREDITS, CLAUDE.md
Game-related identifiers (TARKOV_* env vars, TARKOV_MAPS, tarkov.dev
attributions, maps submodule) are intentionally unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
chore: rebrand tarkov-checker → RaidMate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.