Skip to content

Releases: guilhermeg2k/anipool

0.7.1-beta (Rukia)

26 Aug 04:15
Compare
Choose a tag to compare
  • Fix pagination on my polls page

0.7.0-beta (Rukia)

26 Aug 03:58
da851ce
Compare
Choose a tag to compare
  • Added option to delete poll on "my polls" page
  • Added poll result visibility option when creating new poll
    • Always visible: Results are always visible for everybody
    • Only after end: Results are only visible for the owner, and results gonna be available only after the end date for the others other users, when opening the results page they will have a countdown
  • Removed twitter as auth method

0.6.0-beta (Himeno)

04 Aug 02:36
9f12b1c
Compare
Choose a tag to compare
  • Change button to links (So you can ctrl + click or right click + open in new tab)
  • Add tooltip to buttons
  • Add paginations to my polls page
  • Layout Improvements
  • Removed twitter sign in button

0.5.1-beta (Mitsuha)

28 Dec 23:59
3059bd9
Compare
Choose a tag to compare

Release 0.5.1-beta

  • Add MAL (MyAnimeList) as sign in method

0.5-beta (Mitsuha)

27 Dec 22:27
c01200f
Compare
Choose a tag to compare

Release 0.5

  • Nows it's possible to sign in with different providers:
    • Anilist
    • Twitter (New)
    • Discord (New)
  • Improvements on the mobile layout
  • Improvements on the backend code

From 0.1 to 0.4

27 Dec 22:13
9124d48
Compare
Choose a tag to compare

0.1-beta

  • Initial release

0.2-beta (Shigeo)

  • Added "My polls" page
  • Added "My polls" and "Create new poll" links to user card
  • Added current version and change log link to about page

0.3-beta (Bocchi)

  • Now when you are logged in "My polls" becames the home page
  • Now when when you don't have any polls created it shows a text page with a link to the create poll page on the "My polls"
  • Added a results button on the poll actions on "My polls" page
  • Added a button to go to the vote page on the results page
  • Change the share button name to "Copy link"
  • Now the pages are using all the same background image
  • Fixed a bug on the create poll page in the search options modal that was showing null on the toast when adding some options (Thanks to Yakaita)
  • Improves on SEO and Accessibility
  • Improves on the Auth middleware
  • Improves on the backend controllers

0.4-beta (Chisato)

  • Added a new button on the create poll page where you can import options from previous created polls
  • Block adding the same option twice on a poll
  • Improve date validations on the backend