Skip to content

Releases: dharple/organizer

v0.7.0

31 Jan 23:27
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changed

  • Re-added composer.lock and symfony.lock.
  • Removed UTC date time support.
  • Updated 3rd party dependencies.
    • Upgraded Symfony to 5.4.

Fixed

  • Avoid a doctrine error for now by locking migrations to v2.x.
  • Cleaned up class references.
  • Fixed references to the moved Doctrine ManagerRegistry.
  • Fixed a bug with export due to a change in behavior around Doctrine
    references.
  • Removed unused variables.

Thanks

  • PhpStorm for help with static analysis.

v0.4.1

09 Apr 04:16
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changed

  • Make titles on home page links.
  • Add titles to see all locations and box models.

Security

v0.4.0

09 Apr 04:15
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • The homepage now shows the three most recently modified boxes.
  • Added a new page to see recently modified boxes.

Changed

  • Moved the search bar to the top of the content area on small screens.

Fixed

  • Responsive margins and column sizes

v0.3.0

09 Apr 04:14
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changed

  • Upgraded to Symfony 5.0
  • Updated the colors on the dolly icon from Font Awesome.

Fixed

  • Removed a flat tire on the PNG version of the dolly icon.

v0.2.1

16 Jan 12:05
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changed

  • Reduced complexity of import/export logic.

Fixed

  • Switched from 0.0.0 to v0.0.0 tags.

v0.2.0

16 Jan 12:01
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • The ability to export from the command line. [#8]
  • The ability to import from the command line. [#8]
  • A Box Number separate from the ID field on the box table. This ensures data
    integrity when exporting and re-importing the data, and it sets up the
    ability to have multiple users with different data sets. [#7] [#8] [#27]
  • Create/Update/Delete timestamps on all entities using [DoctrineExtension].
    [#21] [#22] [#23]
  • The ability to list boxes and locations from the command line.
  • The ability to move boxes en masse to a location from the command line.
  • Support for YAML exports and imports. [#8] [#21]
  • Migrations for MySQL.

Changed

  • PHPCS rules are now simpler. This includes alphabetizing methods and
    properties, thanks to [ork/phpcs].
  • Export formats that support indentation (JSON, XML, YAML) use it.

v0.1.0

16 Jan 12:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Basic box management. Create and edit boxes, locations, and box types.
  • Basic user management.
  • Export basic box information, or all information.