Skip to content

Releases: centaurialpha/pireal

Pireal v3.1.0 available!

11 Apr 16:02
Compare
Choose a tag to compare

Changelog

  • feature: new Makefile
  • feature: new CI
  • refactor: new Start Page (no QML)
  • fix: translations and menu actions
  • feat: replace QML ListView by QListView with custom delegate
  • feat: settings dialog
  • feat: new settings manager
  • refactor: rename src by package name
  • feature: add thread to check updates
  • fix: set Qt.AA_EnableHighDpiScaling before QApplication is created
  • feature: dark mode
  • fix: font for platform
  • feat: add Font Awesome icon/font application
  • refactor: better and more tests
  • refactor: module names and better fs
  • feat: add own ordered set implementation
  • feat: custom status bar
  • fix: use QInputDialog in custom header
  • feature: add translations eng/es
  • fix color in null items
  • fix: now ordered set has setitem for updates
  • fix: encoding when open file
  • fix: add pireal.spec for PyInstaller
  • feature: add script to build binary and generate installer
  • deploy: add install script to create shortcuts after installation

Pireal 3.0 is out!

24 May 19:44
678ae69
Compare
Choose a tag to compare

Pireal 2.0.2 is available!

30 Mar 06:53
Compare
Choose a tag to compare

Changelog

  • New interpreter. Includes Scanner, Lexer and Parser. See Interpreter.
  • Now you can work with dates and times natively.
query_1 := select date > '01/01/1991' (dates);
  • Improved GUI with QtQuick Controls.
  • Support for the operations of: Left, Right and Full Outer Join.
query_1 := employee louter salary;
query_2 := employee router salary;
query_3 := employee fouter salary;
  • Improved data management with Model/View/Delegate pattern.

Pireal 1.0.2

17 Apr 00:48
Compare
Choose a tag to compare
  • Support date type
  • Undock Editor
  • Execute queries selection
  • Check updates on startup
  • Improve about dialog
  • Report issue action
  • Fixed text codec on Windows