Skip to content

Releases: machitgarha/parvaj

0.5.2

28 Apr 02:41
2958f18
Compare
Choose a tag to compare

Changed

  • Reduce AppImage bundle size by 1/4 (from 17.8 MB to about 4.8 MB)!

0.5.2-rc.1

28 Apr 02:32
4b0c662
Compare
Choose a tag to compare
0.5.2-rc.1 Pre-release
Pre-release
Disable intl extension when compiling PHP for AppImage bundle

For AppImage size reduction. The extension is not a requirement.

0.5.1

25 Apr 20:31
7d1985b
Compare
Choose a tag to compare

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 to 0.
  • 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

14 Apr 12:16
428cf80
Compare
Choose a tag to compare

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

11 Apr 12:36
6dd24a5
Compare
Choose a tag to compare
0.5.0-rc.1 Pre-release
Pre-release
Update documentation to cover new config command

0.5.0-beta.1

10 Apr 15:15
3c91ec6
Compare
Choose a tag to compare
0.5.0-beta.1 Pre-release
Pre-release
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

01 Apr 16:33
973f3f3
Compare
Choose a tag to compare

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 first simulate 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

01 Apr 15:26
ce31db9
Compare
Choose a tag to compare
0.4.0-rc.3 Pre-release
Pre-release
Use Box 3.16.0 to be compatible with PHP 8.0.28

Intead of previously Box 4.*.*.

0.4.0-rc.2

01 Apr 12:46
e54b270
Compare
Choose a tag to compare
0.4.0-rc.2 Pre-release
Pre-release
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

31 Mar 19:38
b61c3a5
Compare
Choose a tag to compare
0.4.0-rc.1 Pre-release
Pre-release
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).