Releases: R167/int-ipa
Release v0.7.1
0.7.1 - 2022-10-15
Added
- Type/Listen page have been unified
- Ability to specify a list of allowed ipa symbols for a task
Changed
- Rewrote the IPAInput cursor position handling
- Cleaned up assorted imports
Fixed
- Random scrolling on ipa keyboard typing
- Fixed GH actions... again.
0.7.0-beta.2 - 2022-04-04
Added
- Listen element now supports displaying the video
- Internally, lots of tweaks to the base set of playable files
- Lots of minor cleanup
Fixed
- Release script no longer crashes with an old version of Node
0.7.0-beta.1 - 2022-04-04
Fixed
- Builds complete properly again
0.7.0-beta - 2022-04-04
Added
- (beta) New keyboard for playing sounds from IPA by clicking
Changed
- Updated to Typescript 4.4
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.7.0-beta.2
0.7.0-beta.2 - 2022-04-04
Added
- Listen element now supports displaying the video
- Internally, lots of tweaks to the base set of playable files
- Lots of minor cleanup
Fixed
- Release script no longer crashes with an old version of Node
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.7.0-beta.1
0.7.0-beta.1 - 2022-04-04
Fixed
- Builds complete properly again
0.7.0-beta - 2022-04-04
Added
- (beta) New keyboard for playing sounds from IPA by clicking
Changed
- Updated to Typescript 4.4
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.6.1
0.6.1 - 2021-08-29
Added
- Added optional
HINT
key as special case in segments list which displays after getting that segment wrong 5+ times
Changed
- Began using Keep a Changelog format
theme_color
is now responsive and set to same as nav bar- Upgraded typescript and several other minor packages
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.6.0
v0.6.0
- (Internal) switch to yarn berry (yarn v2) for installation/package management
- Revamp release mechanism (again...)
- Update github actions to work with new yarn version
- Dependency updates
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.5.3
v0.5.3
- Fixed changelog
- Add changelog check to version bump
v0.5.2 (forgot changelog)
- Update examples
- Fix bug where sounds on relative assets didn't work
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.5.1
v0.5.1
- Minor tweaks to the example assignment1
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.5.0
v0.5.0
- Links now work correctly for Markdown
- Homepage content set in
manifest.yaml
- Clarify versioning scheme
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.4.0
v0.4.0
- Allowing remote file loading is now optional under
REACT_APP_ALLOW_REMOTE
- Disabled by default in production
- Option to use browser router instead of hash router with
REACT_APP_ROUTER=browser
- Move
/type
to/keyboard
(includes redirect) - Internal improvements
- Added more documentation
- Hosted version is now at https://ipa.wdurand.com/
- Added footer with copyright information
The absolute assets file must be hosted at the root of a domain.
The relative assets may be hosted at any path (this is usually the one you want).
Release v0.3.2
Minor fixes