Changes in 0.74.3:
* Fix issue with broken links on move page
* Fix bug in copy-paste
* Fix bug on move page for existing textbuffer
* Fix bug with saving of notebook editable state
* Fix for error while loading plugins
* Fix issue with stray unicode character
* Fix issue to allow relative document root
* Fix hack for rendering sourceview blocks
* Add mnemonic keys to open sidepane tabs
* Add links and screenshot to macOS app & update README information
* Improve inline rendering of equations & make image DPI confingurable
* Add box drawing characters to symbols list
* Scroll on moving lines with linesorter plugin
* Move floating table of contents to overlay layer
Changes in 0.74.2:
* Let Toolbar plugin also remove window decoration
* Fix execution of custom tools from Toolbar
* Add plugin "view" items to Toolbar plugin
* Make drag&drop optional in the pageindex
* Add option to toggle tooltips for index panes
* Fix Zeitgeist plugin to work with Gtk3 branch
* Improve dialog feedback for invalid input
* Fix error on cancel insert dialog
* Let exceptions not block search
* Make page parser robust for empty files
Changes in 0.74.1:
* Add preference to hide edit bar
* Add separate parameter for wrapped lines linespacing
* Fix behavior of copying images on copy-paste
* Fix export of anchors to make valid HTML tags
* Fix storing of uistate for window panes
* Fix issues for "file:/path" file URIs
* Fix bug in "copy link"
* Make clipboard handling robust for non-local file URI
* Fix issue with escaping in find input
* Fix behavior of TrashDialog on error
* Remove string literal formatting syntax
Patch by Caspar Schutijser, thank you!
benno@ (maintainer): I'm fine with it
2.4.18:
This release just fixes audio on Windows.
2.4.16:
This release primarily fixes a bug that I introduced in 2.4.14 that
corrupted replay file headers. This release reverts that change, and
can also read the corrupted header for replays made with the bad
code.
2.4.20:
This release added several new functions/events to the bzfs API and
reorganized the client menus to improve usability. It also adjusts
some default options, such as radar size, to improve the new user
experience.
2.4.22:
This release fixes several issues with SDL 2 window management. This
fixed a lot of edge cases, mainly with macOS and Linux. There were
also a few other minor fixes with plugins and the handling of
autopilot and bots.
Port changes:
graphics/glew added as dependency
Patch by Tom Murphy and tested by Brad Smith, thank you!
Committed with wantlib fixes.
Input OK op
---
High-quality QR Code generator library in Java, TypeScript/JavaScript,
Python, Rust, C++, C.
This project aims to be the best, clearest QR Code generator library in
multiple languages. The primary goals are flexible options and absolute
correctness. Secondary goals are compact implementation size and good
documentation comments.
This package only contains libraries for C++ and C.
1.52 API
this is based on the just committed goldberg_emulator update and some
pre-configure and CFLAGS can be simplified now.
tested with opening the editor and also running Cruelty Squad and
Haiki with it without regressions
maintainer op@ also tested with Oddventure, Joyful Spring, and
Pixelorama; ok op@
Release notes:
https://godotengine.org/article/maintenance-release-godot-3-4-2
change location of header files:
include/goldberg_emulator/sdk_includes -> include/goldberg_emulator/steam
dependent ports godot and hlsteam will be updated
testing with godot build and ok op@
Comment:
deliver Go binaries as fast and easily as possible
Description:
GoReleaser builds Go binaries for several platforms, creates a GitHub release
and then pushes a Homebrew formula to a tap repository. All that wrapped in
your favorite CI.
OK ajacoutot@