Skip to content

Dev#24

Merged
Mosmain merged 13 commits into
masterfrom
dev
Jun 12, 2026
Merged

Dev#24
Mosmain merged 13 commits into
masterfrom
dev

Conversation

@Mosmain

@Mosmain Mosmain commented Jun 12, 2026

Copy link
Copy Markdown
Owner

No description provided.

Mosmain and others added 13 commits June 12, 2026 19:55
- 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.
- 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.
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
@Mosmain Mosmain merged commit b850686 into master Jun 12, 2026
5 checks 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