Skip to content

Releases: levskiy0/skreenme

v1.1.5

18 Apr 07:30

Choose a tag to compare

New

  • Stickers — add stickers to screenshots from a built-in gallery; drag to place, rotate and scale with handles; import your own PNG/JPEG stickers
  • Alt word selection — hold Alt with the Marker or Redact tool active to highlight OCR-detected words on hover; click to instantly apply the annotation to that word
  • Double-click on an auto-redacted region to remove it
  • Watermark support — add a custom text or image watermark to exports

Improvements

  • Redrawn toolbar icons for padding, shadow, and corner radius controls
  • Marker cursor now scales with zoom — size matches the actual drawn stroke width at any zoom level
  • Dropdown panels use a solid background instead of the translucent system glass effect

Fixes

  • Fixed menu bar resolution

v1.1.4

03 Apr 08:41

Choose a tag to compare

Fixes

  • Fixed a crash caused by concurrent image processing - Core Image context is now properly serialized
  • Fixed potential use-after-free when rapidly switching screenshots during effect processing

v1.1.3

02 Apr 07:00

Choose a tag to compare

New

  • Procedural backgrounds
  • Background blur
  • Background Grain
  • Progress indicator - thin bar at the bottom shows during heavy processing

v1.1.2

25 Mar 15:57

Choose a tag to compare

Fixes

  • Fixed app hanging for 5+ seconds on launch — replaced heavy material background with lightweight rendering in the startup notification
  • Non-blocking Sparkle update UI — update dialogs no longer freeze the app (uses sheets instead of modal alerts)
  • Improved crash symbolication — dSYM upload now automated in release builds

v1.0.9

20 Mar 11:08

Choose a tag to compare

New

  • Custom canvas size — enter exact W×H dimensions in the aspect ratio menu
  • Save reusable size presets in Settings → Export

Fixes

  • Fixed crash when drawing annotations on macOS 14
  • Crash reporting now works — Sentry SDK properly initialized
  • Screen capture without permission no longer produces a blank screenshot — app now opens Settings and explains that permission is required

v1.0.8

02 Mar 19:40

Choose a tag to compare

Improvements

  • Much better syntax highlighting — upgraded to highlight.js v11 with proper compound CSS class support
  • Richer Go and Rust coloring — package names, method calls, types, and macros now get distinct colors
  • Bold and italic font styles from themes are now preserved in code snippets
  • Full-code highlighting for exports — no more context loss at line boundaries
  • Fixed Tokyo Night theme mapping

Fixes

  • Paste (⌘V), copy (⌘C), and undo (⌘Z) now work correctly in the code editor
  • Code editor shows "Start typing..." placeholder instead of a comment

v1.0.7

02 Mar 06:52

Choose a tag to compare

Improvements

  • Editor window stays on top — no more losing it behind other windows
  • Resize handle cursors now work correctly when hovering over selection handles inside the canvas
  • Update dialog is now always visible for menu bar apps

Fixes

  • Pressing ESC during hotkey capture no longer opens an empty editor

v1.0.6

20 Feb 16:13

Choose a tag to compare

New Features

  • Solid fill redaction — completely opaque black overlay that makes data recovery impossible (unlike blur/pixelate which can be reversed)

v1.0.5

19 Feb 11:49

Choose a tag to compare

Improvements

  • Automatic update checks now work reliably for menu bar apps

v1.0.4

19 Feb 10:57

Choose a tag to compare

New Features

  • Auto frame color - automatically detects screenshot background and matches inner padding color for a seamless look
  • Auto-beautify now adapts frame style: light screenshots get a matching frame, dark screenshots go frameless

Improvements

  • Accurate color detection preserves the original color space (Display P3) - no more color shifts
  • Edge sampling skips shadow and antialiasing artifacts for precise color matching
  • Gradient screenshots fall back to dominant area color instead of a muddy average