Releases: grafov/go-playground
Releases · grafov/go-playground
A little usability improvement :) - 2022
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
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
- @robpallotta made their first contribution in #14
- @guseggert made their first contribution in #18
- @s-kostyaev made their first contribution in #20
- @jimeh made their first contribution in #21
Full Changelog: v1.7.1...v1.8.0
2020 Winter Holidays
Apply custom arguments to compile
With go-playground-cmd
you can provide custom arguments that applied to the compile
. Try it with Alt-Return
.
Small fixes and optimizations
v1.3 Fix wrong check on program exec.
Optionally ask confirmation before snippet delete
- 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.
It is ready for live.
- All major functions done.
- Documentation done.