1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600
|
Overview of Changes in libpeas 1.38.0.alpha
===========================================
* Break ABI to support girepository-2.0. This is required as language
bindings are moving to the same GIRepository version. We will try to
minimize application changes as much as possible but it is likely that
applications using libpeas will need to be recompiled and update any
local usage of GIRepository to the new girepository-2.0.
As libpeas-2.0 does not link against gobject-introspection-1.0 or
libgirepository-2.0, it is unaffected. You may find it a better use
of time to port to libpeas-2.x instead.
Overview of Changes in libpeas 1.36.0
=====================================
* PeasExtensionSet now implements GListModel
* libpeas now requires GLib 2.44 or newer for GListModel
* Translation updates:
- Interlingue
- Turkish
As a note to packagers, we'd like to mention that there is an intention to
release a new libpeas-2 ABI for GNOME 45 to fix a number of longstanding
needs which can only be resolved with an ABI break.
Overview of Changes in libpeas 1.34.0
=====================================
* Resource-based plugins are sorted by module-name before loading
to aid in reproducibility.
* Sorting of plugins with dependencies has been altered to improve
sort-order with more complex plugin dependency graphs.
* Translation updates:
- Hebrew
- Georgian
- Bulgarian
Overview of Changes in libpeas 1.32.0
=====================================
* Icon licenses have been corrected
* Parallel build system operation fixes
* Various build warnings squashed
* Various GIR data that should not have been exported was removed
* Use gi-docgen for documentation
* Translation updates:
- Russian
- Abkhazian
- Nepali
- Occitan
- Icelandic
- Hebrew
- Belarusian
Overview of Changes in libpeas 1.30.0
=====================================
* Build system improvements
* Improvements when running on Windows
* Translation updates:
- Galician
- Greek
- Norwegian Bokmål
- Punjabi
Overview of Changes in libpeas 1.28.0
=====================================
* Do not build tests when introspection is disabled/missing
* add missing locale.h include
* Translation updates:
- Chinese (China)
- Portuguese
- Ukrainian
Overview of Changes in libpeas 1.26.0
=====================================
* Simplified i18n usage
* Build system fixes
* Translation updates:
- British English
- Malay
- Slovak
Overview of Changes in libpeas 1.25.3
=====================================
* Fix access to peas_gettext()
* Fix duplicate rename-to annotations
* Tighten symbol availability for GLib symbols
* Fix various tests to work with G_DISABLE_ASSERT
* Fix building with luajit
* Add peas_extension_set_new_with_properties() to aid in using libpeas
from language bindings
* Fix naming of Python2 loader
* Remove use of undocumented -export-dynamic
* Fis use of PeasExtension with GInitiallyUnowned
* Build fixes for macOS
* Fixes to pkg-config files
* Translation updates:
- Chinese (Taiwan)
- Danish
- Dutch
- Galicians
- Persian
Overview of Changes in libpeas 1.24.0
=====================================
* Setup troubleshooting environment when running automated tests
* Translation updates:
- Brazilian Portuguese
- German
- Italian
- Turkish
Overview of Changes in libpeas 1.23.92
======================================
This is a RC release for the upcoming GNOME 3.34 release.
* Fix soname usage to match 1.22.x
* Fix typo in deprecation ignores
* Fix gtk_menu_popup() deprecations
* Fix meson build warning
* Translation updates:
- Basque
- Catalan
- Croatian
- Czech
- Finnish
- French
- Friulan
- Galician
- Hungarian
- Japanese
- Korean
- Lithuanian
- Polish
- Romanian
- Serbian
- Spanish
- Swedish
Overview of Changes in libpeas 1.23.90.1
========================================
This is a followup release to yesterdays 1.23.90 which includes a
fix to ensure that programs linking against libpeas-1.0 also link
against gobject-introspection-1.0.
Overview of Changes in libpeas 1.23.90
======================================
This release is the first to use the meson build system. Autotools
has been removed. In most cases, the transition to meson should be
relatively painless, and has many examples from other projects in
the GNOME ecosystem to serve as examples.
See meson_options.txt for the updated parameters.
We'll have a series of .90, .91, .92 releases up to 1.24 if they
are necessary following the GNOME release schedule for 3.34 in
September.
* Port to meson build system, autotools has been removed
* Support for python3.8 in the python3 loader
* Reduce warning impact of GParameter deprecations on API consumers
* Fix a number of deprecations in internal API
* Remove use of intltool in favor of gettext
* Add versioning macros and hide non-public symbols
* Translation updates:
- Catalan
- Dutch
- Esperanto
- French
- Icelandic
- Malayalam
- Polish
Thanks to everyone who provided patches along the way.
Overview of Changes in libpeas 1.22.0
====================================
* Translation updates:
- Catalan
- Danish
Overview of Changes in libpeas 1.21.0
====================================
* Consider all an interfaces potential properties
* Fix PeasEngine virtual annotations
* Allow extensions to be an Abstract Base Class
* Cache an extension type's base class and interfaces
* Translation updates:
- Belarusian
- Croatian
- Simplified Chinese
Overview of Changes in libpeas 1.20.0
====================================
* Translation updates:
- British English
- Friulian
- Hebrew
- Occitan
- Polish
- Portuguese
Overview of Changes in libpeas 1.18.0
====================================
* Translation updates:
- Latvian
- Occitan
Overview of Changes in libpeas 1.17.0
====================================
* Fix Python plugin loader module paths
* Do not add pyexecdir to Python's paths at runtime
* Add support for embedded C plugins
* Order the PeasEngine:plugin-list by dependencies
* Keep plugins order in PeasExtensionSet
* Misc bugfixes
* Translation updates:
- Basque
- Chinese
- Lithuanian
- Occitan
- Serbian
- Serbian (Latin)
Overview of Changes in libpeas 1.16.0
====================================
* Translation updates:
- Brazilian Portuguese
- Chinese (Taiwan)
- Danish
- Finnish
- French
- Galicians
- German
- German
- Greek
- Indonesian
- Italian
- Kazakh
- Korean
- Lithuanian
- Persian
- Polish
- Portuguese
- Russian
- Slovak
- Slovenian
- Swedish
- Thai
Overview of Changes in libpeas 1.15.0
====================================
* Add g_autoptr() autocleanup support
* Fix Python tests on OpenBSD
* Fix libpeas crash on windows
* Simplify __all__ support in the Python plugin loader
* Misc bugfixes
* Translation updates:
- Czech
- Hungarian
- Icelandic
- Norwegian bokmål
- Occitan
- Romanian
- Spanish
- Turkish
Overview of Changes in libpeas 1.14.0
====================================
* Misc bugfixes
* Translation updates:
- Aragonese
- Bosnian
- Chinese (Taiwan)
- Danish
- Finnish
- French
- Greek
- Indonesian
- Italian
- Kazakh
- Korean
- Korean
- Lithuanian
- Norwegian bokmål
- Polish
- Serbian
- Slovak
- Slovenian
- Swedish
- Turkish
Overview of Changes in libpeas 1.13.0
====================================
* Removed support for Seed plugins
* Added support for Lua 5.1 plugins using the LGI bindings
* PeasEngine is now thread-safe
* Added support for non-global plugins loaders
* Load C plugins with local linkage
* Use Python to implement the plugin loader's logic
* Support Python plugins that define __all__
* Use Lua to implement the plugin loader's logic
* Prevent the accidental escaping of globals with Lua plugins
* Misc bugfixes
* Translation updates:
- Basque
- Brazilian Portuguese
- Czech
- Friulian
- Galician
- Hebrew
- Hungarian
- Japanese
- Kannada
- Nepali
- Russian
- Spanish
- Turkish
Overview of Changes in libpeas 1.12.1
====================================
* Dist the GResources XML of the Python plugin loaders
Overview of Changes in libpeas 1.12.0
====================================
* Add easy python profiling support
* Disable GLib diagnostics in tests
* Fix various deprecation warning from GTK+
* Check return values from Python API
* [osx] Check for bundle before resource path
* Improved dependency-less support for OS X
* Misc bugfixes
* Translation updates:
- Assamese
- Bengali (India)
- Brazilian Portuguese
- Catalan
- Catalan (Valencian)
- Czech
- Danish
- French
- Galicians
- German
- Greek
- Gujarati
- Hebrew
- Hindi
- Hungarian
- Indonesian
- Kannada
- Korean
- Lithuanian
- Marathis
- Norwegian bokmål
- Oriya
- Polish
- Punjabi
- Russian
- Simplified Chinese
- Slovenian
- Spanish
- Swedish
- Tamil
- Telugus
- Traditional Chinese
Overview of Changes in libpeas 1.10.1
====================================
* Fix initializing Python loader from Python application
* Prevent and warn when trying to enable multiple loaders
* W32: Allow shared libs to be built
* Misc bugfixes
Overview of Changes in libpeas 1.10.0
====================================
* Remove support for gjs-based Javascript plugins
* Misc bugfixes
Overview of Changes in libpeas 1.9.0
====================================
* Misc bugfixes
* Translation updates:
- Tajik
Overview of Changes in libpeas 1.8.0
====================================
* Misc bugfixes
* Translation updates:
- Aragonese
- Portuguese
- Tadjik
- Uyghur
Overview of Changes in libpeas 1.7.0
====================================
* Add python3 loader
* Translation updates:
- Friulan
- Kannada
- Odia
Overview of Changes in libpeas 1.6.2
====================================
* Fix gjs single-include issues
* Translation updates:
- Slovak
Overview of Changes in libpeas 1.6.1
====================================
* Better SIGINT handling for python signals module
* Translation updates:
- Kannada
Overview of Changes in libpeas 1.6.0
====================================
* Remove the vala demo plugin
* Add min required and max allowed version for glib and Gdk
* Translation updates:
- Assamese
- Bengali (India)
- Galician
- Gujarati
- Hindi
- Latvian
- Marathi
- Polish
- Thai
- Türkçe
Overview of Changes in libpeas 1.5.0
====================================
* Warn if activate or deactivate are not implemented
* Find extension construct properties also in interface prerequisites
* Fix interface sorting in GJS and Seed
* Added peas_engine_prepend_search_path
* Added peas_plugin_info_get_external_data
* Misc bugfixes
* Translation updates:
- Greek
- Indonesian
Overview of Changes in libpeas 1.3.0
====================================
* Extensions can now implement multiple interfaces.
* Added GSettings API to PeasPluginInfo.
* Misc improvement and fixes.
* Translation updates:
- Russian
- Bulgarian
- Brazilian Portuguese
- Galicians
- Danish
- Serbian
- German
- Norwegian bokmål
- Polish
- Swedish
- Belarusian
- Telugu
- Catalan (Valencian)
- Catalan
- Hebrew
- Japanese
- Slovenian
- Czech
- Spanish
Overview of Changes in libpeas 1.2
====================================
* Fix using Python plugins.
* Misc improvement and fixes.
* Translation updates:
- Assamese
- Esperanto
- Telugu
Overview of Changes in libpeas 1.1.4
====================================
* Fix to work with PyGObject 3.
* Do not expose the peas_extension_set_call* API to GObject-Introspection.
* Disable log hooks used by PyGObject and Seed.
* Doc updates.
* Misc improvement and fixes.
* Translation updates:
- Asturian
- Thai
Overview of Changes in libpeas 1.1.3
====================================
* Do not expose the PeasExtension API using GObject-Introspection
* Misc improvement and fixes.
Overview of Changes in libpeas 1.1.2
====================================
* Doc updates.
* Link against pygobject 3.
* Do not cast pointers to unsigned integers.
* Translation updates:
- Indonesian
Overview of Changes in libpeas 1.1.1
====================================
* PeasExtension has been deprecated
* You should be able to use C plugins without GObject-Introspection.
* The plugin manager's disable plugins dialog will no longer show
hidden plugins.
Overview of Changes in libpeas 1.1.0
====================================
* Add support gjs-based Javascript extensions
* Seed Javascript extension support improvements
- Use the new() keyword to instantiate new Javascript extensions.
- Previously used "copied arrays" have been deprecated.
- Allow using prototypes when defining new extensions.
* Add peas_extension_set_foreach()
- Also deprecate the old peas_extension_set_call() method as a result.
* Drop support for Gtk+ 2
* Translation updates:
- Lithuanian
- Japanese
- Turkish
- Esperanto
- Persian
- Catalan (Valencian)
- Finnish
|