Releases: thuongtruong109/flashot
Releases Β· thuongtruong109/flashot
v2.5.0 Import & Keyboard
v2.5.0 - 2025-11-04
π Features
-
playground:
- Modal guide for keyboard shortcuts - by @thuongtruong109 (52ae9)
- Import and detect code from URL - by @thuongtruong109 (204f3)
- Custom label setting (text, font size, color, opacity, alignment) - by @thuongtruong109 ()
- Edit filename directly in the editor - by @thuongtruong109 (d381c)
- Support more language themes - by @thuongtruong109 (d33cb)
- Custom editor border style(type, color, width, and opacity) - by @thuongtruong109 ()
View changes on GitHub - Full Changelog
v2.4.0 Template & Theme
v2.4.0 - 2025-11-04
π Features
-
playground:
- stable gutter for setting scroll bar when dropdown open - by @thuongtruong109 (18ab1)
- Hide editor ruler when mouse out & enhance background UI - by @thuongtruong109 (d0749)
- Improved manifest and social sharing support - by @thuongtruong109 (1c382)
- Add action buttons (clear/copy/share) - by @thuongtruong109 (e73fd)
- Align file name position - by @thuongtruong109 (9bc87)
- Format code snippets by programming language - by @thuongtruong109 (18c1e)
- Separate border radius for code editor snippet area inner and frame outer - by @thuongtruong109 (1341b)
- Apply dark mode theme - by @thuongtruong109 (b8746)
- Import/export/choice template settings as JSON - by @thuongtruong109 (e2e29)
View changes on GitHub - Full Changelog
v2.3.0 Highlight & Watermark
v2.3.0 - 2025-10-09
π Features
- playground:
- Custom watermark with text/image - by @thuongtruong109 (e8cde)
- Custom highlight diff code changes - by @thuongtruong109 (fdfe9)
- Custom background image with upload from device or external URL - by @thuongtruong109 (Δ0b7)
View changes on GitHub - Full Changelog
v2.2.0 Resizable & export
v2.2.0 - 2025-10-07
π Features
- playground:
- add social size presets - by @thuongtruong109 (120df)
- add ruler size indicator - by @thuongtruong109 (7b896)
- line count number style options - by @thuongtruong109 (575c2)
- export file as original/plain-text format - by @thuongtruong109 (35d54)
- add reset to default settings button - by @thuongtruong109 (807bc)
- adjust line count style options - by @thuongtruong109 (97ed5)
- adjust file name style options - by @thuongtruong109 (d388e)
- traffic button adjust options - by @thuongtruong109 (a7aee)
- dynamic select tab settings - by @thuongtruong109 (aebca)
- add header navigation list - by @thuongtruong109 (ae49c)
- add quick guide tour - by @thuongtruong109 (156a1)
- resizable code editor with border drag controls - by @thuongtruong109 (59e9a)
- add transparent background option - by @thuongtruong109 (b66fa)
- enable word wrap options - by @thuongtruong109 (46a18)
- adjust width & height - by @thuongtruong109 (52d6b)
- docs: enhance docs page ui - by @thuongtruong109 (3dfb6)
- landing: framer animation for landing page - by @thuongtruong109 (d47cd)
π Bug Fixes
- playground:
- resolve header shift down after export - by @thuongtruong109 (84432)
- calculating caption position - by @thuongtruong109 (33cca)
- auto full size code content match with frame - by @thuongtruong109 (a646c)
View changes on GitHub - Full Changelog
v2.1 CI/CD
v2.1.0 - 2025-09-18
π Features
- docs:
- integrate raw content to web pages - by @thuongtruong109 (6d3fa)
- add usage docs raw content - by @thuongtruong109 (350a4)
- deploy: config CD workflow - by @thuongtruong109 (c9da4)
- build: config CI workflow - by @thuongtruong109 (c307c)
π Bug Fixes
- playground: fix export menu option & code editor background style matching setting - by @thuongtruong109 (8d631)
View changes on GitHub - Full Changelog
v2.0 playground & api
v2.0.0 - 2025-09-11
π Features
- api: Add API service deployment - by @thuongtruong109 (28724)
- docs: add landing page - by @thuongtruong109 (33c8e)
- web: Add sample playground - by @thuongtruong109 (46c26)
- refactor: Refactor codebase to workspace monorepo - by @thuongtruong109 (c019d)
π Bug Fixes
- web: toggle setting slate sheet, re-arrange layout button
View changes on GitHub - Full Changelog
v1.4.0 CLI
π Features
- url: auto parse response fetched data for JSON type - by @thuongtruong109 (dc8d7)
- utils: support export image as avif format - by @thuongtruong109 (dc8d7)
- feat: Add CLI support - by @thuongtruong109 (d9a82)
- docs: Add tag symbol documentation jsr - by @thuongtruong109 (34821)
- style: Support for custom syntax highlighting - by @thuongtruong109 (724d1)
π Bug Fixes
- cli: auto bind flags from type - by @thuongtruong109 (97746)
View changes on GitHub - Full Changelog
v1.3.0 buffer & path
π Features
- buffer: Support converting buffer to image
- file: Support converting content read file path to images
π Bug Fixes
- line-count: use default options for empty case
View changes on GitHub - Full Changelog
v1.2.1 caching
What changed:
- Add & custom line count
- Patch default auto options
- Benchmark test
- Perfomancing with render caching and highlight caching
- Migrating to
tsdownas default build tool - Publish to Jsr package
Full Changelog: v1.2.0...v1.2.1
v1.2.0 modularize
What changed:
Modularize refactor code- Image generation format choice (
WebP,Png,Jpeg) - Quality setting for
Jpegimages - Define tokens style (
ThemedToken) - Change default font family
JetBrains Mono - Fix width size rendering
- Improved error handling for invalid input
- Ignore publish non-related files (
public/**) - Update README description
Full Changelog: v1.1.0...v1.2.0