Skip to content

0.6

Compare
Choose a tag to compare
@ijprest ijprest released this 07 Aug 03:50
· 454 commits to master since this release

_Version 0.6:_ Oct 13, 2013

  • Can now SAVE a copy of your layout to the server
    • You get a nice, shortened URL to use to retrieve your layout later.
    • All layouts are public... if somebody has the link, they can view your
      layout.
    • Also, there isn't too much security... it would be technically possible
      for someone to upload a "blank" layout over top of an existing layout
      (provided they had the link)... however I've got versioning enabled on
      the server, so if this every happens to you, I can probably retrieve your
      old layout.
    • I reserve the right to occasionally purge layouts, so I recommend you
      maintain a bookmark of the permalink to anything important, just in case.
      (I'm only likely to do this if it looks like there was some sort of attack
      on the server, or other form of abuse, and would try to only delete
      layouts that didn't look "finished". But still... backups are
      recommended.)
  • Added the ability to "ghost" a keycap:
    • Ghosted keys are dimmed out.
    • This is useful for drawing attention to the unghosted keys, while still
      presenting them in context.
  • Added copy/paste support:
    • Unfortunately, the browser does not expose the clipboard to web-pages in
      any useful manner...
    • There are a few workarounds I could pursue using Flash applets and such,
      but they have their own limitations (in addition to requiring Flash).
      I've got my eye out for other suitable workarounds, but until then... the
      cut/paste is internal to the current instance of the editor (you can't,
      e.g., copy from one instance and paste into another).
  • Added a warning if you try to navigate away from the editor without having
    saved your work.
  • Added some very-crudely sampled GMK color swatches (from sherryton's photo).
  • Plus, the usual smattering of bug-fixes.