Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Changelog

## 1.0.0

- Initial release

## 1.0.1

- Styled the warning modal
- Made the BlockType enum full caps instead of lowercase

## 1.0.2

- Added various new blocks such as strings and math

## 1.0.3

- More blocks, such as percentage, user info, and more

## 1.0.4

- Fixed some blocks with inconsistent case

## 1.0.5

- Fixed extension naming bug
- Added more documentation
- Fixed the color: removed alpha

## 1.0.6

- Fixed menu related issues
- Added better colors
- Fixed boolean to text block
- Changed the substring block example

## 1.0.7

- Lots of new reporters, commands, and a few loop blocks
- Added more documentation
- Fixed bugs related to the for loop block

## 1.0.8

- Clarified warning screen
- Removed legacy labels
- Added more blocks
- Fixed some modal styles

## 1.0.9

- Fix the console blocks
- Add more blocks and a block counter
- Fix localstorage blocks
- Add developer tools

## 1.1.0

- Added more blocks, and the Omni-reporter block
- Fixed some bugs
- Modularized the extension: split into multiple files
- Fix some issues related to block handling
- Reformat code
- Remove unnecessary blocks
- Add and then revert "Don't Show Again" option on modal
- Added Unicode category

## 1.1.1

- Redid the VM finder
- Added BigNum category
- Cleaned up some logging from earlier versions

## 1.1.2

- Labeled categories
- Fixed format number block
- Added more blocks

## 1.1.3

- Added view mode for the modal
- Added more to the warning modal, for example a message to project developers
- Added a "ScratchJS Enabled" block

## 1.1.4

- Updated extension tutorial
- Addon support
- Some more blocks
- Fixed a few bugs and improved stability

## 1.1.5

- Added variables category
- Added VariableManager class for variable management
Loading