Skip to content

Releases: j0k3r/banditore

5.0.3

21 Aug 13:00
7a1ab5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.2...5.0.3

5.0.2

18 Jul 14:39
90da192
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

5.0.1

20 Apr 09:06
cccf7b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

16 Mar 10:46
db5bcaf
Compare
Choose a tag to compare

The only BC is that PHP < 7.4 isn't supported anymore.

You'll also need Node 14 (use nvm with nvm install) and yarn to build assets.
All assets (PureCSS & FontAwesome) are now internalized (no more CDN to retrieve them). Yarn install them and then move them in the public folder.

After the update ran theses command to fetch assets:

  • nvm install
  • yarn install

What's Changed

Full Changelog: 4.0.1...5.0.0

4.0.1

13 Dec 09:17
7fd0308
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

05 Oct 09:44
3e3b2d0
Compare
Choose a tag to compare

More than a year after the latest release... ouch.

Main changes are:

The upgrade might be pretty complex.

  1. The configuration is no more in app/config/parameters.yml.dist but in .env.local (which must be created, take inspiration from .env).
  2. If you are using Supervisor to handle consumers, commands have changed too. See data/supervisor.conf to see what changed.
  3. The public entry is no more web/app.php but public/index.php (update your server configuration).
  4. There is a new migration to run (see migrations/Version20200613153754.php): php bin/console doctrine:migrations:migrate -vv (use --dry-run before, of course).

If you are struggling to update to that version, don't hesitate to open an issue.

What's Changed

Full Changelog: 3.1.0...4.0.0

3.1.0

21 May 13:21
08f75e6
Compare
Choose a tag to compare
  • Handle user removed from GitHub #259
  • Upgrade to PureCSS 2.0 #263
  • Improve HTTP Cache for GitHub API calls #265

3.0.1

09 May 09:15
9cbe636
Compare
Choose a tag to compare

Noticeable:

  • Faster post logging #250
  • Handle repo access blocked #251
  • Add a dashboard notification when starred repo are being sync #253

Misc:

  • Avoid deprecated message by using a new strategy #238
  • Update some package #244
  • Update the way to auth on GitHub #245
  • Remove deprecated newrelic middleware #252
  • Exclude 404 from log / Sentry #254

3.0.0

31 Dec 15:10
9d99c2d
Compare
Choose a tag to compare

Major changes:

  • Drop PHP < 7.2 #204

2.1.1

15 Oct 16:23
b73a41d
Compare
Choose a tag to compare
  • Fix RSS/Atom typo #154
  • Remove yelling stuff #157