You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
Only 2.2.0 and newer have explicitly recorded changelogs. For earlier versions, the releases may contain additional information.
4
4
5
+
## 2.3.0 (2025-08-24)
6
+
7
+
### Added
8
+
* Documentation containing all known hashes as of the 2024-06-30 data dumps (https://github.com/LunarWatcher/se-data-dump-transformer/blob/master/docs/meta/Hashes.md)
9
+
* Documentation for watermarking (https://github.com/LunarWatcher/se-data-dump-transformer/blob/master/docs/meta/Known%20watermarks.md)
10
+
* Transformer: `--filter-fabricated-v1` for removing the aforementioned v1 watermark.
11
+
12
+
### Changed
13
+
* Transformer (internals): `Filter::process` now takes an explicit argument containing the data dump filetype to allow filters operating only specific files.
0 commit comments