Skip to content

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
unexpectedpanda committed Apr 26, 2024
1 parent 8c9b2aa commit c170580
Show file tree
Hide file tree
Showing 62 changed files with 6,825 additions and 6,455 deletions.
27 changes: 27 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Retool changelog


## 2.3.5 (2024-04-27)

- **_Fix_**: Fixed Retool crashing when **Prefer titles ripped from modern rereleases**
was enabled.

- **_Change_**: Because case can change frequently between DAT file revisions, overrides
and post filters are no longer case sensitive. This increases convenience, but also
means you're more likely to shoot your own foot off with partial and regex matches, so
caveat utilitor.

- **_Change_**: The way the version is reported has changed to accommodate dynamic
versioning in Hatch. Instead of 2.03.5, Retool now shows 2.3.5.

- **_Chore_**: Lately Windows Defender has been finding false positives on the compiled
Windows version of Retool. While there's not much that can be done about this other
than marking an exception in Defender on your machine, Python, PyInstaller, and UPX
have all been updated in the hope that enough changes have occured to prevent the
incorrect alert from happening.

- **_Chore_**: Cleaned up how Retool outputs to screen. Made more use of code page 437
characters to freshen up the look.

- **_Chore_**: Started reorganizing where functions live for future clean up and
optimizations. While I don't really expect anyone will go code diving, those who do
will find things are stored in an inconsistent fashion until this task is complete.


## 2.03.4 (2024-04-08)

- **_Change_**: When you specify `--output` in a non-interactive terminal, the output
Expand Down
27 changes: 27 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ hide:
# Changelog


## 2.3.5 (2024-04-27)

- **_Fix_**: Fixed Retool crashing when **Prefer titles ripped from modern rereleases**
was enabled.

- **_Change_**: Because case can change frequently between DAT file revisions, overrides
and post filters are no longer case sensitive. This increases convenience, but also
means you're more likely to shoot your own foot off with partial and regex matches, so
caveat utilitor.

- **_Change_**: The way the version is reported has changed to accommodate dynamic
versioning in Hatch. Instead of 2.03.5, Retool now shows 2.3.5.

- **_Chore_**: Lately Windows Defender has been finding false positives on the compiled
Windows version of Retool. While there's not much that can be done about this other
than marking an exception in Defender on your machine, Python, PyInstaller, and UPX
have all been updated in the hope that enough changes have occured to prevent the
incorrect alert from happening.

- **_Chore_**: Cleaned up how Retool outputs to screen. Made more use of code page 437
characters to freshen up the look.

- **_Chore_**: Started reorganizing where functions live for future clean up and
optimizations. While I don't really expect anyone will go code diving, those who do
will find things are stored in an inconsistent fashion until this task is complete.


## 2.03.4 (2024-04-08)

- **_Change_**: When you specify `--output` in a non-interactive terminal, the output
Expand Down
2 changes: 2 additions & 0 deletions docs/how-to-use-retool-gui-overrides-post-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Additionally, you can wrap any of these strings in `<>` when using overrides to
include or exclude any match's related clones. Wrapping strings in `<>` is not supported
for post filters.

Regardless of whether you use an override or a post filter, matches are case insensitive.

### Partial matches

If a line isn't prefixed with `|` (full match) or `/` (regular expression) in an
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/file.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[retool-2.03.4-win-x86-64.zip](https://unexpectedpanda.github.io/files/retool-2.03.4-win-x86-64.zip)
[retool-2.3.5-win-x86-64.zip](https://unexpectedpanda.github.io/files/retool-2.3.5-win-x86-64.zip)
2 changes: 1 addition & 1 deletion docs/includes/sha256.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f805ec00dac6d763d088bb962d0fcbce4094a95f622c2f4e161e4f7b873df89
8c29954502f5a38a68266138d338ce435720216982912b6c5b0b1799824bf803
Loading

0 comments on commit c170580

Please sign in to comment.