Skip to content

Commit

Permalink
chore: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Apr 26, 2024
1 parent 1c637cf commit af3f8de
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2024-04-26

### New Features

* Support for Renardo (Foxdot fork)
* web: Sandbox web languages using iframes
* web: Toggle line numbers with <kbd>Shift</kbd>-<kbd>Ctrl</kbd>-<kbd>W</kbd>
and linewrap with <kbd>Shift</kbd>-<kbd>Ctrl</kbd>-<kbd>W</kbd>.
* web(strudel): Code highlighting

### Bugfixes

* repl: Use `sardine` instead of `fishery` when running Sardine REPL
* web(hydra): Use correct canvas size by default + pixelated image rendering
* web(strudel): Misc fixse
* Lots of name clashing between hydra, strudel and mercury-web were solved with
language sandboxes.

## [1.1.1] - 2024-01-29

### Bugfixes
Expand Down

0 comments on commit af3f8de

Please sign in to comment.