8000 Releases · Phoenix-Wing/Reservoir · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Releases: Phoenix-Wing/Reservoir

v2.4.0

24 Jan 16:19
Compare
Choose a tag to compare

This is a very small release that adds one feature: a QR code! Scroll to the bottom of any page and click the "View QR Code" button. This will display a QR code for the page you are currently on. This allows other people to scan the code and easily access Reservoir without entering in the link manually.

Features

  • Added a QR code to allow easily viewing Reservoir on mobile (827dbef)

Changes

Full Changelog: 2.3.0...2.4.0

v2.3.0

19 Jan 17:15
Compare
Choose a tag to compare

This is a fun release that fixes the "consumes foodstuffs" property of countries so they actually don't consume foodstuffs. It should also be a lot easier to edit countries and members on mobile, the page footer is now easier to read, and a new table has been added showing how much foodstuffs a country consumes per week.

Features

  • Added table describing how much foodstuffs different size countries consume (32574e6)
  • Country and member edit drawer is now mobile responsive (52636b7)
    • The mobile size is currently hardcoded. If it does not work for your device, consider creating an issue.

Changes

  • Removed underlines on footer links (0d35a96)
  • Added more space around footer links (97e6bed)
  • Added note on how to change leaders of a country from the member edit page (35779e0)

Fixes

  • Disabling "consumes foodstuffs" on a country now prevents foodstuffs from decreasing (ae5407a)
    • The profit display for foodstuffs has also been fixed if a country does not consume foodstuffs.

Full Changelog: 2.2.1...2.3.0

v2.2.1

10 Jan 03:12
Compare
Choose a tag to compare

This is a small release that updates a few dependencies and has some internal changes.

Changes

  • The minimum EdgeDB server version is now 4.4 (e420017)
    • This should automatically install, but you can run edgedb project upgrade to manually do it.

Internal

  • Added Nuxt Devtools (8ffcb4c)
  • Bumped Nuxt to 3.9 (2a123b3)
  • Created a custom <UCard /> component (d0fc961)

v2.2.0

21 Dec 14:18
abc88f3
Compare
Choose a tag to compare

Features

  • Added loading bar when navigating pages (f1249a0)
  • Added a footer with all pages with helpful links (037119f)
  • Added a search bar to the footer, so it can be used on every page (470b62b)
  • Added the Reservoir logo to the home page (1398a93)
    • If you notice anything weird with the logo, please comment on #59!

Changes

  • Updated version numbers in the README, as well as a few other small things (abc88f3)

Fixes

  • Fixed null error when creating the member list (f6a7318)

Internal

  • Prevented eslint from linting query subfolders (ee523c9)

Full Changelog: 2.1.1...2.2.0

v2.1.1

20 Dec 12:59
Compare
Choose a tag to compare

This is a small patch version that fixes a bug when updating from 2.0.0 to 2.1.0.

Fixes

  • update.sh failing to backup database (4ffc4c4)

Full Changelog: 2.1.0...2.1.1

v2.1.0

19 Dec 18:10
Compare
Choose a tag to compare

This is a minor feature release with highlights such as mobile support! The EdgeDB version has also been upgraded to 4.2 from 3.5, so make sure to run the follow commands after upgrading:

$ edgedb cli upgrade
$ edgedb project upgrade

For more information, view the patch notes.

Features

  • Viewing Reservoir is now mobile responsive (eba787d)
    • Editing on a phone is not yet supported, though you can try it!
  • Leaders can now be deleted even if they own countries (9bb8aca)
    • There is no UI in Reservoir for this, but if you manually write the EdgeQL or the EdgeDB UI you can do this.

Changes

  • Migrated database to EdgeDB 4 (d7bb42b)

Full Changelog: 2.0.0...2.1.0

v2.0.0

12 Dec 18:21
Compare
Choose a tag to compare

I am happy to announce that 2.0.0 is finally released. 🎉

For a full list of changes, please view the pre-releases between this and 1.5.0. You can also view the commit log at the bottom of this page.

Changes

  • Improve build and upgrade script (98a8aae, b457863)
  • Migration schema has been squashed into 1 file (3bbe29f)
    • If you used a pre-release, please upgrade to 2.0.0-rc.3 then upgrade to 2.0.0.
    • Migrating from 1.5.0 is currently not supported.

Fixes

  • A warning is no longer displayed if your country does not have foodstuffs but also does not consume foodstuffs (fcf8634)

Full Changelog: 1.5.0...2.0.0

v2.0.0-rc.3

29 Oct 19:22
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

This release contains a single fix in the migration script. If you created a ship in v2.0.0-beta.3 or v2.0.0-rc.1, you would not be able to migrate to v2.0.0-rc.2 due to the simplification of ships and certain other constraints. This release fixes that by resetting all ships with invalid states to their default one, Available and with no progress.

Fixes

  • Invalid ships preventing migration (#53, a811d58)

Internal

  • The release candidate version scheme has switched from 2.0.0-rcx to 2.0.0-rc.x to better follow semver guidelines.
    • Specifically release titles, milestone names, and filenames have be renamed. Tags have been kept the same.

Full Changelog: 2.0.0-rc2...2.0.0-rc.3

v2.0.0-rc.2

25 Oct 01:04
ea64cfd
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

Warning

This version has an issue with the migration script (#53). Please skip this version and use v2.0.0-rc.3 instead. If you run this version, you will be unable to update to a later version.


This is the last release candidate for 2.0. If no new bugs are found within the next 2 weeks, 2.0 will officially be released! Stay tuned 🥳

Changes

  • Food consumption is now accounted for with country profit. Clicking "Distribute income" will also consume food. (38b73ea, 8abf5dc)
  • Simplify ships, removing unneeded statuses (#50)

Full Changelog: 2.0.0-rc1...2.0.0-rc2

v2.0.0-rc.1

18 Oct 15:25
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Reservoir is almost ready, so this is the first release candidate. No major features will be added from this point until 2.0.0 is released, though bugs will be fixed and small features may be removed.

Fixes

  • Edit changes will no longer persist after the editing drawer closes (e460d63)
  • Upgraded dependencies to patch a minor vulnerability in Undici (296d687)

Internal

  • Migrate to a new NaiveUI backend (#45)
    • This has some minor visual changes, but nothing noticeable

Full Changelog: 2.0.0-beta.3...2.0.0-rc1

0