Releases: microsoft/EventLogExpert
Releases · microsoft/EventLogExpert
v23.5.22.871
Changes:
- f6162f8 Merge pull request #94 from microsoft/jschick/bugfix/copy_event
- 90282d0 Merge pull request #93 from microsoft/jschick/feature/prerelease_optin
- 666aefa Fixed property mappings for CopyEvent
- 3ba0f73 Added ability to opt in to prerelease versions
This list of changes was auto generated.
v23.5.22.1142
Changes:
- 9643f3d Merge pull request #98 from microsoft/bilong-dbcompress
- 5e7d376 Fix tests
- 68164ba Asynchronously load databases and report status
- 8be30e3 Merge pull request #97 from microsoft/bilong-circular
- fab8dee Don't serialize AddEvent
- b81e1d3 wip
- ac0eb8b Merge branch 'main' into bilong-dbcompress
- f32c0a0 Change database schema to support compressed JSON values
- 34c8b44 Merge pull request #95 from microsoft/jschick/bugfix/prerelease_not_latest
- 360c271 Fixed bug where pre-release wont be latest if there is a newer non pre-release build
This list of changes was auto generated.
v23.5.21.872
Changes:
- ff54b31 Merge pull request #82 from microsoft/bilong-fullbuffer
- 57e8155 Merge pull request #81 from microsoft/bilong-stateselect
- 3de4d03 Merge pull request #80 from microsoft/bilong-watcher
- 12a63bf Indicate when the new event buffer is full
- a1b2195 Use IStateSelection instead of hooking StateChanged
- 037ccb5 Improve the watcher logic and wrap it in its own class
- ce629ad Use a background thread to disable the watcher
This list of changes was auto generated.
v23.5.20.1304
Changes:
- f11d86c Merge pull request #76 from microsoft/bilong-perf3
- 7013d0b Remove dead code
- 480f588 Generate XML on-demand instead of at load time
- 2020b61 Merge pull request #75 from microsoft/jschick/refactor_cleanup
- 2b69932 Cleaned up CSS, null check warnings and refactored filtering layout
- 06e5715 Merge pull request #74 from microsoft/bilong-perf2
- d8d2f80 Only call eventRecord.Properties getter once
- 7f43b4c Avoid exceptions trying to load providers that are not present
- b92fe70 Merge pull request #73 from microsoft/bilong-watcher
- b394077 When switching logs, dispose Watcher and preserve ContinuouslyUpdate
See More
- 9374c40 Merge pull request #72 from microsoft/bilong-bookmarks
- 9286103 Don't render bookmarks unnecessarily
This list of changes was auto generated.
v23.5.19.1256
Changes:
- ee11eaa Merge pull request #68 from microsoft/bilong-menu
- a5f5508 Merge pull request #69 from microsoft/jschick/provider_import_reboot
- fa05b38 Added confirmation for reboot when importing providers
- a636a37 Allow opening almost all logs
- c72e8a1 Merge pull request #67 from microsoft/bilong-menu
- 4e3cdad Allow opening System log
- 1f38f63 Merge pull request #66 from microsoft/jschick/update_eventtable
- aab52f3 Added tab controls to event table for changing selected event
- 74ecd29 Merge pull request #65 from microsoft/bilong-detailspane
- 129743a Bind DetailsPane to the state rather than the action
See More
- 4f5d9f0 Enabled line highlighting and fixed missing Fluxor reducer attribute
This list of changes was auto generated.
v23.5.18.1169
Changes:
- f0b074f Merge pull request #59 from microsoft/bilong-allowdowngrade
- 21470db Allow auto-update to downgrade to older release
- 90d5ec6 Merge pull request #58 from microsoft/bilong-updatestatusbar
- 412364e Update status bar with total when load complete
- 06628f7 Merge pull request #57 from microsoft/jschick/update_eventtable
- ca24dc2 Merge pull request #56 from microsoft/bilong-icon
- 7be05f4 Update app icon
- 59803f8 Centralized JS, added column dividers and updated column resizer
This list of changes was auto generated.
v23.5.17.1237
Changes:
- f1c5397 Merge pull request #52 from microsoft/jschick/refactor_displayeventmodel
- 71d3754 Added line ending to EventTable css and reverted overwriteFiles parameter naming for readability
- 9df382a Removed regions and fixed ordering issue in MESAGE_RESOURCE_BLOCK
- 9db4c61 Moved store library back into main project
- 35f448f Refactored DisplayModel to be consistent throughout the app
- fa3736b Merge pull request #45 from microsoft/bilong-xml
- 01ddaff Improve XML event generation
- b560795 Refactored dll imports from Utils to NativeMethods
This list of changes was auto generated.
v23.5.16.1303
Changes:
- 536dc73 Merge pull request #41 from microsoft/bilong-providerimport
- 4d2330d Allow importing a zip file of databases
- c0a807b Merge pull request #40 from microsoft/jschick/fix_description_indexerror
- b247bba Added property count check in FormatDescription to prevent IndexOutOfRange error
- e9991a2 Merge pull request #39 from microsoft/jschick/auto_updater
- 8f02944 Implemented update checker during app startup
- 5c35244 Merge pull request #38 from microsoft/jschick/update_clipboard
- 3f010e6 Updated copy to clipboard to mirror Event Log mmc contents
- 3e28264 Fixed typo that was breaking Id column
- 7f14620 Merge pull request #37 from microsoft/jschick/detailspane_addxml
See More
- c5feec2 Added copy to XML
- 2bf0878 Added XML to details pane
- 9049353 Merge pull request #36 from microsoft/jschick/update_timezone_layout
- 0a5deed Changed Time Zone dropdown to be left aligned for readability
- c00f4a9 Merge pull request #35 from microsoft/jschick/fix_utc_conversion
- 8f3076c Updated all TimeCreated properties to use ToUniversalTime
- 3e5a877 Merge pull request #34 from microsoft/jschick/settings_config
- e2714f9 Added option to import multiple providers
- 1d636ea Updated debug logging to use same pattern as Database and Settings path
- 64345c9 Added Time Zones and Util helps for Settings and Database paths
- e8fcbec Merge remote-tracking branch 'origin/main' into jschick/settings_config
- 35168d6 Merge pull request #33 from microsoft/bilong-dbpath
- 0b64df9 Move database files into VFS AppData path
- c88bfba Initial implementation of Settings menu and time zone offsets
- 87da4ea Added Fluxor Dispatcher to global imports and removed redundant imports
- 0decc41 Merge pull request #32 from microsoft/bilong-xml
- 2ab1c4f Generate event XML
- 0c94e7c Merge pull request #31 from microsoft/jschick/fixed_mainlayout_di
- f1b12ea Fixed DI for fluxor dispatcher to remove threading loop
- 3d0836a Merge pull request #30 from microsoft/jschick/check_providers_onload
- 207d753 Updated Databases path to use Local AppData instead of Package AppData
- 01b951b Added provider database check on load
- 264e0c5 Merge pull request #23 from microsoft/jschick/update_eventtable
- 8feab5e Merge pull request #22 from microsoft/jschick/detail_pane
- 90ecb7c Set table to fixed width and removed redundant code
- 7464936 Merged main and fixed conflict
- 10e58a8 Merge pull request #21 from microsoft/jschick/refactor_filtermodel
- 100745d Merge pull request #20 from microsoft/jschick/fix_eventlog_table
- 182afdb Initial implementation for Details pane
- b95cba5 Updated FilterValue validation to support dynamic values
- b435093 Refactored FilterModel to use dynamics and created new generic component to utilize the dynamic value
- 41b80ee Added cleanup function and ran code cleanup
- 0001941 Updated JS mouse events and CSS to hopefully be more consistent with resizing columns
- 58b7936 Refactored state classes to use records and updated reducers to utilize with keyword (#19)
- c613f8e First pass at handling sub filters (#18)
- 54ea9f8 Added RemoveFilter check since Func cannot be serialized (#17)
- 189839e Merge pull request #16 from microsoft/bilong-ui
- 22303de Add some basic tracing
- 5f38aa2 Enable F12 tools in release builds
- 18af519 Merge pull request #15 from microsoft/bilong-publish
- 9c90af7 Configure pipelines
- cd4b577 Merge pull request #14 from microsoft/bilong-database
- ee52fbb Allow setting active databases and controlling the order
- 7184b07 Add more database manipulation options
- 6649c6f Handle null details in showproviders command
- 1231319 Fix Task name resolution
- f816a66 Implement IDisposable
- 0045d16 Add verbose option to showproviders
- e70c707 Remove EventDatabaseEventResolver and minor refactor of model
- 144b6d3 Do not preserve LRMs in date strings
- 01edfa8 Implement resolving event descriptions from database
- 0cdadcc Merge pull request #13 from microsoft/jschick/filtering
- 1073dd3 Added NL to razor files and cleaned up unused code in FilterPane
- 72a7559 Wired up filter updates to state filtering
- 852b299 Fixed filter string updating
- f5e0a43 Finished UI layout and styling for filtering design concept
- bbdfd48 Updated filter models/states and wired up to UI
- 25c2ebf Updated CSS and switched to bootstrap icons
- 38b6059 Created Details pane and configured basic CSS for filter and details expansion
- a75152a Merge pull request #12 from microsoft/bilong-dev
- 37603f1 Implement column resizing
- 07e01f8 Merge pull request #11 from microsoft/bilong-dev
- d36fd06 Fix weird stretchy table issue
- 27ca41b Merge pull request #10 from microsoft/bilong-dev
- be153b6 Move component-specific CSS to the components
- 9715590 Merge pull request #9 from microsoft/bilong-dev
- beaa83a Reorganize Store files
- 8103948 Add required copyright header
- e2be5c2 Add missing parenthesis
- e967af0 Target Windows only
- 6d753a4 Merge pull request #8 from microsoft/bilong-dev
- 1b73c7b Switch to LocalProviderEventResolver
- 5ba5323 Merge pull request #7 from microsoft/jschick/filtering
- 8488d31 Fixed newline for razor files
- 8ca95e0 Update src/EventLogExpert/_Imports.razor
- 55cb7f7 Update src/.editorconfig
- e266eb9 Added filtering for Task and Providers
- e9ebe89 Added filtering for severity and replaced severity level dictionary with an enum
- bf9f8a3 Updated description filtering
- fce8fca Sorted Id's and added clear filter button
- 7d36246 Updated filter to use drop down menu for choosing available event id's
- f16646f Merge pull request #6 from microsoft/bilong-dev
- e6ff2de Prepare for more complex filtering and event resolvers
- eff2aa2 Merge pull request #5 from microsoft/bilong-dev
- dbdf7e4 Actually commit .editorconfig
- 880bb0c Merge pull request #4 from microsoft/bilong-dev
- bfcc2d5 Add .editorconfig with some basic rules
- 704587a Use time-based progress intervals instead of count
- 1224de3 Remove unneeded reader classes
- 7eecf8c Merge pull request #3 from microsoft/jschick/library_refactor
- 8ad73e2 Setup variables for color schemes
- a7786fb Refactored non UI components into their own libraries and converted classes to file based namespaces
- bcc4d42 Merge pull request #2 from microsoft/bilong-dev
- 7096f30 Update README
- 87700d9 Update support document
- ff9efb1 Add CODEOWNERS
- 4e4a5c1...
v23.5.16.1219
Changes:
- c0a807b Merge pull request #40 from microsoft/jschick/fix_description_indexerror
- b247bba Added property count check in FormatDescription to prevent IndexOutOfRange error
- e9991a2 Merge pull request #39 from microsoft/jschick/auto_updater
- 8f02944 Implemented update checker during app startup
- 5c35244 Merge pull request #38 from microsoft/jschick/update_clipboard
- 3f010e6 Updated copy to clipboard to mirror Event Log mmc contents
- 3e28264 Fixed typo that was breaking Id column
- 7f14620 Merge pull request #37 from microsoft/jschick/detailspane_addxml
- c5feec2 Added copy to XML
- 2bf0878 Added XML to details pane
See More
- 9049353 Merge pull request #36 from microsoft/jschick/update_timezone_layout
- 0a5deed Changed Time Zone dropdown to be left aligned for readability
- c00f4a9 Merge pull request #35 from microsoft/jschick/fix_utc_conversion
- 8f3076c Updated all TimeCreated properties to use ToUniversalTime
- 3e5a877 Merge pull request #34 from microsoft/jschick/settings_config
- e2714f9 Added option to import multiple providers
- 1d636ea Updated debug logging to use same pattern as Database and Settings path
- 64345c9 Added Time Zones and Util helps for Settings and Database paths
- e8fcbec Merge remote-tracking branch 'origin/main' into jschick/settings_config
- 35168d6 Merge pull request #33 from microsoft/bilong-dbpath
- 0b64df9 Move database files into VFS AppData path
- c88bfba Initial implementation of Settings menu and time zone offsets
- 87da4ea Added Fluxor Dispatcher to global imports and removed redundant imports
- 0decc41 Merge pull request #32 from microsoft/bilong-xml
- 2ab1c4f Generate event XML
- 0c94e7c Merge pull request #31 from microsoft/jschick/fixed_mainlayout_di
- f1b12ea Fixed DI for fluxor dispatcher to remove threading loop
- 3d0836a Merge pull request #30 from microsoft/jschick/check_providers_onload
- 207d753 Updated Databases path to use Local AppData instead of Package AppData
- 01b951b Added provider database check on load
- 264e0c5 Merge pull request #23 from microsoft/jschick/update_eventtable
- 8feab5e Merge pull request #22 from microsoft/jschick/detail_pane
- 90ecb7c Set table to fixed width and removed redundant code
- 7464936 Merged main and fixed conflict
- 10e58a8 Merge pull request #21 from microsoft/jschick/refactor_filtermodel
- 100745d Merge pull request #20 from microsoft/jschick/fix_eventlog_table
- 182afdb Initial implementation for Details pane
- b95cba5 Updated FilterValue validation to support dynamic values
- b435093 Refactored FilterModel to use dynamics and created new generic component to utilize the dynamic value
- 41b80ee Added cleanup function and ran code cleanup
- 0001941 Updated JS mouse events and CSS to hopefully be more consistent with resizing columns
- 58b7936 Refactored state classes to use records and updated reducers to utilize with keyword (#19)
- c613f8e First pass at handling sub filters (#18)
- 54ea9f8 Added RemoveFilter check since Func cannot be serialized (#17)
- 189839e Merge pull request #16 from microsoft/bilong-ui
- 22303de Add some basic tracing
- 5f38aa2 Enable F12 tools in release builds
- 18af519 Merge pull request #15 from microsoft/bilong-publish
- 9c90af7 Configure pipelines
- cd4b577 Merge pull request #14 from microsoft/bilong-database
- ee52fbb Allow setting active databases and controlling the order
- 7184b07 Add more database manipulation options
- 6649c6f Handle null details in showproviders command
- 1231319 Fix Task name resolution
- f816a66 Implement IDisposable
- 0045d16 Add verbose option to showproviders
- e70c707 Remove EventDatabaseEventResolver and minor refactor of model
- 144b6d3 Do not preserve LRMs in date strings
- 01edfa8 Implement resolving event descriptions from database
- 0cdadcc Merge pull request #13 from microsoft/jschick/filtering
- 1073dd3 Added NL to razor files and cleaned up unused code in FilterPane
- 72a7559 Wired up filter updates to state filtering
- 852b299 Fixed filter string updating
- f5e0a43 Finished UI layout and styling for filtering design concept
- bbdfd48 Updated filter models/states and wired up to UI
- 25c2ebf Updated CSS and switched to bootstrap icons
- 38b6059 Created Details pane and configured basic CSS for filter and details expansion
- a75152a Merge pull request #12 from microsoft/bilong-dev
- 37603f1 Implement column resizing
- 07e01f8 Merge pull request #11 from microsoft/bilong-dev
- d36fd06 Fix weird stretchy table issue
- 27ca41b Merge pull request #10 from microsoft/bilong-dev
- be153b6 Move component-specific CSS to the components
- 9715590 Merge pull request #9 from microsoft/bilong-dev
- beaa83a Reorganize Store files
- 8103948 Add required copyright header
- e2be5c2 Add missing parenthesis
- e967af0 Target Windows only
- 6d753a4 Merge pull request #8 from microsoft/bilong-dev
- 1b73c7b Switch to LocalProviderEventResolver
- 5ba5323 Merge pull request #7 from microsoft/jschick/filtering
- 8488d31 Fixed newline for razor files
- 8ca95e0 Update src/EventLogExpert/_Imports.razor
- 55cb7f7 Update src/.editorconfig
- e266eb9 Added filtering for Task and Providers
- e9ebe89 Added filtering for severity and replaced severity level dictionary with an enum
- bf9f8a3 Updated description filtering
- fce8fca Sorted Id's and added clear filter button
- 7d36246 Updated filter to use drop down menu for choosing available event id's
- f16646f Merge pull request #6 from microsoft/bilong-dev
- e6ff2de Prepare for more complex filtering and event resolvers
- eff2aa2 Merge pull request #5 from microsoft/bilong-dev
- dbdf7e4 Actually commit .editorconfig
- 880bb0c Merge pull request #4 from microsoft/bilong-dev
- bfcc2d5 Add .editorconfig with some basic rules
- 704587a Use time-based progress intervals instead of count
- 1224de3 Remove unneeded reader classes
- 7eecf8c Merge pull request #3 from microsoft/jschick/library_refactor
- 8ad73e2 Setup variables for color schemes
- a7786fb Refactored non UI components into their own libraries and converted classes to file based namespaces
- bcc4d42 Merge pull request #2 from microsoft/bilong-dev
- 7096f30 Update README
- 87700d9 Update support document
- ff9efb1 Add CODEOWNERS
- 4e4a5c1 Merge pull request #1 from microsoft/bilong-dev
- caafc61 Initial proof of concept
- 31d39fa SUPPORT.md committed
*...
v23.5.16.1041
Changes:
- e9991a2 Merge pull request #39 from microsoft/jschick/auto_updater
- 8f02944 Implemented update checker during app startup
- 5c35244 Merge pull request #38 from microsoft/jschick/update_clipboard
- 3f010e6 Updated copy to clipboard to mirror Event Log mmc contents
- 3e28264 Fixed typo that was breaking Id column
- 7f14620 Merge pull request #37 from microsoft/jschick/detailspane_addxml
- c5feec2 Added copy to XML
- 2bf0878 Added XML to details pane
- 9049353 Merge pull request #36 from microsoft/jschick/update_timezone_layout
- 0a5deed Changed Time Zone dropdown to be left aligned for readability
See More
- c00f4a9 Merge pull request #35 from microsoft/jschick/fix_utc_conversion
- 8f3076c Updated all TimeCreated properties to use ToUniversalTime
- 3e5a877 Merge pull request #34 from microsoft/jschick/settings_config
- e2714f9 Added option to import multiple providers
- 1d636ea Updated debug logging to use same pattern as Database and Settings path
- 64345c9 Added Time Zones and Util helps for Settings and Database paths
- e8fcbec Merge remote-tracking branch 'origin/main' into jschick/settings_config
- 35168d6 Merge pull request #33 from microsoft/bilong-dbpath
- 0b64df9 Move database files into VFS AppData path
- c88bfba Initial implementation of Settings menu and time zone offsets
- 87da4ea Added Fluxor Dispatcher to global imports and removed redundant imports
- 0decc41 Merge pull request #32 from microsoft/bilong-xml
- 2ab1c4f Generate event XML
- 0c94e7c Merge pull request #31 from microsoft/jschick/fixed_mainlayout_di
- f1b12ea Fixed DI for fluxor dispatcher to remove threading loop
- 3d0836a Merge pull request #30 from microsoft/jschick/check_providers_onload
- 207d753 Updated Databases path to use Local AppData instead of Package AppData
- 01b951b Added provider database check on load
- 264e0c5 Merge pull request #23 from microsoft/jschick/update_eventtable
- 8feab5e Merge pull request #22 from microsoft/jschick/detail_pane
- 90ecb7c Set table to fixed width and removed redundant code
- 7464936 Merged main and fixed conflict
- 10e58a8 Merge pull request #21 from microsoft/jschick/refactor_filtermodel
- 100745d Merge pull request #20 from microsoft/jschick/fix_eventlog_table
- 182afdb Initial implementation for Details pane
- b95cba5 Updated FilterValue validation to support dynamic values
- b435093 Refactored FilterModel to use dynamics and created new generic component to utilize the dynamic value
- 41b80ee Added cleanup function and ran code cleanup
- 0001941 Updated JS mouse events and CSS to hopefully be more consistent with resizing columns
- 58b7936 Refactored state classes to use records and updated reducers to utilize with keyword (#19)
- c613f8e First pass at handling sub filters (#18)
- 54ea9f8 Added RemoveFilter check since Func cannot be serialized (#17)
- 189839e Merge pull request #16 from microsoft/bilong-ui
- 22303de Add some basic tracing
- 5f38aa2 Enable F12 tools in release builds
- 18af519 Merge pull request #15 from microsoft/bilong-publish
- 9c90af7 Configure pipelines
- cd4b577 Merge pull request #14 from microsoft/bilong-database
- ee52fbb Allow setting active databases and controlling the order
- 7184b07 Add more database manipulation options
- 6649c6f Handle null details in showproviders command
- 1231319 Fix Task name resolution
- f816a66 Implement IDisposable
- 0045d16 Add verbose option to showproviders
- e70c707 Remove EventDatabaseEventResolver and minor refactor of model
- 144b6d3 Do not preserve LRMs in date strings
- 01edfa8 Implement resolving event descriptions from database
- 0cdadcc Merge pull request #13 from microsoft/jschick/filtering
- 1073dd3 Added NL to razor files and cleaned up unused code in FilterPane
- 72a7559 Wired up filter updates to state filtering
- 852b299 Fixed filter string updating
- f5e0a43 Finished UI layout and styling for filtering design concept
- bbdfd48 Updated filter models/states and wired up to UI
- 25c2ebf Updated CSS and switched to bootstrap icons
- 38b6059 Created Details pane and configured basic CSS for filter and details expansion
- a75152a Merge pull request #12 from microsoft/bilong-dev
- 37603f1 Implement column resizing
- 07e01f8 Merge pull request #11 from microsoft/bilong-dev
- d36fd06 Fix weird stretchy table issue
- 27ca41b Merge pull request #10 from microsoft/bilong-dev
- be153b6 Move component-specific CSS to the components
- 9715590 Merge pull request #9 from microsoft/bilong-dev
- beaa83a Reorganize Store files
- 8103948 Add required copyright header
- e2be5c2 Add missing parenthesis
- e967af0 Target Windows only
- 6d753a4 Merge pull request #8 from microsoft/bilong-dev
- 1b73c7b Switch to LocalProviderEventResolver
- 5ba5323 Merge pull request #7 from microsoft/jschick/filtering
- 8488d31 Fixed newline for razor files
- 8ca95e0 Update src/EventLogExpert/_Imports.razor
- 55cb7f7 Update src/.editorconfig
- e266eb9 Added filtering for Task and Providers
- e9ebe89 Added filtering for severity and replaced severity level dictionary with an enum
- bf9f8a3 Updated description filtering
- fce8fca Sorted Id's and added clear filter button
- 7d36246 Updated filter to use drop down menu for choosing available event id's
- f16646f Merge pull request #6 from microsoft/bilong-dev
- e6ff2de Prepare for more complex filtering and event resolvers
- eff2aa2 Merge pull request #5 from microsoft/bilong-dev
- dbdf7e4 Actually commit .editorconfig
- 880bb0c Merge pull request #4 from microsoft/bilong-dev
- bfcc2d5 Add .editorconfig with some basic rules
- 704587a Use time-based progress intervals instead of count
- 1224de3 Remove unneeded reader classes
- 7eecf8c Merge pull request #3 from microsoft/jschick/library_refactor
- 8ad73e2 Setup variables for color schemes
- a7786fb Refactored non UI components into their own libraries and converted classes to file based namespaces
- bcc4d42 Merge pull request #2 from microsoft/bilong-dev
- 7096f30 Update README
- 87700d9 Update support document
- ff9efb1 Add CODEOWNERS
- 4e4a5c1 Merge pull request #1 from microsoft/bilong-dev
- caafc61 Initial proof of concept
- 31d39fa SUPPORT.md committed
- e3db399 SECURITY.md committed
- 024f095 README.md committed
- 46dcf87 LICENSE committed
- 7ca54a9 CODE_OF_...