<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dpibreak.git, branch v0.4.0</title>
<subtitle>System-wide DPI circumvention with minimal configuration
</subtitle>
<id>http://git.dilluti0n.com/dpibreak.git/atom?h=v0.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/dpibreak.git/atom?h=v0.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/'/>
<updated>2026-02-15T09:18:38Z</updated>
<entry>
<title>ci: fix release cannot find download artifacts</title>
<updated>2026-02-15T09:18:38Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T09:18:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=12418da9d07c87b6463f72e6aac2a6332fd9ed9c'/>
<id>urn:sha1:12418da9d07c87b6463f72e6aac2a6332fd9ed9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: CHANGELOG: unwrap lines to single-line entries</title>
<updated>2026-02-15T08:56:54Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T08:56:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=9903736e3f10556fa28e24ad838518e10f5c0172'/>
<id>urn:sha1:9903736e3f10556fa28e24ad838518e10f5c0172</id>
<content type='text'>
GitHub Release notes treat newlines as &lt;br&gt;, causing mid-sentence line
breaks in rendered release notes.
</content>
</entry>
<entry>
<title>ci: add checkout to read CHANGELOG.md on release</title>
<updated>2026-02-15T08:47:48Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T08:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=388d220af4898f54aeb309d6ef64ae565a1fbcf9'/>
<id>urn:sha1:388d220af4898f54aeb309d6ef64ae565a1fbcf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: pass --no-verify to cargo publish</title>
<updated>2026-02-15T08:36:26Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T08:36:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=c856f069d64d522922b5847d4351f7dd74660f78'/>
<id>urn:sha1:c856f069d64d522922b5847d4351f7dd74660f78</id>
<content type='text'>
build.rs writes dpibreak.1 outside OUT_DIR, which is safe for
cargo install but fails publish verification. --no-verify skips
this check without affecting end users.
</content>
</entry>
<entry>
<title>Bump version to 0.4.0</title>
<updated>2026-02-15T08:23:35Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T08:22:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=d3f02d83bdcd12f49ed7ddc421216a2aac13c5d2'/>
<id>urn:sha1:d3f02d83bdcd12f49ed7ddc421216a2aac13c5d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: update CHANGELOG path on build.ps1</title>
<updated>2026-02-15T08:15:43Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T08:15:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=6cdb693534b879dd4ec6ae629cfa85160b93b094'/>
<id>urn:sha1:6cdb693534b879dd4ec6ae629cfa85160b93b094</id>
<content type='text'>
since Windows cannot resolve symlink
</content>
</entry>
<entry>
<title>ci: release: parse release note from CHANGELOG.md</title>
<updated>2026-02-15T08:05:47Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T08:05:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=736efc2f7629f90339d7149efffa3922d4661547'/>
<id>urn:sha1:736efc2f7629f90339d7149efffa3922d4661547</id>
<content type='text'>
* Remove generate release note from github api
</content>
</entry>
<entry>
<title>docs: CHANGELOG: add release dates</title>
<updated>2026-02-15T07:57:02Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T07:56:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=0955c1d6098534e4a234145af42346586eaa533b'/>
<id>urn:sha1:0955c1d6098534e4a234145af42346586eaa533b</id>
<content type='text'>
Got dates from:

gh release list --json tagName,publishedAt -q '.[] | "\(.tagName) \(.publishedAt | split("T")[0])"'
</content>
</entry>
<entry>
<title>docs: CHANGELOG: migrate to markdown format</title>
<updated>2026-02-15T07:51:32Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T07:51:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=cd0774e8225dd1fcd227b186d69f7ac0b5dcc5ef'/>
<id>urn:sha1:cd0774e8225dd1fcd227b186d69f7ac0b5dcc5ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: CHANGELOG: move to CHANGELOG.md</title>
<updated>2026-02-15T07:42:20Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-15T07:42:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=1162e9cf5c25bc428fabd183ce5fc0919836ad83'/>
<id>urn:sha1:1162e9cf5c25bc428fabd183ce5fc0919836ad83</id>
<content type='text'>
</content>
</entry>
</feed>
