Releases: machitgarha/parvaj
Releases · machitgarha/parvaj
0.5.2
0.5.2-rc.1
Disable intl extension when compiling PHP for AppImage bundle For AppImage size reduction. The extension is not a requirement.
0.5.1
Removed
- Support for GHDL v2 and v3. Support for major GHDL releases should be added explicitly, as they might be breaking changes.
Fixed
- Fix manually setting
ghdl.version
to0
. - Fix GHDL v1 compatibility (using removed
-o
option, which should be used only for GHDL v1.0-dev or v0 only).
Changed
- Improve documentation.
0.5.0
Added
- Add
gtkwave.cmdline
config as Gtkwave invocation command. - Add the ability to unset a config via setting it to an empty string (e.g.
parvaj config gtkwave.cmdline ""
).
Fixed
- Fix cache building for multiple projects.
- Fix creating config directory when not exists.
0.5.0-rc.1
Update documentation to cover new config command
0.5.0-beta.1
Add gtkwave.cmdline config key for setting Gtkwave invocation command This should be useful for some Mac users where Gtkwave cannot be invoked directly.
0.4.0
Added
- Automatic detection of GHDL version, and automatic invocation of GHDL based on it. Previously, you had to use
--no-o
simulation option when GHDL version was 0. - Add
config
command for setting and getting options. - Add
ghdl.version
configuration option for GHDL version. You can set it manually, however, not required (if not provided, it will be auto-detected on the firstsimulate
command invocation).
Fixed
- Fix some PHP 8.0 compatibility problems.
- Fix AppImage bundle not being able to run in Docker containers.
Changed
- Improve performance of opening Gtkwave when using VCD waveform type.
- Improve error output.
0.4.0-rc.3
Use Box 3.16.0 to be compatible with PHP 8.0.28 Intead of previously Box 4.*.*.
0.4.0-rc.2
Fix Phar file not being built in CI Phive was not able to verify the GPG key of Box, because it required user interaction to import the key explicitly. Set Phive to trust the key automatically.
0.4.0-rc.1
Fake PHP version to 8.0.28 in composer.json, bump version Update Composer dependencies due to recent change. Also update GitHub build CI's PHP version to 8.0.28 (from 8.0.19).