Releases: yesooner/MDpaste
MDPASTE Portable v0.1.2
MDPASTE Portable v0.1.2
Assets
MDPASTE-portable-v0.1.2.zip: portable package. Extract and runMDPASTE.cmd. This ZIP includesMdPaste.exe.MDPASTE-Setup-v0.1.2.exe: optional Windows installer built with Inno Setup. The installer also includesMdPaste.exe.
What Changed
- Added a reproducible Inno Setup installer build using
installer.issandbuild-installer.ps1. - Added the local Inno Setup compiler search path
F:\InnoSetup6\ISCC.exe. - Included installer build scripts in the portable ZIP so another machine can rebuild the same package when Inno Setup is installed.
- Kept the v0.1.1 executable compatibility fixes for ChatGPT fragment copy, fenced code blocks, inline code, and LaTeX/formula handling.
v0.1.1 Compatibility Fixes Kept
- ChatGPT web fragment copy prefers clipboard HTML when plaintext content has already lost Markdown fences.
- Fenced code blocks, indented code blocks, and inline code are protected from LaTeX/formula rewrites.
- Normal body formula conversion remains enabled for copied Markdown and web fragments.
tools/patch_release_exe.pyremains the corresponding patch script used to update the bundled PyInstaller executable.
Portability Check
- Startup still derives the app home from
MDPASTE.cmd/MdPaste-portable.cmd; no local machine path is required. portable-config.ps1rewritespandoc_pathandsave_dirfrom the current folder on every start.- Runtime state remains under
portable-dataandcache, so the extracted folder can be copied to another Windows computer.
Versioning
This project should use SemVer-style release names going forward:
- Patch fixes:
0.1.1,0.1.2 - New compatible features:
0.2.0 - Stable public release:
1.0.0
User Notes
- First run: extract the ZIP, then double-click
MDPASTE.cmd. - Do not run
MdPaste.exedirectly. - The portable launcher rewrites
pandoc_pathandsave_dirfor the current computer on every start. - Bundled Pandoc is required and included under
_internal\pandoc\pandoc.exe. - Local user config/log/cache files are not included in the clean release package.
- If startup on login is enabled and the folder is moved, run
switch-startup.cmdagain.
Purpose
MDPASTE converts copied Markdown, including AI chat answers, into formatted paste output for Word/WPS/Office and other supported applications.
License and Source
- Upstream project: https://github.com/RICHQAQ/PasteMD
- Portable release version:
v0.1.2 - Upstream corresponding source: https://github.com/RICHQAQ/PasteMD/tree/v0.1.6.8
- License: AGPL-3.0. The release keeps
LICENSE,NOTICE.md, andSOURCE.md.
MDPASTE Portable v0.1.1
MDPASTE Portable v0.1.1
Assets
MDPASTE-portable-v0.1.1.zip: portable package. Extract and runMDPASTE.cmd.
What Changed
- Fixed ChatGPT web fragment copy handling so HTML code blocks are preferred when plaintext clipboard content has already lost Markdown fences.
- Protected fenced code blocks, indented code blocks, and inline code from LaTeX/formula rewrites.
- Kept normal body formula conversion enabled for copied Markdown and web fragments.
- Added
tools/patch_release_exe.pyas the corresponding patch script used to update the bundled PyInstaller executable.
Portability Check
- Startup still derives the app home from
MDPASTE.cmd/MdPaste-portable.cmd; no local machine path is required. portable-config.ps1rewritespandoc_pathandsave_dirfrom the current folder on every start.- Runtime state remains under
portable-dataandcache, so the extracted folder can be copied to another Windows computer.
Versioning
This project should use SemVer-style release names going forward:
- Patch fixes:
0.1.1,0.1.2 - New compatible features:
0.2.0 - Stable public release:
1.0.0
User Notes
- First run: extract the ZIP, then double-click
MDPASTE.cmd. - Do not run
MdPaste.exedirectly. - The portable launcher rewrites
pandoc_pathandsave_dirfor the current computer on every start. - Bundled Pandoc is required and included under
_internal\pandoc\pandoc.exe. - Local user config/log/cache files are not included in the clean release package.
- If startup on login is enabled and the folder is moved, run
switch-startup.cmdagain.
Purpose
MDPASTE converts copied Markdown, including AI chat answers, into formatted paste output for Word/WPS/Office and other supported applications.
License and Source
- Upstream project: https://github.com/RICHQAQ/PasteMD
- Portable release version:
v0.1.1 - Upstream corresponding source: https://github.com/RICHQAQ/PasteMD/tree/v0.1.6.8
- License: AGPL-3.0. The release keeps
LICENSE,NOTICE.md, andSOURCE.md.
MDPASTE Portable v0.1.0.0
MDPASTE Portable v0.1.0.0
Assets
MDPASTE-portable-v0.1.0.0.zip: portable package. Extract and runMDPASTE.cmd.
User Notes
- First run: extract the ZIP, then double-click
MDPASTE.cmd. - Do not run
MdPaste.exedirectly. - The portable launcher rewrites
pandoc_pathandsave_dirfor the current computer on every start. - Bundled Pandoc is required and included under
_internal\pandoc\pandoc.exe. - Local user config/log/cache files are not included in the clean release package.
- If startup on login is enabled and the folder is moved, run
switch-startup.cmdagain.
Purpose
MDPASTE converts copied Markdown, including AI chat answers, into formatted paste output for Word/WPS/Office and other supported applications.
Source Compliance
This release publishes the modified upstream resource files that are visible in the local runtime package, plus the portable launcher, configuration, packaging scripts, and documentation changes made for this redistribution. Upstream corresponding source is linked below.
Detailed changes from upstream are documented in MODIFICATIONS.md.
License and Source
- Upstream project: https://github.com/RICHQAQ/PasteMD
- Portable release version:
v0.1.0.0 - Upstream corresponding source: https://github.com/RICHQAQ/PasteMD/tree/v0.1.6.8
- License: AGPL-3.0. The release keeps
LICENSE,NOTICE.md, andSOURCE.md.