Commit Graph

87 Commits

Author SHA1 Message Date
achiez 3abc12f4bc Add support to new confirmation type (Purchase) and improve localization and snackbars 2025-07-09 22:19:21 +03:00
achiez 99982cacb6 Fix "Load Confirmations" crash caused by wrong order in resource dictionaries 2025-07-02 00:56:28 +03:00
achiez 344ab81728 Comment "Debug" button for release purposes 1.7.0 2025-06-23 16:46:18 +03:00
achiez 2e8862be8b feat(ui): massive UI overhaul and theming support for 1.7.0 pre-release
- Reworked UI color scheme and added 5 new color themes
- Replaced app icon and redesigned splash screen
- Introduced "Theme" settings tab with support for transparency, blur, and background dimming
- Removed legacy "Window Color" setting
- Added helpful links window via "by achies" label
- Updated fonts and added iconography across UI

feat(account): full redesign of account linking flow

- New UX with input validation and retry logic
- Improved mobile device linking process and error handling

feat(security): Steam Guard transfer implemented
perf(startup): parallel mafile loading on app startup for large file counts

fix(core): resolved password prompt on minimized window
fix(ui): fixed splash screen blinking on startup
fix(network): mitigated effect of Steam error 429 (IP ban) on login/session

chore: upgraded codebase to .NET 9.0
2025-06-23 16:41:15 +03:00
achiez 9a43166d49 Add SplashScreen base 2025-05-08 00:21:34 +03:00
achiez 3f54df252c Move projects to ./src 2025-05-03 17:41:33 +03:00
Achies 2054bd12d5 Merge pull request #7 from achiez/master-temp
Reflect 1.5.6 updates in 2.0
2025-05-03 00:42:48 +03:00
Achies 8ddec3cdfe Merge branch '2.0' into master-temp 2025-05-03 00:42:36 +03:00
achiez 89d7fcb816 perform resharper cleanups 2025-05-03 00:09:07 +03:00
achiez 8ff960189e 1.5.6 Bug fixes and code clean-ups
- Update: Added "Copy Password" to Mafile context menu (if available)
- Update: "Save Password" now pre-fills the current password in the "Login Again" dialog when encryption is enabled
- Fix: Prevented overlapping confirmation cycles in AutoConfirmer
- Fix: Added a Snackbar notification when a confirmation cycle is skipped due to a too frequent timer interval
- Fix: Fixed a rare bug where the previous proxy was used instead of the current one during session refresh
- Fix: Corrected "Session Permanently Expired" message showing on unrelated errors (e.g. network issues)
- UI-Fix: Fixed visual glitch where proxy input appeared non-empty when switching to a mafile-specific proxy
- Cleanup: Refactored and cleaned up codebase, improved styling and formatting via ReSharper
1.5.6
2025-05-02 23:29:24 +03:00
achiez 31c38ac8ad initial 2025-05-02 19:57:11 +03:00
Achies 5102e25266 Delete LICENSE.md 2025-03-10 16:54:27 +02:00
Achies 4f57977483 Create LICENSE 2025-03-10 16:53:42 +02:00
achiez 64f79703b2 Version Bump 1.5.5 1.5.5 2025-02-12 15:22:48 +02:00
achiez ba7930ae89 1.5.5 hot-fix
- Fixed the issue related to the new requirements for Origin and Referrer headers
2025-02-12 15:18:08 +02:00
Achies 50f9ff2a76 Update README-UA.md 2024-12-06 21:58:02 +02:00
Achies b4398bcbce Update README-RU.md 2024-12-06 21:57:26 +02:00
Achies ad0c3bc09d Update README-UA.md 2024-12-06 21:33:58 +02:00
Achies a84f444c8f Update README-RU.md 2024-12-06 21:33:44 +02:00
Achies 229d92a4aa Update README.md 2024-12-06 21:33:28 +02:00
Achies a093840b35 Merge pull request #6 from achiez/pre-release
1.5.4 Release
1.5.4
2024-11-10 14:44:19 +02:00
Давид Чернопятов c705caac8f 1.5.4 prepared for release
- Compatibility update is completed
- Added 'Copy SteamId' menu item in context menu of mafile
- Proxy and password automatically saved in mafile after linking
- SetCryptPasswordDialog now supports "Enter" hot-key
- Loc updates
- Added PlannedChanges.txt
- Added ClipboardHelper.cs to improved code readability
2024-11-10 14:42:49 +02:00
Давид Чернопятов ef8e12e20d 1.5.4 progress
- Mafile version was updated (3), new property SteamId added
- MafileSerializer was refactored to adjust compability and code readability.
- Serialization work moved from Storage to new class NebulaSerializer
2024-11-10 02:29:40 +02:00
Давид Чернопятов 317d8b9754 1.5.3 hot-fix: fixed loading market confirmations caused crash 2024-10-28 18:25:56 +02:00
Давид Чернопятов a6c5e01a9d 1.5.3 hot-fix: IgnorePatchTuesdayErrors checkbox in Settings bound to ViewModel 2024-10-28 17:27:38 +02:00
Achies e77a04e447 Update README.md
Added link to Telegram Group
2024-10-28 12:34:04 +02:00
Achies cddc6ea2d3 Merge pull request #5 from achiez/pre-release
Pre release 1.5.3 merge to master
1.5.3
2024-10-28 11:30:18 +02:00
Давид Чернопятов f00015b00f 1.5.3 update.xml 2024-10-28 11:24:47 +02:00
Давид Чернопятов 9016f96b6a Prepared for 1.5.3 Release.
- Code clean-ups
- Added "Copy File" support in mafile context menu
- Added hotkeys support to "Copy Login" and "Copy File" commands
- Added experimental feature "Ignore Patch Tuesday errors"
- Added MAAC batch control
- Added SessionID client-side generation in MafileSerializer to support mafiles without SessionID (especially from SDA)
- SplashScreen.png was slightly enhanced
2024-10-28 00:14:44 +02:00
Давид Чернопятов 06748d6f83 1.5.3 progress
- SessionHandler refactored. Now it used as global authorization API
- Added semaphore to SessionHandler
- WaitLogin dialog flow moved to SessionHandler
- MaClient and PortableMaClient authorization logic now separeted and works correctly
- Fixed App startup error was not localized and closed immediatly
- Fixed code progress bar was freezing due to low Dispatcher priority
- Fixed legacy serializer typo error in AccessToken field on write operation
2024-10-22 19:25:27 +03:00
Давид Чернопятов acf187fc6b 1.5.3 progress.
- Fixed CantLoadConfirmationsException was intercepted by error monitor
- Added localization to CantLoadConfirmationsException in ErrorHandler
- Added Copy RCode button to the Link dialog
- Fixed tooltips were messed up on Trade/Market timer's buttons
2024-10-21 13:32:45 +03:00
Давид Чернопятов 1e65cd4a06 1.5.3 progress. Added multi-confirmation and code refactorings
NebulaAuth:
- Added MAAC and PortableMaClient for multi-confirmations
- Code clean-ups, removed unused classes, refactoring of old files
- SteamLib updated
- Localization and UI updates
- Dependcies updated to the last version

LegacyConverter:
 - Added mode to decrypt mafiles
2024-10-16 16:31:53 +03:00
Achies c185533bb5 Update LinkingTroubleshooting.md 2024-10-09 22:52:12 +03:00
Achies 56ae190695 Update LinkingTroubleshooting.md 2024-10-09 22:43:14 +03:00
Achies 44382b369b Update LinkingTroubleshooting.md 2024-10-09 22:39:29 +03:00
Achies fb18d4c5f3 Update LinkingTroubleshooting.md 2024-10-09 22:25:16 +03:00
Achies 2f3055cb44 Update README-UA.md 2024-09-22 16:55:28 +03:00
Achies e3f1202eba Update README-RU.md 2024-09-22 16:55:24 +03:00
Achies a98e10f001 Update README.md 2024-09-22 16:49:23 +03:00
Achies 3385036dbe Update README-RU.md 2024-09-22 16:47:35 +03:00
Achies f618accd80 Update README-RU.md 2024-09-22 16:46:35 +03:00
Achies 787326f355 Update README.md 2024-09-22 16:41:33 +03:00
Давид Чернопятов 99be9d64c6 1.5.3 pre-release
- Added hyperlink to troubleshooting guide in Linking window
- Minor localization and design updates
2024-09-22 16:28:06 +03:00
Achies a286403ef4 Create LinkingTroubleshooting.md 2024-09-22 15:26:13 +03:00
Achies a0d1cf8ba3 Create LinkingTroubleshooting.md 2024-09-22 15:25:08 +03:00
Achies 7eab9fddd1 Create LinkingTroubleshooting.md 2024-09-22 15:23:52 +03:00
Achies 769f102d16 Merge pull request #2 from achiez/pre-release
Pre release -> Release master
1.5.2
2024-09-18 14:22:43 +03:00
Давид Чернопятов 80d7c09b0d Prepared for 1.5.2 release
HOTFIX: Resolved an issue introduced by the September 18, 2024, Steam update, where an error occurred during session refresh due to changes in Steam's response model.
2024-09-18 14:16:32 +03:00
Давид Чернопятов e6ae762d5a - Added splashscreen
- Added Copy Login to Context Menu
- UI and localization improvements
2024-09-15 16:45:20 +03:00
Давид Чернопятов 89ca08f6cf Pre-release performance update.
- Potentially fixed memory leak in code progress bar
- Added using statement in SteamGuardCodeGenerator on disposable HMACSHA1
- Most of packages updated to the last version
2024-09-01 02:51:35 +03:00