Skip to content

Releases: grafov/go-playground

A little usability improvement :) - 2022

27 Nov 13:44
e70aeb1
Compare
Choose a tag to compare

Just print in a template commands for snippet removing and uploading as elisp
commands in braces. So you could move to end of command and press
C-x-e for fastly execute the command without key binding. Usability
rules! :)

2022 fixes and small improvements

26 Nov 19:58
41a05ad
Compare
Choose a tag to compare

What's Changed

  • Fix a bug where starting a playground would change current directory by @robpallotta in #14
  • Add go-playground-pre-rm-hook by @guseggert in #18
  • add autoload to minor mode definition by @s-kostyaev in #20
  • fix: go-playground-upload not working in playground snippet buffers by @jimeh in #21

New Contributors

Full Changelog: v1.7.1...v1.8.0

2020 Winter Holidays

06 Jan 16:26
Compare
Choose a tag to compare
  • Bugfixes for #10 and #16 by @vconcat
  • Add "project contributors" to the copyright line.

Just thank all who contributed the code to the project! Happy new year! 🎄

Apply custom arguments to compile

25 Jun 18:54
Compare
Choose a tag to compare

With go-playground-cmd you can provide custom arguments that applied to the compile. Try it with Alt-Return.

Small fixes and optimizations

26 Jan 20:42
Compare
Choose a tag to compare
v1.3

Fix wrong check on program exec.

Optionally ask confirmation before snippet delete

16 Dec 19:47
Compare
Choose a tag to compare
  • Refs #6. Introduced confirmation variable go-playground-confirm-deletion set to true by default. Switch it off for return old behaviour.
  • Shorter a bit var name so now it is go-playground-ask-filename.

Fix the bug with removing non snippet files.

16 Dec 10:27
Compare
Choose a tag to compare

Fixes #6 by @tevino: Please delete only playground files.

No API changes. Update recommended!

It is ready for live.

04 Dec 02:00
Compare
Choose a tag to compare
  • All major functions done.
  • Documentation done.