Commit Graph

110 Commits

Author SHA1 Message Date
amacocian f24eb02ca1 Pipeline to check that version is updated (#43)
* Pipeline to check that version is updated
v0.9.3.5
2022-08-13 00:24:54 +02:00
amacocian b01c09491f Download and check icons at startup (#41) v0.9.3.4 2022-08-12 23:41:22 +02:00
amacocian 54ae742899 Increment version (#40) v0.9.3.3 2022-08-12 13:22:59 +02:00
amacocian 4c862463d7 Fix IconRetriever (#38)
Use browser to bypass header issues with http client
2022-08-12 13:15:46 +02:00
amacocian b455c89ddc Minor improvements (#36)
Deprecate Microsoft.Xaml.Behaviors.Wpf
Reverse version order in management view
v0.9.3.2
2022-08-04 23:05:55 +02:00
amacocian 782b76cd8e Remove admin mode when updating (#31) v0.9.3.1 2022-08-04 21:59:55 +02:00
amacocian 230c2d9457 Setup executable installer (#29)
* Setup executable installer

* Increment update to 0.9.3

* Improve installer
v0.9.3
2022-08-04 21:39:17 +02:00
amacocian 63531e3b8c Hide console window (#25) v0.9.2.9 2022-08-04 19:52:54 +02:00
amacocian ac430305f4 Update to .net 6 and update dependencies (#24)
* Update to .net 6 and update dependencies
v0.9.2.8
2022-08-04 19:25:53 +02:00
amacocian 3d830cfc16 Update dependencies (#23) v0.9.2.7 2021-07-10 13:39:00 +03:00
amacocian b529aa8861 Fix logging on startup when ILogger is null (#22) v0.9.2.6 2021-07-10 12:45:44 +03:00
amacocian 3798daa54e Update dependencies (#21)
* Update dependencies
* Minor nit fixes
* Fix UTs
v0.9.2.5
2021-07-10 12:08:43 +03:00
amacocian 624380ed86 Use IOptions instead of IConfigurationManager (#20)
* Use IOptions instead of dependency on IConfigurationManager
v0.9.2.4
2021-06-22 15:48:37 +03:00
amacocian 2b025e225b Updated wpfextended dependency v0.9.2.3 2021-06-11 13:50:58 +02:00
amacocian 15a67ea28c Minor fixes
Stop showing browser when browser is disabled
Prevent setting address of browser when browser is disabled (should prevent browser from instantiating when disabled)
Ignore errors from browser caused by switching view before the browser could be initialized
Provide expression to filter logs
Button to export logs to json file
v0.9.2.2
2021-06-07 14:33:54 +02:00
amacocian c6b62fd5fd Logging improvements
Log uncaught exceptions
Logview expander
v0.9.2.1
2021-06-07 00:34:43 +02:00
amacocian 3c0877c1a0 Ability to keep a local cache of icons (#16) v0.9.2 2021-06-03 21:12:31 +02:00
amacocian 967b57b9a8 Fix build code encoding/decoding view (#15)
Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
v0.9.1.1
2021-06-03 20:40:56 +02:00
amacocian f47cc319b5 Build template code field v0.9.1 2021-06-03 19:57:29 +02:00
amacocian 26da84c4e7 Update to new version of wpfextended
Fix a bug where version parsing would ignore all 0s before the first digit
Remove LoggerFactory and LoggerProviders duplicated in WpfExtended
v0.9.0.1
2021-06-03 14:48:35 +02:00
amacocian a39e8dc5c6 Separate CV from message (#12)
Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
2021-06-01 21:57:27 +02:00
amacocian 1bb4669135 Introduce correlated logs (#11)
Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
v0.9
2021-06-01 20:43:55 +02:00
amacocian 0203eef006 Rework logging (#10)
* Rework log storing into a litedb.
LogView implementation to view logs.
Create crash.log on crash.

* Rename Logs namespace to Logging.
v0.8.9.3
2021-05-18 19:49:51 +02:00
amacocian 4ab50ee191 Use Microsoft.Logging.Abstractions
Typed ILogger.
v0.8.9.2
2021-05-14 14:31:33 +02:00
amacocian 06c1ec1ac2 Add scoped http client. (#8)
* Introduce scoped http client.
* Uts for scoped httpclient
v0.8.9.1
2021-05-10 12:46:01 +02:00
amacocian ef4befdc38 Version management view.
Enable/disable version autocheck.
Version management view.
v0.8.9
2021-05-06 18:23:07 +02:00
amacocian 33f49ddffa Cleanup cd pipeline (#6)
* Cleanup cd pipeline

* Remove cd pipeline on PR

* Cleanup CI pipeline comments.
2021-05-06 12:33:58 +02:00
amacocian 49aa249b5b Generate changelog from last release tag.
Generate changelog from last release tag.
2021-05-05 23:01:57 +02:00
amacocian c387d44890 Generate changelog from latest release.
Auto-generate changelog.
v0.8.8.1 v0.8.8
2021-05-05 21:31:45 +02:00
amacocian d4d09e7267 Update version (#3)
Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
v0.8.7.1 v0.8.7
2021-05-05 20:52:43 +02:00
amacocian dd7bf02a97 Add CI & CD pipelines
Add CD&CI pipelines
2021-05-05 20:46:36 +02:00
Alexandru Macocian 6d0eeb478f Use source generator to generate dependency properties. v0.8.6.1 2021-05-05 17:23:37 +02:00
amacocian d4e9de48b1 Add ci pipeline (#1)
* Add ci pipeline

* Remove unused env variables.

* Change dotnet version to 5.0.5

* Change to dotnet 5.0.202

Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
2021-05-03 17:11:59 +02:00
Alexandru Macocian 6bd9877925 Remove dependency on InputSimulator. v0.8.6 2021-05-03 16:23:30 +02:00
Alexandru Macocian d38df6596f Remove keyboard macro functionality for now.
Unify input prompts.
Modify screenshot manager functionality to apply functionality of settings changed.
Update to 0.8.6.
2021-05-03 16:16:00 +02:00
Alexandru Macocian b4e31e859c Merge branch 'master' of https://github.com/AlexMacocian/Daybreak 2021-05-02 18:49:31 +02:00
Alexandru Macocian 1acd07c1be Change the way shortcut manager manages shortcuts.
Base for keyboard macros.
2021-05-02 18:49:25 +02:00
amacocian b9b25bb098 Update README.md 2021-04-27 17:28:25 +02:00
amacocian 5ea2981dc7 Update README.md 2021-04-27 17:25:03 +02:00
Alexandru Macocian 4fb96ca3a4 Ability to place screenshots in desired location. v0.8.5 2021-04-27 17:06:28 +02:00
Alexandru Macocian 6de52f5585 Ability to test placement while guildwars is running. v0.8.4 2021-04-26 11:26:43 +02:00
Alexandru Macocian 6622e41f64 Wait for guildwars window to be initialized before moving to desired window. v0.8.3 2021-04-26 11:02:23 +02:00
Alexandru Macocian 8405e4d1e5 Return to settings category after saving desired window. v0.8.2 2021-04-25 18:26:29 +02:00
Alexandru Macocian 0edc3f1560 Throw exception when screen id is invalid. 2021-04-25 18:24:51 +02:00
Alexandru Macocian c109fe7561 Ability to select on which window to place guildwars. 2021-04-25 18:20:45 +02:00
Alexandru Macocian b5413dca5c Include [Admin] tag when running as administrator. v0.8.1 2021-04-24 01:35:46 +02:00
Alexandru Macocian 6c2d4a1e70 No longer require administrator rights for normal usage.
Request elevation only in necesarry parts of the code.
Request elevation on update.
After update, launch application without elevation.
v0.8.0
2021-04-24 01:20:36 +02:00
Alexandru Macocian be03f1a32d Run updates as admin 2021-04-23 23:37:01 +02:00
Alexandru Macocian 3ed1cc453a Implemented functionality to launch guildwars with lower privilege. v0.7.8 2021-04-23 20:24:28 +02:00
Alexandru Macocian 16030063ed Fix skill icon not unloading.
Moved all help icons on same side.
v0.7.7
2021-04-23 19:52:09 +02:00