Skip to content

Releases: TabulateJarl8/vapor

The "I may have found a bug in Python" release

21 Feb 06:05
76135cf
Compare
Choose a tag to compare

What's Changed

from __future__ import annotations is supposed to bring things like str | int typing back into Python 3.9 by quoting them as strings, like data: "str | int" = 0. However they seem to have forgotten about generic class instantiation typing where you can do MyClass[str | int]() to instantiate a class with generic types so it doesn't quote it and crashes the program. Maybe this is a bug in Python or maybe not, I'm not really sure

Full Changelog: v1.6.0...v1.6.1

The goodbye 3.8 release

21 Feb 05:36
daeda64
Compare
Choose a tag to compare

What's Changed

  • Update textual, improve unit testing, and deprecate Python 3.8 support by @TabulateJarl8 in #21

Full Changelog: v1.5.8...v1.6.0

The QWERTY Release

15 Nov 07:15
5ef0ff9
Compare
Choose a tag to compare

Cause typing is good

What's Changed

Full Changelog: v1.5.7...v1.5.8

The Python 3.13 Release

10 Sep 20:20
be07f6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v1.5.7

The infinite errors release

12 Jul 01:20
91f563e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

The Python 3.12 Release

29 Apr 23:55
968888d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

The "I promise I know how to make an AUR package" hotfix

13 Feb 16:42
bd033ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

Cache format hotfix

13 Feb 01:02
4b0eea6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

First startup hotfix

12 Feb 02:23
cbe8597
Compare
Choose a tag to compare

What's Changed

  • Fix config read error on first startup when config doesn't exist by @TabulateJarl8 in #10

Full Changelog: v1.5.1...v1.5.2

Hotfix for AUR

11 Feb 21:05
a946ad5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1