Deckset Changelog

What's new in Deckset 2.0.30

May 2, 2024
  • Fixed presenter notes not working if a newline was placed after ^ character
  • Renamed New Inter to Inter 2.0
  • Added two new color variants to Inter 2.0

New in Deckset 2.0.29 (Apr 25, 2024)

  • New: Code Block background has finally arrived 🎉 You can now specify custom code block backgrounds with delightful syntax highlight! Check it out in Code customization.
  • Fixed: Crash when specifying web image with incorrect data
  • Fixed: YouTube playback controls should be working

New in Deckset 2.0.28 (Mar 13, 2024)

  • New: You can now include highlighted code in presenter notes (and code in presenter notes should generally work much better)
  • New: Higher resolution export options for PNG and JPEG exports
  • New: Inline code customization (currently only from Markdown level)
  • A couple of smaller bug fixes

New in Deckset 2.0.27 (Nov 9, 2023)

  • Fixed: Potential crash when creating a new presentation before application setup is complete
  • Fixed: Potential crash when a complex unicode character was placed at the end of presentation

New in Deckset 2.0.26 (Nov 7, 2023)

  • New: Slighly revamped UI style
  • New: Revamped color picker UI
  • New: Allow empty bullet point character when configuring them from slide theme override
  • New: Allow bullet point character color customization
  • New: Substantially improve speed of opening presentation and responsiveness of UI after modifying theme
  • Theme Update: Sketchnote theme has been replaced with new Delicious theme (existing custom themes based on Sketchnote will use Delicious theme as baseline since this version)
  • Theme Update: Poster and Olive Green themes were slightly refreshed
  • Fixed: Rare Paddle crash when verifying activation
  • Fixed: Merriweather and Titillium use correct font for code blocks
  • Fixed: Rare scenario where slide would not reload after media file was downloaded
  • Fixed: Rare crash when slides were reload and selected slide was offscreen
  • Fixed: Deckset should no longer sometimes fail to restore Menu Bar after exiting presentation (if you encounter this again please contact [email protected])

New in Deckset 2.0.25 (May 16, 2023)

  • Fixed: Crash when exporting presentations containing tables

New in Deckset 2.0.24 (May 14, 2023)

  • Fixed: One more crash when exporting slides with media elements (if you now encounter empty content in exported files instead of a crash - please do let us know at [email protected]!)
  • Fixed: Random crash when changing underlying md file
  • Fixed: Application hang when the underlying md file changed

New in Deckset 2.0.23 (Jan 30, 2023)

  • Fixed: Another crash when exporting presentations with media elements
  • Fixed: Export panel sometimes misbehaving with incorrect destination error

New in Deckset 2.0.22 (Jan 12, 2023)

  • Fixed: Crash when exporting presentations with media elements
  • Fixed: Crash when exporting presentations with specific gif images
  • Fixed: Crash when rendering Business Class separators

New in Deckset 2.0.21 (Jan 4, 2023)

  • New: Updated look and feel of the app
  • New: You can now reset license activations from within the app (once you hit the limit)
  • Fixed: Low quality of exported PDFs on macOS 13
  • And as always - minor bug fixes and performance improvements

New in Deckset 2.0.20 (Mar 31, 2021)

  • Fixed: Menu bar icons did not show in older macOS versions.

New in Deckset 2.0.19 (Dec 4, 2020)

  • Updated design and icon for macOS Big Sur
  • Fixed: Links in exported PDFs were not clickable in some cases

New in Deckset 2.0.18 (Jun 25, 2020)

  • Fixed: Crash when attempting to export presentation to PDF

New in Deckset 2.0.17 (Jun 23, 2020)

  • Fixed: Crash when removing default theme from Markdown file
  • Fixed: Hang in Library window when opening certain Recent files
  • Fixed: Low quality photos on first slide when starting windowed presentation
  • Fixed: Deckset not starting windowed presentation in certain scenarios
  • Fixed: Missing Libre theme thumbnails
  • Fixed: Rare crash when parsing SVG files

New in Deckset 2.0.16 (May 14, 2020)

  • Fixed: Crash that could occur when text formatting was used in presenter notes

New in Deckset 2.0.15 (May 14, 2020)

  • Improved: For files with the same name, Deckset will now display the name of the folder containing the file next to the file name
  • Fixed: Crash when opening links
  • Fixed: Crash when placing a YouTube video on a slide

New in Deckset 2.0.14 (May 12, 2020)

  • New: You can now present in a window, instead of presenter mode taking over the entire screen. This is useful when you’re presenting remotely, as you’ll be able to share your presentation and see the other participants in a video call at the same time.
  • Improved: Generating thumbnails for slides containing images is much faster now.
  • Fixed: Fixed an issue with font loading on macOS Catalina.

New in Deckset 2.0.13 (Nov 27, 2019)

  • New: Support for columns. Use [.column] above the content you want to layout in a new column.
  • Improved: Better error handling when reaching license activation limit.
  • Fixed: When PNGs are exported at reduced size, their alpha channel is now kept intact.
  • Fixed: Deckset no longer halts when displaying certain types of SVG.

New in Deckset 2.0.12 (Sep 25, 2019)

  • Fixed: Stability issues on macOS 10.15 Catalina
  • Fixed: Further stability improvements
  • Fixed: Tables now correctly handle links (in both presentation and exported slides)
  • Fixed: Hidden video/audio files no longer affect slide layout when placed in background
  • Fixed: Incorrect bottom footnote padding in Titillium theme
  • Fixed: Autoplay videos wouldn’t always start autoplaying
  • Fixed: Broken AppleScript error messaging (Deckset didn’t report any issues even if some happened)

New in Deckset 2.0.9 (May 15, 2019)

  • New: Use slide transitions when presenting! To enable them, place slide-transition: true at the top of your Markdown file. We’re currently supporting a simple fade transition, more to come. You can control the duration of the transition by passing in the value in seconds: slide-transition: fade(0.3). As per usual, these commands can also be overridden on a per slide level, e.g. [.slide-transition: fade(0.3)]
  • New: Added the option to export a reduced file size PDF (this feature substantially decreases the exported presentation file size by using compression on large image embeds)
  • New: Two new themes: Plex and Inter.
  • New: Define the start time for native videos, similarly to how YouTube videos are already handled, e.g. [](video.mp4?t=24s)
  • New: Filters can now be applied to GIFs too. To apply a filter to an inline image, use the filtered attribute: e.g. [filtered](image.gif)
  • New: Customize the appearance of presenter notes in presentation mode and export by using the presenter-notes command, e.g. presenter-notes: text-scale(2.0)
  • New: Slide-level commands will now only override the specified attributes. Attributes that are defined on the presentation level (read: at the top of your Markdown file) will be inherited.
  • Fixed: Slightly incorrect color representation when applying colors from the customization UI.
  • Fixed: The mute attribute for local video and audio files was broken - this now works again!
  • Fixed: The table separator color override from Markdown wasn’t applied but is now.
  • Fixed: A couple of minor memory leaks here and there.

New in Deckset 2.0.8 (Oct 18, 2018)

  • New: Expanded AppleScript support, see here for examples and documentation.
  • New: Hide media elements with the new hide attribute. Useful if you would like to play audio on a slide but don’t want any visual representation.
  • Fixed: Dragging image files on the Deckset would no longer create the corresponding Markdown, this is restored!
  • Fixed: Deckset no longer crashes when a code block without build steps was preceded by a list with build steps.
  • Fixed: Non-buildable lists were displayed incorrectly when the slide also contained a buildable code block. No more!

New in Deckset 2.0.7 (Oct 18, 2018)

  • New: Mojave Dark Mode support
  • New: Support for playing audio files
  • Improved: Video files now play on both presenter and presentation screen in sync
  • Fixed: When a slide contained a code block and another code block or list, Deckset would crash when using build steps. This is fixed now.

New in Deckset 2.0.6 (Aug 10, 2018)

  • New: Step through highlighted lines of code incrementally
  • New: Customize the appearance of formulas
  • New: Basic support for SVG images
  • Fixed: No longer crashes on startup on the macOS Mojave beta
  • Fixed: Referencing a web page instead of a remote image no longer causes Deckset to crash
  • Fixed: Changes to image attributes would sometimes not be reflected in the slide preview, this has been fixed
  • Fixed: Fixed a bug that would cause extensive memory usage under certain conditions

New in Deckset 2.0.5 (May 19, 2018)

  • New: Quote appearance can now be customized
  • New: Deckset now remembers which screen was used for presenter screen and defaults to internal screen as presenter display
  • Fixed: A rare crash on startup that affected a small fraction of our users
  • Fixed: Slide thumbnails no longer look pixelated on non-retina screens
  • Fixed: When exporting each stage of build steps, slides without lists wouldn’t end up in the export, this is now fixed
  • Improved: The selected slide is now centered in the Touch Bar so that you can see both previous and upcoming slides

New in Deckset 2.0.4 (May 5, 2018)

  • Fixed an issue where “Headers as Slide Dividers” setting produced an empty initial slide
  • Fixed an issue with slides containting code blocks sometimes requiring two clicks to move to the next slide
  • Updated the Help section

New in Deckset 2.0.3 (Apr 30, 2018)

  • Fixed issue with lists not being displayed if build lists were not enabled

New in Deckset 2.0.2 (Apr 30, 2018)

  • New: Footer appearance can now be customized
  • New: The “Headers as Slide Dividers” setting is now accessible from the Markdown file. Simply add the following to the top of your document: slide-dividers: #, ##, ###, ####
  • Improved: The “build-lists” command now also works with nested lists
  • Fixed an issue with text customization breaking slide numbers
  • Fixed an issue where code font customization would fail when no text styles were defined

New in Deckset 2.0.1 (Apr 10, 2018)

  • New: Slide number appearance can now be customized
  • New: Link appearance can now be customized
  • Updated Help section in the app
  • Fixed footer customization from Markdown file
  • Fixed crash when adding customizations on macOS 10.11
  • Fixed crash when referencing non-existing image files in Markdown
  • Removed duplicate slides from the Tables example presentation
  • Added nvalt to the list of compatible Markdown editors

New in Deckset 2.0.0 (Mar 10, 2018)

  • Customize and create your own themes:
  • If you have a great design idea for your presentation, or need to stick to a corporate brand guideline, you can now change the typeface, colors and other layout aspects.
  • Import and export themes:
  • Save your customizations as new themes and share them across computers and with your friends and co-workers.
  • Re-use existing Markdown files:
  • You can now tell Deckset to automatically start a new slide with each header, which will keep your Markdown file just as clean as purists will want it to be.

New in Deckset 1.8.5 (Mar 7, 2018)

  • Bug fixes.

New in Deckset 1.8.3 (Aug 30, 2017)

  • Fixed issues with running presentations on macOS 10.11.

New in Deckset 1.8.1 (May 23, 2017)

  • NEW: Tutorials are now accessible from the Help menu (expect more in the future!)
  • FIXED: Found and fixed a bug with the Sketchnote theme.

New in Deckset 1.8.0 (May 15, 2017)

  • NEW: Do you present code snippets? Now you can highlight specific lines so it’s easier for your audience to follow along. See “Help” for more information.
  • FIXED: Found and fixed a rare bug with empty tables and list items.
  • FIXED: In some cases, links were not clickable in exported PDFs. They are now. :)

New in Deckset 1.7.2 (Mar 30, 2017)

  • NEW: Enjoy four brand new themes!
  • NEW: Display the slide count alongside your slide numbers
  • IMPROVED: Updated syntax highlighting support
  • FIXED: Exporting presentations with build-steps is working again
  • FIXED: Preview window is now updating properly for web images
  • FIXED: Dragging images to the preview window to get the Markdown

New in Deckset 1.7.1 (Mar 18, 2017)

  • Fixed: Formulas are now displayed correctly when used in tables.
  • Fixed: Restored syntax highlighting for Javascript and HTML (it failed when using 'js' and 'html' aliases).

New in Deckset 1.7.0 (Mar 9, 2017)

  • Tada! Deckset now supports tables.
  • You can now enable or disable presentation features (e.g. autoscale, build-lists) on each slide individually.
  • Improved documentation, now available from the “Help” menu.
  • Refreshed UI, allowing for more control and ease of use.
  • Support for tabs, you can now work on multiple presentations within the same window.

New in Deckset 1.6.3 (Sep 26, 2016)

  • Ready for macOS Sierra:
  • We’ve noticed a couple of issues with the beta release of macOS Sierra, these are fixed now, just in time for the big OS update.
  • Keyboard shortcut for theme switching:
  • It’s fun to flick through themes in Deckset. Even more so now that we’ve added a keyboard shortcut: CMD+[ and CMD+].

New in Deckset 1.6.2 (Jul 11, 2016)

  • Formula support has been fully overhauled …and now comes for FREE:
  • We greatly improved how MathJax formulas are getting rendered on your slides. In fact, we were so happy with the improvements that we decided to no longer make formula support an In-App Purchase but include it with Deckset. Hope you like it!
  • All-new export options:
  • The export options used to be a little, well, sparse. But not anymore! You can now export your presentation with presenter notes, as well as export all your slides as images. Also, you can now export each stage of build steps—and there’s more to come!
  • Specify color swatch with theme selection:
  • When we introduced the possibility to specify your theme choice in Markdown, we didn’t think specifying the color swatch would be that important. But your feedback proved us otherwise. So this is now possible. It would certainly be too much to ask from you to come up with the right names for all of those colors, so you can specify them by their index, e.g. “theme: Plain Jane, 1”.
  • Improved presenter notes:
  • You can now format your presenter notes with Markdown and they get rendered accordingly in presentation mode.
  • On stage a lot:
  • Use a Bluetooth mouse? You can now use the right mouse button to go back one slide.
  • Other improvements and bug fixes:
  • We managed to track down a somewhat esoteric bug, that prevented presenter mode from working properly on certain projectors at certain resolutions. Consider this bug squashed.
  • Occasionally, links in your presentation caused Deckset to crash on export. This has been fixed.
  • We made portrait videos behave nicely.

New in Deckset 1.6.1 (May 4, 2016)

  • You can now specify a default theme by adding: "theme: theme-name" to the top of your markdown file
  • Updated Ostrich theme (with flying colors)
  • Improved syntax highlighting when presenting code blocks
  • Also resolved the following bugs:
  • Fixed issues with broken build lists with emojis
  • Fixed issues with auto-scale and large images
  • Fixed issues with invalid indent of code blocks within lists
  • Fixed issues with file links

New in Deckset 1.6.0 Build 1950 (Sep 29, 2015)

  • Five new themes:
  • ​Merriweather: A classy theme with smooth sophisticated colour ways
  • Ostrich: Condensed and round—Poster’s little brother
  • Courier: Iconic and classic typewriter feel
  • Titillium: Bold type combined with bright colours
  • Fira: Clean and readable, suited for almost every situation
  • Now Deckset has 15 amazing-looking themes that are designed to work for any audience, whether it’s a business meeting or a tech conference.

New in Deckset 1.5.0 Build 1921 (May 5, 2015)

  • Build steps: It's now easy to present bullet points one at a time. Add "build-lists: true" at the very beginning of your markdown file to turn it on.
  • Auto Scaling: In case you have to fit more content on a slide, Deckset now has an option that scales your content down to always fit. To enable it, add "autoscale: true" at the very beginning of your markdown file.
  • AppleScript additions
  • Minor tweaks and bug fixes