Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Releases: banacorn/agda-mode

v0.6.0

30 Jan 13:44
Compare
Choose a tag to compare
  • Rewrite the whole view with React/Redux, say goodbye to Vue.js
  • Allow the panel to be docked at other panes
  • Allow the panel docked at bottom to be resizable
  • Fix #34

v0.5.4

30 Jan 13:42
Compare
Choose a tag to compare
  • Handle some more cases of error
  • Text in the mini text editor is now selected by default

v0.5.3

30 Jan 13:41
Compare
Choose a tag to compare
  • Rewrite everything with TypeScript
  • Fix tons of shit with the aid of types
  • Fix #32
  • Fix #31
  • Fix #23 ?
  • Upgrade dependencies

v0.5.1

30 Jan 13:40
Compare
Choose a tag to compare
  • Fix the problem when a hole spans multiple lines (which arose from fixing #29)
  • Upgrade lodash to v4.12

v0.5.0

30 Jan 13:40
Compare
Choose a tag to compare
  • Fix #29
  • Fix hole parsing. Bangs '!' and curly brackets '}' are allowed inside a hole now
  • Default to trim spaces of an expression in a hole when giving (This is not the case in Agda 2.5.1)

v0.4.11

30 Jan 13:40
Compare
Choose a tag to compare
  • Better undo/redo
  • Add a tiny spinner for time-consuming commands

v0.4.10

30 Jan 13:40
Compare
Choose a tag to compare
  • Case splitting in lambda expressions!
  • Handles Emacs command agda2-maybe-goto

v0.4.9

30 Jan 13:40
Compare
Choose a tag to compare
  • Fix library loading for the new library management system after Agda 2.5.0
  • Fix goal components (boundary/content/index) positioning
  • Make the maximum number of rows displayed in the panel adjustable

v0.4.8

30 Jan 13:39
Compare
Choose a tag to compare

Add a new command agda-mode:solve-constraints

v0.4.7

30 Jan 13:38
Compare
Choose a tag to compare

Add a new command agda-mode:info