Skip to content

Releases: lipupini/lipupini

6.0.3

03 May 04:46
Compare
Choose a tag to compare
  • Update LICENSE.md

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous rele

Full Changelog: 6.0.2...6.0.3

6.0.2

02 May 16:42
Compare
Choose a tag to compare
  • Minor updates and fixes

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous rele

Full Changelog: 6.0.1...6.0.2

6.0.1

27 Apr 08:10
Compare
Choose a tag to compare
  • Client cache before readlink when creating static cache files

  • Mechanism for private cache folder

  • Fix to assetUrl and improvement to thumbnailUrl

  • Client caching is optional for system response output

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

Full Changelog: 6.0.0...6.0.1

6.0.0

26 Apr 17:06
Compare
Choose a tag to compare
  • Multiple Docker patterns introduced, and deployment ideas. The demo site runs on a shared Apache PHP webhost, so that is the only method actively tested in production.
  • If FrankenPHP is used, then Early Hints are leveraged.
  • A lot of changes to internal APIs are made.
  • Loading indicators are introduced for images.

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

Full Changelog: 5.3.0...6.0.0

v5.0.0 to v6.0.0: 5.0.0...6.0.0

5.3.0

23 Apr 00:57
Compare
Choose a tag to compare
  • iOS updates
  • Internal updates and polishing
  • Language files are renamed to ISO standard. Toki Pona is designated tp with there being no ISO standard for it at this time, and since tp does not conflict with any existing standard.
  • .jpg is now the default for thumbnails. This is a potentially major change for existing installations, please contact with any issues.

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

Full Changelog: 5.2.3...5.3.0

5.2.4

22 Apr 22:48
Compare
Choose a tag to compare
  • iOS-specific layout updates

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

Full Changelog: 5.2.3...5.2.4

5.2.3

21 Apr 20:40
Compare
Choose a tag to compare
  • When a song is playing and its grid square is not hovered, add an indicator within the caption area
  • Add loading indicator for audio
  • Remove .ogg audio support because iOS

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

Full Changelog: 5.2.2...5.2.3

5.2.2

19 Apr 21:34
Compare
Choose a tag to compare

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

  • Test asks PHP about items per page from system/config/state.php to add exactly the right number of test items for testing pagination

Full Changelog: 5.2.1...5.2.2

5.2.1

19 Apr 20:26
Compare
Choose a tag to compare

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

  • Tests can be run in parallel between all supported Playwright browsers

Full Changelog: 5.2.0...5.2.1

5.2.0

19 Apr 08:34
Compare
Choose a tag to compare

Release version number increment reference:

x.y.z => (x+1).0.0 : Major release - Contains internal and external changes that will break from the previous release
x.y.z => x.(y+1).z : Minor release - Not likely to break from the previous release but has significant updates
x.y.z => x.y.(z+1) : Patch - Almost certainly should not break from the previous release

  • Support 8K image sizes for large
  • Updates tests + celebrate PHPStorm 2024.1 upgrade
  • Add Expires and cache-related headers (adapted from Wordpress core)
  • Add medium image size for faster download, use that for RSS and ActivityPub feeds
  • Generate RSA keys in test + test polishing
  • Tests are not flaky and pass consistently in all 5 bundled Playwright browsers tested, when running in serial (parallel is not supported yet for multiple browers)
  • Polishing in MediaProcessors

Full Changelog: 5.1.0...5.2.0