mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-05 14:30:03 +01:00
4.9 KiB
4.9 KiB
Changelog
[1.6] - 2024 - 02 - 18
- updated code editor to cm6
- still not working: dice button
[1.5.3] - 2023 - 02 - 19
- fixed error reporting
- removed devtools
[1.5.2] - 2023 - 02 - 10
- updated upload text, removed default
[1.5.1] - 2023 - 07 - 19
Added
- extension loader
Changed
- refactored some event names
- separated stores by functionality
[1.5.0] - 2023 - 07 - 14
- switch to ES6 syntax
- working with vite bundler. KNOWN BUG/CHANGE: editor now requires
const n = 4instead ofn=4this breaks some examples
Fixed
- global eval working again when switched to
window.evalinstead ofeval
[1.4.3] - 2024 - 02-09
Changed
- updated text for uploading to gallery
[1.4.1] - 2023 - 07-13
Added
- showCode=false url parameter working again
[1.4.1] - 2023 - 07-05
Added
- id
hydra-canvasto hydra canvas element - exposed running hydra instance as
hydraSynth
[1.4.0] - 2023 - 07-35
- this repo now only contains the frontend code for hydra web editor. for backend code, see: https://github.com/hydra-synth/hydra-server
Added
- Chinese translation
[1.4.0] - 2023 - 06-08
- refactored and streamlined webRTC signalling server
- use socketIds for signalling rather than client-generated Ids
- webrtc working locally without using certificates -- should make it easier to develop locally
[1.3.11] - 2023-06-05
Changed
- removed https and certificate-loading code; ideally this should be handled by the nginx server
[1.3.10] - 2023-06-04
- disabled all gallery-related code, hopefully will help editor crashing
[1.3.9] - 2023-05-30
Added
- documentation for self-generating certificates
Fixed
- import/export resolution
[1.3.8] - 2022-06-11
Added
- Indonesian and Brazillian portuguese translation
Fixes
- layout wrapping with lots of languages
[1.3.7] - 2022-05-23
Added
- Arabic translation
- rtl text for arabic
Changed
- relative URLS for submodules
- filtered @ symbol from twitter uploads
[1.3.6] - 2022-04-27
Fixed
- re-added cc licensing info to example sketches
Added
- spanish translation
[1.3.5] - 2022-04-14
Added
- url parameters for updating translation: l10n-url and l10n-lang
[1.3.4] - 2022-04-11
Fixed
- fixed audio canvas showing
- patch bay working
[1.3.3] - 2022-04-07
- fixed share screen
[1.3.2] - 2022-03-21
Added
- japanese translation
[1.3.1] - 2022-03-05
Added
- path to hydra garden
- internationalization of info window and toolbar
- header for selecting language
[1.3.0] - 2022-02-11
Changed
- large refactor to use choo + modules
[1.2.15] - 2022-02-09
Added
- added api and docs as submodules in folder /frontend
- server enpoint for '/api' and '/docs' referring to function documentation
- added instructions for cloning submodules
Changed
- subfolders for different frontend endpoints in 'frontend'
- removed unused 'backend/app' files
- less unnecessary server logging
[1.2.14] - 2022-01-25
Changed
- Editor easier to scroll
- saving screenshot also saves code
- separate keymaps file
- updated hydra-synth
Fixed
show-code=falsein URL correctly hides all elements- async no longer added to gallery sketches
[1.2.14] - 2022-01-09
Changed
- restructured repo to contain frontend and backend subfolders
- removed extraneous/unused files
[1.2.13] - 2021-12-19
Changed
- removed all keymaps based on arrow keys
[1.2.12] - 2021-12-13
- bundle size optimizations: removed prettier and added js-beautify
- loaded p5js separately
[1.2.11] - 2021-12-13
Changed
- switched keymaps: ctrl+left and right arrow uses default editor behavior, ctrl+shift + arrow keys cycle between previous sketches
- removed old forum link
[1.2.10] - 2021-10-28
Fixed
- code with trailing comments now evaluates
- error loggin in on-screen console now shows up
[1.2.9] - 2021-10-26
Added
- Added load script function
- added README examples of loading script
Changed
- updated prettier formatting
Changed
- updated screen capture info in readme
[1.2.8] - 2021-10-26
Changed
- updated to latest version of hydra synth
- removed extra log statements
[1.2.7] - 2021-02-28
Changed
- Updated p5.js
[1.2.6] - 2021-02-28
Changed
- Saved Mutator updates into URL state
[1.2.5] - 2021-02-13
Changed
- Updated Mutator by Jamie Fenton
[1.2.4] - 2020-04-27
Fixed
- Initial example loading
- pb.setStream()
[1.2.3] - 2020-04-26
Added
- Added new examples
Changed
- does not load code to url when found in database
[1.2.2] - 2020-04-26
Changed
- checks whether is ios in order to specify precision value
- resolution independent of browser zoom level
- code not repeated at bottom
[1.2.1] - 2020-04-14
Added
- Changelog
- Run button
- Code reloaded on url change
- Code is saved on Ctrl+shift+enter
- Code flash for Ctrl+shift+enter