BF2042 Portal Extensions version history - 5 versions
BF2042 Portal Extensions by Lennard Fonteijn
BF2042 Portal Extensions version history - 5 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.0.0
Released May 3, 2023 - 120.56 KBWorks with firefox 48.0 and laterAs of v2.0.0 the extension is purposely split into a Browser Extension with minimal functionality and a Web Extension that does the rest as described below. The Browser Extension will load a Web Extension of your choice, which in turn is also responsible for managing plugins. The recommended Web Extension comes with a default Plugin Manager. In order to load additional plugins, you can open the Plugin Manager by right-clicking a Blockly workspace and going into Options > Plugin Manager.Source code released under GNU General Public License v3.0 only
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.1.0
Released Nov 9, 2022 - 129.89 KBWorks with firefox 48.0 and laterChanges:
- Changed version to 1.1.0 because this update could technically break existing plugins
- Added multi-selection support for toggling comments, inputs and expanding/collapsing
- Added much faster way of finding all possible blocks
- Added support for variables in exported/copied blocks
- Added colored icons blocks in the right-click
- Fixed issue where shift-clicking wouldn't always work
- Fixed issue with missing images in exported SVG
- Fixed multi-selection not deselecting when right-clicking a block
- Moved almost all context menu items to an "Options" sub-menu
- Removed "PNG (Clipboard)" option when the browser does not support copying blob data to clipboard
- Removed possibility to export to JSON, because it was in no way better than the XML version.Source code released under GNU General Public License v3.0 only
Version 1.0.7
Released Nov 28, 2021 - 125.06 KBWorks with firefox 48.0 and laterSource code released under GNU General Public License v3.0 only
Version 1.0.6
Released Nov 23, 2021 - 16.81 KBWorks with firefox 48.0 and laterChanges:
- Added support for exporting to SVG and PNG
- Added support for multiple selection of blocks by holding SHIFT
-- Multiple selections can be dragged as one
-- Multiple selections can be exported to SVG and PNG
-- Multiple selections can be copied to and pasted from clipboard
- Fixed a Firefox bug related to clipboard access
- Fixed a bug where the "Jump to Subroutine" action always showedSource code released under GNU General Public License v3.0 only
Version 1.0.5
Released Nov 21, 2021 - 14.66 KBWorks with firefox 48.0 and laterChanges:
- Added experimental "Add Blocks" contextmenu based on the toolbox
- Added support for collapsing/expanding all blocks at once
- Added support for toggling distraction-free mode
- Added support for jumping to an associated subroutine
- Added support for importing/exporting all blocks and variables to/from JSONSource code released under All Rights Reserved