Releases: ZhengLinLei/paste-code
Releases · ZhengLinLei/paste-code
Release v20240220
What's Changed
- Fixed dblclick by @ZhengLinLei in #42
- Added issue #40 by @ZhengLinLei in #43
- Markdown fix issue #44 by @ZhengLinLei in #45
- Fixed triple click -> Close Button by @ZhengLinLei in #49
Full Changelog: v20231210...v20240220
Release v20231210
Add custom themes
You can edit your own theme colors with Theme Creator
/*
Edit the JSON below
*/
let SS =
`
{
"--theme-bg-color": "#294936",
"--theme-primary-color": "#212922",
"--theme-secondary-color": "#294936",
"--theme-color-muted": "#5B8266",
"--theme-text-color": "#fff",
"--theme-extra-color": "#000",
"--theme-border-color": "rgba(174, 246, 199, 1)",
"--theme-caret-color": "#cc99cd",
"--theme-alert-color": "rgba(255, 255, 255, 0.8)",
"--theme-cristal-color": "rgba(0, 0, 0, 0.3)",
"--theme-footer-color": "rgba(255, 255, 255, 0.8)",
"class": "night"
}
`;
/*
Inner code to import colors
*/
let parse = JSON.parse(SS);
for(let i in parse) {
document.body.style.setProperty(i, parse[i]);
}
document.body.removeAttribute('class');
document.body.classList.add(parse.class);
// Now run "run 0"
// Now run "theme export"
What's Changed
- Added autoexecute flag to url by @ZhengLinLei in #35
- Hidden tab layer problem fixed #30 by @tostadanevera in #36
- Fixed Empty enter terminal by @ZhengLinLei in #37
- Organize css variables by @ZhengLinLei in #38
- Add-on terminal theme options by @ZhengLinLei in #33
Full Changelog: v20231120...v20231210
Release v20231120
What's Changed
- Grid fix for odd nuber of windows by @ZhengLinLei in #19
- Autofill added #17 by @tostadanevera in #21
- Ctrl+S To save context in localStorage by @ZhengLinLei in #24
- Fix save storage problem by @tostadanevera in #26
- Feature confirmation modal #22 by @tostadanevera in #27
- Feature saved context modal #25 by @tostadanevera in #28
New Contributors
- @tostadanevera made their first contribution in #21
Full Changelog: v20230110...v20231120
Release v20230110
Full Changelog: v20230109-alpha...v20230110
#12 And more language added to be executed
@User $ run list
Executer supported languages: python, javascript, typescript, brainfuck, php
Release v20230109
Full Changelog: https://github.com/ZhengLinLei/paste-code/commits/v20230109-alpha
#12 Executer
Release v20230105
Full Changelog: https://github.com/ZhengLinLei/paste-code/commits/release
#11 Release (Beta)
Pre-release v20230104
Full Changelog: https://github.com/ZhengLinLei/paste-code/commits/prerelease
#10 Pre-release