Skip to content

Releases: machitgarha/parvaj

0.4.0-beta.1

29 Mar 19:47
91c0ccf
Compare
Choose a tag to compare
0.4.0-beta.1 Pre-release
Pre-release
Add GHDL version auto-detection when not set for the first run

0.4.0-alpha.1

28 Mar 19:49
3289df5
Compare
Choose a tag to compare
0.4.0-alpha.1 Pre-release
Pre-release
Add -o option to gtkwave invocation when waveform type is VCD

It optimizes things out, and it's specially useful for large and
complex projects.

0.3.3-alpha.1

22 May 10:38
322539f
Compare
Choose a tag to compare
0.3.3-alpha.1 Pre-release
Pre-release
Update PHP version from 8.0.17 to 8.0.19

0.3.2

05 Apr 13:25
f3dafb6
Compare
Choose a tag to compare

Fixed

  • Fix the AppImage version not loading due to bundling of Glibc and compatibility libraries.

0.3.2-rc.4

05 Apr 13:07
c2a8bd2
Compare
Choose a tag to compare
0.3.2-rc.4 Pre-release
Pre-release
Fix a missing ! is build.sh :(, bump version to 0.3.2.-rc.4

0.3.2-rc.3

05 Apr 12:57
7d7a25f
Compare
Choose a tag to compare
0.3.2-rc.3 Pre-release
Pre-release
Make GitHub Actions CI workflow trigger on pushing tags

Bump version to 0.3.2-rc.3.

0.3.2-rc.2

05 Apr 11:05
6f8d792
Compare
Choose a tag to compare
0.3.2-rc.2 Pre-release
Pre-release
Bundle PHP shared libraries just before stripping the PHP binary

Because after stripping, symbols get removed and ldd command might
not work properly.

0.3.2-rc.1

05 Apr 10:23
f0a6a11
Compare
Choose a tag to compare
0.3.2-rc.1 Pre-release
Pre-release
Bump version to 0.3.2-rc.1

0.3.1

03 Apr 14:07
765c535
Compare
Choose a tag to compare

Note: The AppImage bundle of this version seems to be broken. Do NOT use it!

Changed

  • AppImage bundle size reduction by 2/3. In the previous release, it was about 29MB, as of now it should be less than 20MB!

Fixed

  • Change a cache key causing Symfony to complain about usage of restricted characters (backward-compatible).

0.3.0

02 Apr 23:33
047e3b6
Compare
Choose a tag to compare

Added

  • New distribution formats: AppImage and Phar files. The AppImage is JIT-enabled.
  • All dependencies are scanned without filename restriction, i.e. file names must not be tied to unit (e.g. entity) names. Use a cache mechanism for performance and being smart, also.
  • Improve --option usage by adding -o shortcut for it and change its format. E.g. instead of using --option='--stop-time=3ns', you do -o stop-time=3ns. Saves a bunch of writings.

Changed

  • Default waveform format is now vcd instead of ghw, which is kind of more standard (but also bigger in size).
  • The --waveform option is now case-insensitive.
  • Waveform files are now saved in the workdir (i.e. specified with --workdir), not next to the source files.

Removed

  • Command create-entity is no longer available.

Other

  • Update the minimum required PHP version to 8.0.0. This should be a non-issue for AppImage users.
  • Remove deprecated dependencies like Webmozart PathUtil, update composer.json.
  • Update documentation, improve readme drastically.