Skip to content

Commit c170580

Browse files
v2.3.5
1 parent 8c9b2aa commit c170580

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6825
-6455
lines changed

changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Retool changelog
22

33

4+
## 2.3.5 (2024-04-27)
5+
6+
- **_Fix_**: Fixed Retool crashing when **Prefer titles ripped from modern rereleases**
7+
was enabled.
8+
9+
- **_Change_**: Because case can change frequently between DAT file revisions, overrides
10+
and post filters are no longer case sensitive. This increases convenience, but also
11+
means you're more likely to shoot your own foot off with partial and regex matches, so
12+
caveat utilitor.
13+
14+
- **_Change_**: The way the version is reported has changed to accommodate dynamic
15+
versioning in Hatch. Instead of 2.03.5, Retool now shows 2.3.5.
16+
17+
- **_Chore_**: Lately Windows Defender has been finding false positives on the compiled
18+
Windows version of Retool. While there's not much that can be done about this other
19+
than marking an exception in Defender on your machine, Python, PyInstaller, and UPX
20+
have all been updated in the hope that enough changes have occured to prevent the
21+
incorrect alert from happening.
22+
23+
- **_Chore_**: Cleaned up how Retool outputs to screen. Made more use of code page 437
24+
characters to freshen up the look.
25+
26+
- **_Chore_**: Started reorganizing where functions live for future clean up and
27+
optimizations. While I don't really expect anyone will go code diving, those who do
28+
will find things are stored in an inconsistent fashion until this task is complete.
29+
30+
431
## 2.03.4 (2024-04-08)
532

633
- **_Change_**: When you specify `--output` in a non-interactive terminal, the output

docs/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ hide:
66
# Changelog
77

88

9+
## 2.3.5 (2024-04-27)
10+
11+
- **_Fix_**: Fixed Retool crashing when **Prefer titles ripped from modern rereleases**
12+
was enabled.
13+
14+
- **_Change_**: Because case can change frequently between DAT file revisions, overrides
15+
and post filters are no longer case sensitive. This increases convenience, but also
16+
means you're more likely to shoot your own foot off with partial and regex matches, so
17+
caveat utilitor.
18+
19+
- **_Change_**: The way the version is reported has changed to accommodate dynamic
20+
versioning in Hatch. Instead of 2.03.5, Retool now shows 2.3.5.
21+
22+
- **_Chore_**: Lately Windows Defender has been finding false positives on the compiled
23+
Windows version of Retool. While there's not much that can be done about this other
24+
than marking an exception in Defender on your machine, Python, PyInstaller, and UPX
25+
have all been updated in the hope that enough changes have occured to prevent the
26+
incorrect alert from happening.
27+
28+
- **_Chore_**: Cleaned up how Retool outputs to screen. Made more use of code page 437
29+
characters to freshen up the look.
30+
31+
- **_Chore_**: Started reorganizing where functions live for future clean up and
32+
optimizations. While I don't really expect anyone will go code diving, those who do
33+
will find things are stored in an inconsistent fashion until this task is complete.
34+
35+
936
## 2.03.4 (2024-04-08)
1037

1138
- **_Change_**: When you specify `--output` in a non-interactive terminal, the output

docs/how-to-use-retool-gui-overrides-post-filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Additionally, you can wrap any of these strings in `<>` when using overrides to
6464
include or exclude any match's related clones. Wrapping strings in `<>` is not supported
6565
for post filters.
6666

67+
Regardless of whether you use an override or a post filter, matches are case insensitive.
68+
6769
### Partial matches
6870

6971
If a line isn't prefixed with `|` (full match) or `/` (regular expression) in an

docs/includes/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[retool-2.03.4-win-x86-64.zip](https://unexpectedpanda.github.io/files/retool-2.03.4-win-x86-64.zip)
1+
[retool-2.3.5-win-x86-64.zip](https://unexpectedpanda.github.io/files/retool-2.3.5-win-x86-64.zip)

docs/includes/sha256.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6f805ec00dac6d763d088bb962d0fcbce4094a95f622c2f4e161e4f7b873df89
1+
8c29954502f5a38a68266138d338ce435720216982912b6c5b0b1799824bf803

0 commit comments

Comments
 (0)