Skip to content

Releases: GIBIS-UNIFESP/wiRedPanda

WiRedPanda 4.1.3

12 Sep 16:17
Compare
Choose a tag to compare
  • Fixed bug in waveform generation
  • Fixed regression in save message box
  • Fixed scrolling in Dolphin
  • Changed Dolphin headers to start at 1 instead of 0

WiRedPanda 4.1.2

11 Sep 19:46
Compare
Choose a tag to compare
  • Fixed regression on multi-item selection
  • Fixed regression in waveform
  • Decreased size of cells in waveform

WiRedPanda 4.1.1

06 Sep 17:41
Compare
Choose a tag to compare

Fixed and improved scene resizing

WiRedPanda 4.1.0

04 Sep 20:13
Compare
Choose a tag to compare

NOTE: files from older versions may appear rotated
NOTE: files saved in this version are not compatible with older versions but older files are compatible

  • Changed binary name from wpanda to wiredpanda
  • Fixed missing icon on taskbar
  • Changed minimum Qt version to 5.12
  • Fixed compilation with MSVC
  • Fixed compilation with Qt6
  • Added Rotary element
  • Added colors to Display element
  • Added Line and Text elements
  • Added option to change multiple input values at the element editor
  • Added option to lock input values
  • New IC icon
  • Align ports to grid
  • Fixed clock frequency
  • Allow rotating ports of non-rotatable elements
  • Added priorities to elements. Priorities allow to desambiguate the update order inside loops
  • Circuits now open on tabs
  • Double clicking IC opens it in a new tab
  • Fixed dark theme
  • Verbosity can be changed at runtime
  • Fixed running on Windows terminal
  • Simulation pauses when screen loses focus
  • Allow opening waveform on unsaved circuits
  • Made waveform easier to see
  • Highlight ports/connections of selected element
  • Highlight selected elements in Dolphin
  • Selecting a skin will copy the image to the current circuit folder
  • Updated translation

And many small bug fixes

wiRed Panda 4.0.1

28 Jul 06:16
Compare
Choose a tag to compare
wiRed Panda 4.0.1 Pre-release
Pre-release

Adds priority to elements.
This allows to choose the order to update elements within a loop.
Very important for asynchronous flip-flop reset.

WiRedPanda 4.0

13 Jul 21:33
Compare
Choose a tag to compare
WiRedPanda 4.0 Pre-release
Pre-release

Improvements:

  • Major bug correction in simulation.
  • Now, project must be saved to simulate and use ICs. ICs and skins must be in the same folder. That is good to avoid missing links.
  • Graphics improvements in port positioning, element and wire selection.
  • Added command-line validation of waveform for autocorrection of tasks.

Wired Panda v3.0.1

21 Jun 15:32
Compare
Choose a tag to compare
GitHub Actions: revert to using QMake

Wired Panda v3.0.0

15 Dec 18:35
Compare
Choose a tag to compare

This new version of Wired Panda adds:

  • beWaved Dolphin!
    • A brand new waveform simulator
    • Also simulates sequential circuits
    • Offers waveform editing
    • Can save waveforms, export them to PDF/PNG
    • Many visualization tools
  • New command-line options (run with the -h flag for more information)
  • Code improvements

Release update: fixes a bug in opening autosaves
Release update 2: fixes a bug in opening integrated circuits

Note: macOS users need a local installation of Qt 5.15.1+.
You can install Qt with Homebrew.
brew install qt

Wired Panda v2.7.0

19 Nov 03:20
Compare
Choose a tag to compare

New in this version:

  • The ability to save projects with dependencies (such as external boxes) as a single local project;

  • Adds a new option to change the icons of all elements and ports;

  • WiredPanda can now recover an autosave after the program closes incorrectly (due to crashing, computer shutdown, etc.);

  • Fixes a crash caused by deleting input elements through the Undo command (Ctrl + Z);

  • Other small performance and memory-safety related improvements;

  • Bumps the minimum Qt version needed to build the project.

Note: the macOS version is not statically linked, meaning that Qt5 is needed as a dependency. If Homebrew is installed, Qt can be installed with

brew install qt

Please relate any bugs on our Issues page.

Em português

Novo nesta versão:

  • A possibilidade de salvar projetos com dependências (tais como caixas externas) como um único projeto local;

  • Uma nova opção de mudar os ícones de todos os elementos e portas lógicas;

  • O programa agora consegue recuperar um autosave caso o WiredPanda se encerre de maneira indevida (crash, desligamento do computador, etc.);

  • Conserta um crash causado ao deletar elementos através do comando Undo (Ctrl + Z);

  • Pequenas melhorias de performance e segurança de memória;

  • Aumenta a versão mínima do Qt necessária para compilar o projeto.

Aviso: a versão de macOS não inclui suas dependências, portanto é necessário instalar o Qt5. Se o Homebrew estiver disponível, o Qt pode ser instalado com:

brew install qt

Caso encontre algum erro (ou tenha uma sugestão de melhoria), por favor abra um issue na nossa página de Issues.

Wired Panda v2.6.2

04 Nov 00:15
Compare
Choose a tag to compare

Version v2.6.2 fixes a crash that could be caused by deleting elements. This bug was known to affect Wired Panda as far back as version 2.5.1.

Note: do not remove wpanda.exe out from its directory.

On macOS, Qt must be installed manually through brew install qt.

All binaries here linked were built by GitHub Actions in this run.