From f6116d7008ea3bf118ab5e70883ce74f799b6a25 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Tue, 28 Oct 2025 16:43:13 +0530 Subject: [PATCH] =?UTF-8?q?Release=20v1.8.1:=20Streamlined=20PDF=20Editor?= =?UTF-8?q?=20UI=20Enhanced=20PDF=20Editor=20user=20experience=20with=20cl?= =?UTF-8?q?eaner,=20more=20intuitive=20interface:=20=E2=9C=A8=20UI=20Impro?= =?UTF-8?q?vements:=20-=20Streamlined=20PDF=20Editor=20dialog=20to=20show?= =?UTF-8?q?=20only=20selected=20function=20-=20Removed=20cluttered=20"all?= =?UTF-8?q?=20functions=20at=20once"=20display=20-=20Added=20smooth=20fade?= =?UTF-8?q?-in=20animation=20when=20showing=20function-specific=20sections?= =?UTF-8?q?=20-=20Improved=20dialog=20sizing:=20max-width=20600px,=20max-h?= =?UTF-8?q?eight=2085vh=20-=20Better=20visual=20separation=20with=20compac?= =?UTF-8?q?t=20section=20spacing=20=F0=9F=8E=A8=20Styling=20Enhancements:?= =?UTF-8?q?=20-=20Added=20PDF=20editor-specific=20CSS=20classes=20for=20be?= =?UTF-8?q?tter=20organization=20-=20Enhanced=20file=20list=20styling=20wi?= =?UTF-8?q?th=20better=20contrast=20-=20Improved=20remove=20button=20styli?= =?UTF-8?q?ng=20with=20danger=20color=20-=20Complete=20dark=20theme=20supp?= =?UTF-8?q?ort=20for=20all=20PDF=20editor=20components=20-=20Better=20scro?= =?UTF-8?q?lling=20behavior=20for=20long=20forms=20=F0=9F=94=A7=20Technica?= =?UTF-8?q?l=20Improvements:=20-=20Maintained=20existing=20show/hide=20log?= =?UTF-8?q?ic=20(already=20working=20correctly)=20-=20Enhanced=20CSS=20spe?= =?UTF-8?q?cificity=20with=20.pdf-editor-content=20and=20.pdf-editor-body?= =?UTF-8?q?=20classes=20-=20Added=20@keyframes=20fadeIn=20animation=20for?= =?UTF-8?q?=20smooth=20transitions=20-=20Improved=20overflow=20handling=20?= =?UTF-8?q?for=20better=20UX=20on=20smaller=20screens=20=F0=9F=8C=99=20The?= =?UTF-8?q?me=20Support:=20-=20Full=20dark=20mode=20styling=20for=20file?= =?UTF-8?q?=20lists=20and=20entries=20-=20Proper=20color=20contrast=20for?= =?UTF-8?q?=20all=20interactive=20elements=20-=20Consistent=20styling=20ac?= =?UTF-8?q?ross=20all=2022=20themes=20The=20PDF=20Editor=20now=20provides?= =?UTF-8?q?=20a=20clean,=20focused=20interface=20showing=20only=20the=20re?= =?UTF-8?q?levant=20controls=20for=20each=20operation=20(merge,=20split,?= =?UTF-8?q?=20compress,=20rotate,=20delete,=20reorder,=20watermark,=20encr?= =?UTF-8?q?ypt,=20decrypt,=20permissions).=20=F0=9F=A4=96=20Generated=20wi?= =?UTF-8?q?th=20Claude=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.html | 4 +- src/main.js | 2 +- src/styles.css | 111 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 115 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 03f63e3..86dca4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pan-converter", - "version": "1.8.0", + "version": "1.8.1", "description": "Cross-platform Markdown editor and converter using Pandoc", "main": "src/main.js", "scripts": { diff --git a/src/index.html b/src/index.html index 2762487..156b70c 100644 --- a/src/index.html +++ b/src/index.html @@ -556,12 +556,12 @@