Skip to content

Commit

Permalink
Update release notes for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaggett committed Nov 22, 2023
1 parent 341173f commit a420c78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
- Change Color Scheme to Red.. aka Bloodsport
- Tested for Windows 22H2 build 22621.1555 and below

11-23-2023 Version 2.6 - BloodierSport

- Added retry on database operations. Unsure of the cause but sometime the libesedb engine raises a traceback when retrieving information from the ese table, but pausing for a second and trying the same query again fixes the issue. Now I retry 5 time with a 0.1 second pause before allowing the error to be raised. (Einstien was wrong. Trying the same thing over and over sometime yields different results.Then again, I can't rule out insanity.)
- Keeping Red color scheme. People seem to like it.
- Tested on Windows 11 22H2 build 19045.3693,22621.2715 and Windows 10.0 Build 10240
- Built with Python 3.12 and pyinstaller 6.2.0


0 comments on commit a420c78

Please sign in to comment.