Skip to content
Tags give the ability to mark specific points in history as being important
  • 1.79.90
    Git-EVTag-v0-SHA512: e1e0c5c3c2c4ae17f1ead1016243df8ad27e804bd89ae737d1f92ea016ab251582b03b45dca8157fd7e8c66b61be10e56ab4ecce0977591797beb28552809113
    
  • 1.79.3
    Git-EVTag-v0-SHA512: c16fdfc1553edb7e40f2f50586c81b84206a6eeccb8efbfa6be01f6d295943caa6cdc21863c74542a70d1fedddc6db3cac156336f05be70433df7c7eeacff28a
    
  • 1.79.2
    Git-EVTag-v0-SHA512: f858f0c7962e544879baedb32d2587992f8d922c5a7163e29447316426ebbb21ea60a2a22253110d61ba640e251e0fe01c7b7549a9ad5e11b138a7eb166461eb
    
  • 1.79.1
    Git-EVTag-v0-SHA512: dd0ac544fb8e6cb462fa9d2c085b9a998e5e8a8298b799433a3171fbea20fef3d09574065b12c58b5082fdce8f03eec11039b0e972093ec3afb9088faebb1e76
    
  • 1.78.0
    Git-EVTag-v0-SHA512: 457194d61fca9af4ed404bcddcf5ed63ff902be609cc76460ff3139bb89629ea507c049e77b9353396959f367409b69b7a1ea30da3c1dccd86d7d4a87ed7b938
    
  • 1.77.90
    Version 1.77.90
    
    - Building GJS with -fno-exceptions is now the default. To retain the previous
      behaviour, invoke Meson with -Dcpp_eh=default.
    
    - Closed bugs and merge requests:
      * testEverything fails make check [#95, !858, Marco Trevisan]
      * Using a Gio.Appinfo().launch with context may crash gjs [#553, !858, Marco
        Trevisan]
      * Fixed-size and Zero-terminated arrays are leaked when used as in or inout
        arguments with transfer none [#561, !858, Marco Trevisan]
      * Crash due to bad memory usage when calling a function taking an inout array
        with length parameter and transfer full [#562, !858, Marco Trevisan]
      * Various maintenance [!875, !888, Philip Chimento, Marco Trevisan, Andy
        Holmes]
      * README.MSVC.md: Update for SpiderMonkey-115.x [!877, Chun-wei Fan]
      * GJS returns pointers instead of numbers for function with output parameters
        [#570, !878, Philip Chimento, Marco Trevisan]
      * Profiler spuriously records GJS.boxed_instance and GJS.boxed_prototype
        [#551, !879, Philip Chimento]
      * installed-tests/js/meson: Add tests dependencies to dbus tests [!880, Marco
        Trevisan]
      * eslint: Make multi-line imports to always include a trailing comma [!881,
        Marco Trevisan]
      * Make console.error format GError correctly [#572, !883, Sriyansh Shivam]
      * Gtk: Throw an error for an invalid Template string [!884, Andy Holmes]
      * Gtk: Attempt to load Template from a string, if it appears valid [!885, Andy
        Holmes]
      * global: Really enable non-mutating Array methods [!887, Philip Chimento]
    
  • 1.77.2
    Version 1.77.2
    
    - New JavaScript features! This version of GJS is based on SpiderMonkey 115, an
      upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 102.
      Here are the highlights of the new JavaScript features.
      For more information, look them up on MDN or devdocs.io.
    
      * New APIs
        + Arrays and typed arrays have gained `findLast()` and `findLastIndex()`
          methods, which act like `find()` and `findIndex()` respectively, but start
          searching at the end of the array.
        + Arrays and typed arrays have gained the `with()` method, which returns a
          copy of the array with one element replaced.
        + Arrays and typed arrays have gained `toReversed()`, `toSorted()`, and
          `toSpliced()` methods, which act like `reverse()`, `sort()`, and
          `splice()` respectively, but return a copy of the array instead of
          modifying it in-place.
        + The `Array.fromAsync()` static method acts like `Array.from()` but with
          async iterables, and returns a Promise that fulfills to the new Array.
    
    - It is now possible to build GJS with -fno-exceptions, by invoking Meson with
      -Dcpp_eh=none.
    
    - Closed bugs and merge requests:
      * Port to mozjs115 [#556, !855, !871, !874, Xi Ruoyao, Philip Chimento]
      * Various maintenance [!856, Philip Chimento]
      * arg: Preserve transfer when freeing out arrays [!857, Marco Trevisan]
      * Some values leak fixes and cleanups [!860, Marco Trevisan]
      * Does not parse hash tables in signals [#488, !861, Marco Trevisan]
      * docs: fix minor URL mistakes and behavioural omissions [!865, Andy Holmes]
      * gjs: Listen to GMemoryMonitor::low-memory-warning to trigger GC [!870, Marco
        Trevisan]
      * GSettings override in Gio.js may fail on construction [#418, !873, Onur
        Şahin]
      * Gio: Fix constructing Settings with a SettingsSchema object [!876, James
        Westman, Philip Chimento]
    
    Git-EVTag-v0-SHA512: 002bed5b4489627ee338b204df016213f4a61f8b0df0bcd4be585599eb4026fded3c9ecae7cf5f91c68628d4eb86d41a8dbd56a44bbc8fb9c822a17c11a2f04a
    
  • 1.77.1
    Git-EVTag-v0-SHA512: 63c0bd204f953c7bcac3552a5f4e146b565f5ee09308c42a277735656adfd58eb9441cbd9f965c490ce6f67bd3bc3027ec4a04e117f4e43c71f7ed268ffe2299
    
  • 1.76.0
    Git-EVTag-v0-SHA512: 68a9510b1291b9ea9c6326d8dd2e1d5515b4c6fbb3eb8f256e44d9c2c26ac3d4316e8a4f5527bf801cf17c329f5ce7a1ab5d1013a247c37f12251f4965ec4404
    
  • 1.75.90
    Git-EVTag-v0-SHA512: 0b91e19c060e07dc2e94417f410a6c98a6dbc03335f772f5fe7b3178fc63a203cd0a6df25a938ba08c6f729c7af04ac0eb571ecbf9ea80f2a83071fc45e9f842
    
  • 1.75.2
    Version 1.75.2
    
    - There are new `Gio.Application.prototype.runAsync()` and
      `GLib.MainLoop.prototype.runAsync()` methods which do the same thing
      as `run()` but return a Promise which resolves when the main loop ends,
      instead of blocking while the main loop runs. Use one of these methods
      (by awaiting it) if you use async operations with Promises in your
      application. Previously, it was easy to get into a state where Promises
      never resolved if you didn't run the main loop inside a callback. [Evan
      Welsh]
    
    - There are new `Gio.InputStream.prototype.createSyncIterator()` and
      `Gio.InputStream.prototype.createAsyncIterator()` methods which allow
      easy iteration of input streams in consecutive chunks of bytes, either
      with a for-of loop or a for-await-of loop. [Sonny Piers]
    
    - DBus proxy wrapper classes now have a static `newAsync()` method,
      which returns a Promise that resolves to an instance of the proxy
      wrapper class on which `initAsync()` has completed. [Marco Trevisan]
    
    - DBus property getters can now return GLib.Variant instances directly,
      if they have the correct type, instead of returning JS values and
      having them be packed into GLib.Variants. [Andy Holmes]
    
    - Dramatic performance improvements in the legacy `imports.signals`
      module, which has also gained a `connectAfter()` method that works like
      the same-named method in GObject signals. (However, the signals module
      remains legacy, and is mostly there for historical reasons with GNOME
      Shell. Don't use it in new code.) [Marco Trevisan]
    
    - For years we have had a typo in `Cairo.LineCap.SQUARE`, incorrectly
      naming it `SQUASH`. This is fixed and the typoed name is retained as an
      alias. [Vítor Vasconcellos]
    
    - Also in Cairo, the value of `Cairo.Format.RGB16_565` was wrong. This
      was fixed with a breaking change, because anyone using it was probably
      already not getting the results they expected. [Vítor Vasconcellos]
    
    - Continuing the Cairo improvements, SVG surfaces have gained
      `Cairo.SVGSurface.prototype.finish()` and
      `Cairo.SVGSurface.prototype.flush()` because previously SVG surfaces
      were only written to disk when the SVGSurface object was garbage
      collected, making it uncertain to rely on them. [tuberry]
    
    - The debugger now handles Symbol values and Symbol property keys of
      objects. Previously, these were not displayed correctly. [Philip
      Chimento]
    
    - Various type-safety refactors [Marco Trevisan]
    
    - Many bug fixes and performance improvements.
    
    - Closed bugs and merge requests:
      * Promises in application.run do not fullfil until loop exit [#468,
        !732, Evan Welsh]
      * console: Various cleanups to tracing functions and increase
        structured logging metadata [!756, Marco Trevisan]
      * Legacy signals code optimizations [!757, Marco Trevisan]
      * meson: Depend on g-i 1.71 and enable newly supported tests [!761,
        Marco Trevisan]
      * Gio: Add support for initializing a DBus Proxy via a promise [#494,
        !794, Marco Trevisan, Philip Chimento]
      * Make GInputStream iterable and async iterable [!573, !797, Sonny
        Piers]
      * Gio: allow D-Bus implementations to return pre-packed variants
        [!796, Andy Holmes]
      * Update ESLint tooling [!798, Sonny Piers]
      * Various maintenance [!804, !814, !820, Philip Chimento]
      * Add legacy signals connectAfter method [!805, Marco Trevisan]
      * arg-cache: Add support passing caller-allocated C-arrays [!806,
        Marco Trevisan]
      * Crash when passing an introspected function as a callback argument
        [#518, !809, Philip Chimento]
      * CI: Upgrade CI images to F37 [!810, Philip Chimento]
      * Possible errors in cairo enums [#516, !811, Vítor Vasconcellos]
      * ci: Only run source check jobs if relevant files have been changed
        [!812, Marco Trevisan]
      * cairo.SVGSurface need finish() and flush() to finalize painting
        [#515, !816, tuberry]
      * signals: Fix bugs when multiple handlers are connected and
        disconnect is called [!818, Evan Welsh]
      * Handle Symbol values in pretty-printer and debugger [!819, Philip
        Chimento]
    
    Version 1.74.2
    --------------
    
    - Various fixes ported from the development branch.
    
    - Closed bugs and merge requests:
      * build error with clang [#514, !807, Philip Chimento]
      * can't compile current version with mozjs 102 [#503, !808, Philip
        Chimento]
      * Enabling window-list extension causes gnome-shell to crash when
        running "dconf update" as root [#510, !813, Philip Chimento]
      * log: Fix an off-by-one buffer overflow [!817, Valentin David]
  • 1.75.1
    GJS 1.75.1
    
    - Static methods on classes from GObject introspection are now present
      on JS classes that inherit from those classes. [Marco Trevisan]
    
    - Closed bugs and merge requests:
      * Problem calling promisified D-Bus wrappers with callback [#494,
        !790, Marco Trevisan]
      * docs: Fix link in issue template [!799, Jan Tojnar]
      * doc: Document Gio.FileEnumerator iteration [!800, Sonny Piers]
      * doc: Fix Markdown formatting in README.MSVC.md [!803, Kisaragi Hiu]
  • 1.74.0
    Version 1.74.0
    
    - Many improvements to the examples and documentation.
    
    - Build fixes for Windows.
    
    - Overrides to certain non-introspectable functions that will now gracefully
      throw an exception instead of crashing.
    
    - Closed bugs and merge requests:
      * Various maintenance [!786, Philip Chimento]
      * http example not reliable, relies on server provided content-length. [#498,
        !787, Andy Holmes]
      * Gio set_attribute SIGSEGV (Address boundary error) [#496, !788, Philip
        Chimento]
      * Fix Visual Studio builds after migration to SpiderMonkey 102.x [!789,
        Chun-wei Fan]
      * Update Visual Studio build instructions [!791, Chun-wei Fan]
      * doc: reformat for better scraping with DevDocs [!792, Andy Holmes]
      * doc: Update Home [!793, Sonny Piers]
      * GLib: override GThread functions [!795, Andy Holmes]
  • 1.73.2
    Version 1.73.2
    
    - New JavaScript features! This version of GJS is based on SpiderMonkey
      102, an upgrade from the previous ESR (Extended Support Release) of
      SpiderMonkey 91. Here are the highlights of the new JavaScript features.
      For more information, look them up on MDN or devdocs.io.
    
      * New APIs
        + The `Object.hasOwn()` static method can be used as an easier
          replacement for `Object.prototype.hasOwnProperty.call(...)`.
        + `Intl.supportedValuesOf()` lets you enumerate which calendars,
          currencies, collation strategies, numbering systems, time zones,
          and units are available for internationalization.
    
    - It's now possible to use `GObject.BindingGroup.prototype.bind_full()`
      with JS functions. Previously this method was unusable in JS.
    
    - Gio.FileEnumerator is now iterable, both synchronously (with for-of or
      array spread syntax) and asynchronously (with for-await-of).
    
    - Performance improvements in the built-in `imports.signals` module.
    
    - Many improvements to the examples and documentation.
    
    - Closed bugs and merge requests:
      * Spidermonkey 102 [#487, !765, !785, Evan Welsh, Philip Chimento]
      * Object connections / signal emissions optimizations [#485, !758,
        Marco Trevisan]
      * tests/Gio: Cleanup Gio._promisify [!767, Marco Trevisan]
      * Include JUnit reports in builds [!768, Marco Trevisan]
      * Integrate pretty print to the debugger [!769, Nasah Kuma]
      * doc: Edit GJS description [!771, Sonny Piers]
      * doc: note the version `constructor()` became supported [!774, Andy
        Holmes]
      * build: disable sysprof agent for subproject fallback [!775,
        Christian Hergert]
      * Update CI images [!776, !777, !778, Philip Chimento]
      * GListModel.get_n_items returns garbage value [#493, !779, Florian
        Müllner]
      * Add override for g_binding_group_bind_full() [!780, Florian Müllner]
      * doc: Modernize examples [!781, Sonny Piers]
      * doc: Document byteArray deprecation and migration [!782, Sonny
        Piers]
      * doc: add simple Gtk.TickCallback example [!783, Andy Holmes]
      * Make GFileEnumerator iterable and async iterable [!784, Sonny Piers]
  • 1.73.1
    Version 1.73.1
    
    - The interactive interpreter now displays its output more
      intelligently, pretty-printing the properties and values of objects
      based on their type. This improvement also applies to the log() and
      logError() functions.
    
    - New API: DBus proxy classes now include methods named with the suffix
      'Async', which perform async calls to DBus APIs and return Promises.
      This is in addition to the existing suffixes 'Sync' (for blocking
      calls) and 'Remote' (for async calls with callbacks.)
    
    - There is an override for Gio.ActionMap.prototype.add_action_entries().
      Previously this method wouldn't work because it required an array of
      Gio.ActionEntry objects, which are not possible to construct in GJS.
      Now it can be used with an array of plain objects. (e.g.
      `this.add_action_entries([{name: 'open', activate() { ... }}]);`
    
    - GJS is now compatible with libffi 3.4.2 and later. All earlier
      versions of GJS are not compatible with libffi 3.4.2 and later unless
      libffi is built with the --disable-exec-static-tramp flag.
    
    - GJS now requires Meson 0.54 to build.
    
    - Closed bugs and merge requests:
      * Verbose Object Print Output [#107, !587, Nasah Kuma]
      * Add support for JS async calls in DBusProxyWrapper [!731, Sergio
        Costas]
      * Crash after build against libffi 3.4.2 [#428, !737, Evan Welsh]
      * Handle reference cycles in new console pretty print function [#469,
        !739, Nasah Kuma]
      * Gnome-Shell 42 - crash after login (general protection fault) [#479,
        !740, Xi Ruoyao]
      * Various maintenance [!741, Philip Chimento]
      * jsapi-util-strings: Ignore locale to compute the upper case of a
        char (i.e. fix implicit properties on Turkish locale) [!742, Marco
        Trevisan]
      * Dockerfile: Install Turkish locale in CI for UTF-8 locale too [!743,
        Marco Trevisan]
      * Improve pretty-print output for GObject-introspected objects [#476,
        !744, Nasah Kuma]
      * Expose pretty print function to tests [!745, Nasah Kuma]
      * build: track changes to Sysprof meson options [!747, Christian
        Hergert]
      * Make Gio.ActionMap.add_action_entries work [#407, !749, Sonny Piers]
      * Make DBus session and system props non-enumerable [!750, Sonny
        Piers]
      * gi/arg-inl: Mark the arg functions as constexpr [!752, Marco
        Trevisan]
      * build: Do not use verbose GJS debug logging in tests by default
        [!753, Marco Trevisan]
      * minijasmine: Print test JS errors output if any [!754, Marco
        Trevisan]
      * doc: document the existence of the console object in GJS [!759, Andy
        Holmes]
      * arg-cache: Use a switch to select the not-introspectable error
        [!762, Marco Trevisan]
      * log_set_writer_func is not safe to use [#481, !766, Evan Welsh]
  • 1.71.90
    Version 1.71.90
    
    - Closed bugs and merge requests:
      * Cairo test broken with commit ea52cf92 [#461, !724, Philip Chimento]
      * native: Convert to singleton class [!725, Nasah Kuma]
      * Checking `instanceof` for primitive types may lead to a crash or
        error [#464, !726, Marco Trevisan]
      * Change the GObject Introspection development branch [!727, Emmanuele
        Bassi]
      * gi_marshalling_tests_long_in_max test fails on i686 [#462, !728,
        Philip Chimento, Evan Welsh]
      * GNOME Shell crashes at startup with the AppIndicator extension
        enabled [#466, !729, Marco Trevisan]
      * Instances of classes implementing interfaces can override functions
        for all implentations of an interface [#467, !730, Evan Welsh]
      * package: Reverse order of running-from-source checks [!734, Philip
        Chimento]
      * Various maintenance [!735, Philip Chimento]
      * Various maintenance [!736, Evan Welsh]
  • 1.71.1
    Version 1.71.1
    
    - New JavaScript features! This version of GJS is based on SpiderMonkey
      91, an upgrade from the previous ESR (Extended Support Release) of
      SpiderMonkey 78.
      Here are the highlights of the new JavaScript features.
      For more information, look them up on MDN or devdocs.io.
    
      * New syntax
        + Private class fields and methods are now supported. They start
          with `#` and are not accessible outside the class in which they are
          defined.
        + The `??=` logical nullish assignment operator, which assigns the
          right-hand side value to the left-hand side variable if the
          variable is null or undefined.
        + The `&&=` logical-and assignment operator, which assigns the
          right-hand side value to the left-hand side variable if the variable is
          truthy.
        + The `||=` logical-or assignment operator, which assigns the
          right-hand side value to the left-hand side variable if the variable is
          falsey.
        + `export * as ... from ...` can be used to aggregate modules.
        + Regular expressions add the `d` flag, which if defined causes the
          resulting match object to have an `indices` property giving the
          positions in the string where capturing and named groups matched.
        + `static { ... }` blocks in classes allow initialization of classes
          at the time of creation of the class.
    
      * New APIs
        + Arrays, strings, and typed arrays have gained the `at()` method,
          which does the same thing as indexing with square brackets but also
          allows negative numbers, which count from the end, as in Python.
        + `Promise.any()`, which is similar to `Promise.race()` but resolves
          on the first successful sub-promise, instead of the first to resolve.
        + `Error()` now takes an options object as its second parameter,
          which may contain a `cause` property. This option is used to indicate when
          an error is caused by another error, but the first error is caught during
          error handling.
        + `WeakRef`, which allows you to hold a reference to an object while
          still allowing it to be garbage collected.
        + `dateStyle`, `timeStyle`, `fractionalSecondDigits`, and
          `dayPeriod` are now accepted as options in `Intl.DateTimeFormat()` and
          `Date.prototype.toLocaleString()`.
        + `collation` is now accepted as an option in `Intl.Collator()`.
        + `Intl.DisplayNames` has been added, which allows you to get
          translations of language, region, currency, and script names.
        + `Intl.DateTimeFormat` has gained the `formatRange()` and
          `formatRangeToParts()` methods.
    
      * New behaviour
        + More numbering systems are supported in `Intl.NumberFormat`.
        + Top-level await (https://v8.dev/features/top-level-await) allows
          you to use `await` statements outside of an `async` function in an ES
          module.
        + There are a lot of minor behaviour changes as SpiderMonkey's JS
          implementation conforms ever closer to existing ECMAScript
          standards and adopts new ones. For complete information, read the Firefox
          developer release notes:
          https://developer.mozilla.org/en-US/Firefox/Releases/79#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/80#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/81#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/82#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/83#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/84#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/85#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/86#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/87#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/88#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/89#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/90#JavaScript
          https://developer.mozilla.org/en-US/Firefox/Releases/91#JavaScript
    
    - It's now possible to pass BigInt values to GObject-introspected
      functions with 64-bit parameters. This way, you can finally work with large numbers
      that cannot be accurately stored as a JS Number value and pass them
      correctly into C. For example, `GLib.Variant.new_int64(2n ** 62n)`.
    
    - New API: GJS now has a standards-compliant `setTimeout()` and
      `setInterval()`. These can now be used as in web browsers, while still integrating with
      GLib's main loop.
    
    - New API: `Cairo.Context.prototype.textExtents()` which makes the
      `cairo_text_extents()` C function available to JavaScript.
    
    - New overrides: `GLib.MAXINT64_BIGINT`, `GLib.MININT64_BIGINT`, and
      `GLib.MAXUINT64_BIGINT` are BigInt-typed versions of `GLib.MAXINT64`
      etc.
    
    - It's now possible to use a regular `constructor()` in GObject classes
      instead of an `_init()` method.
    
    - It's now possible to use class fields in GObject classes.
    
    - `Gio._promisify()` now tries to guess the name of the finish function,
      if it is omitted.
    
    - It's now possible to monkeypatch methods on the prototype of a GObject
      interface. The most common use case for this is probably promisifying
      methods on `Gio.File`, so you can now do things like
      `Gio._promisify(Gio.File.prototype, 'read_async')` without resorting
      to the `Gio._LocalFilePrototype` workaround.
    
    - GObject interfaces are now enumerable, so you can now do things like
      `Object.keys(Gio.File.prototype)` and get a list of the methods, like
      you can with other GObject types.
    
    - Improvements to the performance of promises, making them more
      predictable under higher load.
    
    - Several performance and type-safety improvements.
    
    - Closed bugs and merge requests:
    
      * [Mainloop 1/3] Add custom GSource for promise queueing [#1, !557,
        Evan Welsh, Marco Trevisan]
      * Upgrade to SpiderMonkey 91 [#413, !632, !687, Evan Welsh, Philip
        Chimento, Chun-wei Fan]
      * Promise rejections from signal handlers are silent [#417, !632,
        Philip Chimento]
      * Add a binding for GObject.Object.new [#48, !664, Evan Welsh, Philip
        Chimento]
      * Object resolve should consider prototypes of GObject interfaces
        [#189, !665, Evan Welsh, Philip Chimento]
      * File corruption on file.replace_contents_async [#192, !665, Evan
        Welsh]
      * Overriding inherited interface vfuncs clobbers base class
        implementation [#89, !671, Evan Welsh]
      * Errors in __init__.js are silenced [#343, !672, Evan Welsh]
      * Allocate structs which contain pointers [!674, Evan Welsh]
      * [Mainloop 3/3] WHATWG Timers [!677, Evan Welsh]
      * [Mainloop 2/3] Implement "implicit" mainloop which only blocks on
        unresolved imports [!678, Evan Welsh]
      * Correctly chain constructor prototypes to enable static inheritance
        [!679, Evan Welsh]
      * Upgrade CI to Fedora 34 [!683, !684, Philip Chimento]
      * Various maintenance [!685, !691, !709, !719, Philip Chimento]
      * doc: Add Junction to applications written in GJS [!688, Sonny Piers]
      * C++ argument cache [!689, Marco Trevisan, Philip Chimento]
      * Gio: Make _promisify to guess the finish function by default [!692,
        Marco Trevisan]
      * Fails to build with Meson 0.60.2 [#446, !694, !705, Jan Beich, Eli
        Schwartz]
      * doc: Add Oh My SVG to standalone applications [!695, Sonny Piers]
      * ci: Ensure forever callbacks do not leak [!698, Evan Welsh]
      * gi: Refactor resolving prototypes in GIWrapperInstance constructors
        [!699, Evan Welsh]
      * Class fields don't work with GObject classes [#331, !700, Evan
        Welsh]
      * gi: Add enumeration hook for Interface prototypes [!701, Evan Welsh]
      * Fix Visual Studio builds on master [!706, Chun-wei Fan]
      * tools: Add iwyu-tool as a binary name for iwyu [!707, Evan Welsh]
      * gi: Allow GObject.Value boxed type in nested contexts [!708, Evan
        Welsh, Philip Chimento]
      * Implemented check for null out-params in some functions in
        context.cpp [!710, Nasah Kuma]
      * Broken links on the doc/Home.md file [#458, !711, Andy Holmes]
      * Accept BigInt values as input for 64-bit parameters to introspected
        functions [!712, Marco Trevisan, Philip Chimento]
      * Enable top-level await [!713, Evan Welsh]
      * modules: Remove double '//' from internal module URIs [!714, Evan
        Welsh]
      * modules: Ensure ImportError is an instance of globalThis.Error
        [!715, Evan Welsh]
      * global: Enable WeakRefs [!716, Evan Welsh]
      * global: Enable static class blocks [!717, Evan Welsh]
      * overrides: Allow users to implement construct-only props with
        getters [!718, Evan Welsh]
      * cairo: Add binding for cairo_text_extents() [!720, Philip Chimento]
      * Non-integer numbers can not be converted to (u)int64 [#459, !721,
        Philip Chimento]
      * Print error cause when logging an error [#454, !722, Philip
        Chimento]
      * GtkCustomSorter callbacks receives undefined params [#460, !723,
        Philip Chimento]
  • 1.70.0
    Version 1.70.0
    
    - No changes from release candidate 1.69.90.
  • 1.68.4
    Version 1.68.4
    
    - Build fix backported from the development branch. [#436, !667, Evan Welsh]
  • 1.69.90
    Version 1.69.90
    
    - Closed bugs and merge requests:
    
      * Update ESLint to v8 [!657, Evan Welsh]
      * gi: Enable pending tests which are now correctly handled [!658, Evan Welsh]
      * gi: Return null if return argument is a pointer type [!659, Evan Welsh]
      * gi: Assume native enums are signed, avoid asserting. [!660, Evan Welsh]
      * Fix cppcheck failure [!661, Philip Chimento]
      * Strange behavior for strings with NUL character [#285, !662, Evan Welsh]
      * 64-bit int GObject properties have some problems with values > G_MAXINT32
        [#92, !663, Evan Welsh]
      * Crash on dynamic import in interactive interpreter [#429, !666, Evan Welsh]
      * 1.69.1: gjs test suite is failing when gjs is build with -DG_DISABLE_ASSERT
        [#436, !667, Evan Welsh]
      * function: Warn about unhandled promise rejections in System.exit() [!669,
        Philip Chimento]
      * attempting to wrap a new GObject mid-construction blows up [#50, !675, Evan
        Welsh]
      * Fix IWYU CI job [!676, Evan Welsh]
    
    - Build fixes [Evan Welsh, Philip Chimento]