Releases: reckel-jm/cantara
Cantara V. 2.6.1 beta: Bug fixes and dark mode for windows
- This is the beta version of a minor release consisting of a bug fix (thanks to @donin1129). It includes #27
- Dark mode for Windows has been implemented. If Windows is set to darkmode, Cantara will be likewise.
Please test the release and report any bugs or issues. Thank you!
Version 2.6.0
- Migrate to bgrabitmap for better handling and displaying of the presentation slides. In the future, further text effects like shadows etc. can be easily implemented.
- Redesign the multi screen presentation controller: In addition to the songs, every slide with content is listed and can be selected directly.
- Context menu of presentation window: Fullscreen and ending of presentation is now also selectable with that menu.
- Minor improvements of the song editor and full text search.
- Add "Select all Songs" under File menu in song selection.
- Bugfix: Wrong display of presentation when no specific font has been selected #24
- Bugfix: Drag and Drop exception in song selection window
- Bugfix: Wrong escaping of special characters in pptx-export
- A lot of minor bugfixes and corrections
- Translation update
Version 2.6.0 RC
Version 2.6.0 is the pre-release for the upcoming version 2.6.0. Although it is still considered to run stable, please use it with care and report bugs/issues.
Changes/Bugfixes since version 2.5.1.
- Migrate to bgrabitmap for better handling and displaying of the presentation slides. In the future, further text effects like shadows etc. can be easily implemented.
- Redesign the multi screen presentation controller: In addition to the songs, every slide with content is listed and can be selected directly.
- Context menu of presentation window: Fullscreen and ending of presentation is now also selectable with that menu.
- Minor improvements of the song editor and full text search
- Add "Select all Songs" under File menu in song selection.
- Bugfixes:
- #24
- Drag and Drop exception in song selection window
- Wrong escaping of special characters in pptx-export
Version 2.5.0
Version 2.5.0
This version brings some major improvements as the function to export source code as pptx file. In addition, it comes with a large rewrite of code, bugfixes and much more...
Improvements/Bugfixes
- Complete rewriting of large parts of the source code including the internal structures for generating and painting presentation slides
- Improvement of the presentation layout
- Improvement of the song editor
- Implementation of a preview of the presentation in the settings menu
- Implementation of slide export to pptx (using PptxgenJs)
- Implementation of slide export to pictures
- Implementation of song lyrics export to markup text files
- Implementation of a full text search for browsing song lyrics
- Implementation of a two language song presentation
- Improvements of the presentation window and control (more keys and remote controls are supported)
- Fix issue #17
- Cantara can now be directly opened with a
.songtex
-file.
Version 2.4.1: Italian and Spanish translation
The version 2.4.1. adds Italian and Spanish translation to Cantara. Despite that, there is no additional functionality compared to Version 2.4.0 which means that if you are not using one of the languages, you don't necessarily need to update to this version.
Thank you to the translators!
- The Italian translation has been provided by @albanobattistella
- The Spanish translation has been provided by @haggen88
Thank you for the effort!
Version 2.4.0: Song Editor, Automatic Slide Pagebreak, Bugfixes
Version 2.4 is finally there! Beside new features, it also brings a lot of bug fixes. See the list below for details.
Improvements/Enhancements
- A new editor has been implemented which allows editing of the songs, converting CCLI songs into the song format, creating new songs, archiving them and cloning them (e.g. for different versions).
- A welcome assistant will guide new users after the first start of Cantara to setup and understand the program.
- Cantara can automatically break long slides into two pages if configured in the settings.
- The newly implemented SongTeX file format allows to export songs slides with the song lyrics and the order.
Bug Fixes
- Floating point errors when no background picture was selected
- Loading the slides took a long time if a background was selected
Version 2.4.0 beta: Song Editor, Welcome Dialog, Bug Fixes
Version 2.4.0 brings some major enhancements and bug fixes. Please note that the current state is still Beta. While it should work stable for most of the time, errors and bugs might occur. Feel free to report them as an issue.
Enhancements:
- Editor for creating, editing, archivating, cloning and converting song files inside Cantara
- Song selections can be exported with the songlyrics within and also imported into Cantara. For that, a new file format (SongTeX) has been implemented. The imported songs will be automatically added to the repository if necessary. This solves issue #7.
- A setup assistent will help with the basic configuration of Cantara when started for the first time.
Bug Fixes:
- Loading a presentation with background image took a long time, this is solved now.
Testing
Please feel free to test this release. Windows users can download the exe-file and install the program. For Linux users, snap is recommended:
snap install --beta cantara
If you use Pacman
as your package manager (Arch Linux, Manjaro, etc.), you can also use the prebuilt cantara-2.4.0beta-1-x86_64.pkg.tar.zst
:
wget https://github.com/reckel-jm/cantara/releases/download/v2.4.0beta/cantara-2.4.0beta-1-x86_64.pkg.tar.zst
sudo pacman -U cantara-2.4.0beta-1-x86_64.pkg.tar.zst
Version 2.3.2: traditional Chinese translation, Flatpak generation support
Version 2.3.2. brings two minor but very useful improvements:
- Thanks to @primores-resugendi, a translation for traditional Chinese has been added.
- Thanks to @freundTech, the repository and program is now ready to be published as a flatpak.
Version 2.3.1: Support for background images, bug fixes
Release of Version 2.3.1.
Improvements
- Version 2.3.1 brings support for background images. These can be adjusted and made transparent (towards the background color) or brighter.
Bug Fixes
- fix of spell mistake in CCLI license tag. It now
ccli-licensenumber
- complete German translation
Version 2.3: Support for CCLI Song Format and Metadata
After testing and further development, version 2.3 can be released.
Improvements:
- Support of the CCLI songselect format
- Support for Metadata which can be displayed dynamically during the song
- Improvements in source code
- Preparations for further development in source code, abstractions
- Bugfixes in displaying the songs
As always, I am looking forward to feedback, suggestions and bug reports.
Thank you!