diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..62d41a5
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,73 @@
+name: Build DEB
+
+on: workflow_dispatch
+
+permissions:
+ contents: write
+
+env:
+ USER_ID: ${{ vars.GPG_USER_ID }}
+ LAUNCHER_NAME: 'moe.launcher.an-anime-game-launcher'
+
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Setup build environment
+ run: |
+ sudo apt install debhelper devscripts dput desktop-file-utils
+
+ - name: Import GPG Key
+ uses: crazy-max/ghaction-import-gpg@v1
+ env:
+ GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
+ PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+
+ - name: Checkout repo
+ uses: actions/checkout@v4
+ with:
+ path: "REPO"
+
+ - name: Checkout AAGL repo
+ uses: actions/checkout@v4
+ with:
+ repository: an-anime-team/an-anime-game-launcher
+ path: "AAT-REPO"
+
+ - name: Fetch latest binary
+ run: |
+ wget ${{ env.BINARY_URL }} -O ${{ env.LAUNCHER_NAME }}
+ mkdir -p REPO/usr/bin
+ mv ${{ env.LAUNCHER_NAME }} REPO/usr/bin
+ env:
+ BINARY_URL: https://github.com/an-anime-team/an-anime-game-launcher/releases/latest/download/anime-game-launcher
+
+ - name: Fetch metadata
+ run: |
+ mkdir -p REPO/usr/share/icons/hicolor/512x512/apps/
+ mkdir -p REPO/usr/share/pixmaps/
+ cp AAT-REPO/assets/images/icon.png REPO/usr/share/icons/hicolor/512x512/apps/${{ env.LAUNCHER_NAME }}.png
+ cp AAT-REPO/assets/images/icon.png REPO/usr/share/pixmaps/${{ env.LAUNCHER_NAME }}.png
+ desktop-file-install --dir=REPO/usr/share/applications --set-key=Exec --set-value=${{ env.LAUNCHER_NAME }} --set-key=Icon --set-value=${{ env.LAUNCHER_NAME }} AAT-REPO/assets/anime-game-launcher.desktop
+
+ - name: Build Debian package
+ run: |
+ mkdir PKG_SOURCE
+ cp -Rf REPO/usr REPO/debian PKG_SOURCE
+ cd PKG_SOURCE
+ dpkg-buildpackage -k${{ env.USER_ID }}
+ debuild -S -k${{ env.USER_ID }}
+
+ - name: Deploy to GitHub
+ uses: softprops/action-gh-release@v1
+ with:
+ tag_name: aagl
+ files: '*.deb'
+
+ - name: Deploy to Launchpad
+ run: |
+ dput ppa:${{ env.PPA }} *_source.changes
+ env:
+ PPA: 'thundergemios10/an-anime-game-launcher'
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e62ec04
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..73313a8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+
+# An Anime Game Launcher for Ubuntu
+
+## Installation
+
+### Launchpad PPA (Recommended)
+To install the launcher via the unofficial PPA, first add the PPA to your system's Software Sources.
+```bash
+sudo add-apt-repository ppa:thundergemios10/an-anime-game-launcher
+sudo apt update
+```
+
+Then install the launcher with:
+```bash
+sudo apt install an-anime-game-launcher
+```
+
+### Manual
+To install the launcher via terminal run:
+```bash
+sudo dpkg -i an-anime-game-launcher_3.11.0_all.deb
+```
+
+## Uninstall
+
+To uninstall the launcher via terminal run:
+```
+sudo apt remove an-anime-game-launcher
+```
+
+If you wish to remove the Launchpad PPA, you can run:
+```bash
+sudo add-apt-repository --remove ppa:thundergemios10/an-anime-game-launcher
+sudo apt update
+```
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..97961e1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,1303 @@
+an-anime-game-launcher (3.11.0) noble; urgency=low
+
+ * 3.11.0 (rev.6fc8547e)
+ * Merge pull request #412 from an-anime-team/next (rev.75f09cb7)
+ * feat: updated changelog (rev.5a23eef6)
+ * feat: clarify GPL version in about dialog (rev.0e692df4)
+ * feat: removed migrate installation feature (rev.e2823aaf)
+ * build: updated SDK version (rev.32ef2a02)
+
+
+ -- Nikita Podvirnyi Fri, 02 Aug 2024 09:24:17 -0000
+
+an-anime-game-launcher (3.10.3) noble; urgency=low
+
+ * 3.10.3 (rev.935390ab)
+ * Merge pull request #404 from an-anime-team/next (rev.2c3559c0)
+ * feat: updated changelog (rev.287e79e7)
+ * build: updated launcher SDK (rev.de780bd7)
+ * build: updated launcher SDK (rev.52c8e943)
+ * fix: potentially fixed `game.log` file issues (rev.209ca477)
+ * Update README.md (rev.db46f254)
+ * docs: updated readme (rev.c97259c0)
+
+
+ -- Nikita Podvirnyi Sun, 21 Jul 2024 07:36:31 -0000
+
+an-anime-game-launcher (3.10.2) noble; urgency=low
+
+ * 3.10.2 (rev.4c95c145)
+ * Merge pull request #401 from an-anime-team/next (rev.ad287928)
+ * builds: updated SDK version (rev.290adcee)
+ * feat: added missing changelog entry (rev.05c55ba7)
+ * feat: updated changelog (rev.f32aa246)
+ * build: updated SDK version (rev.8f4f1eaa)
+ * feat(ui): list "Indonesia" wine language option (rev.77267731)
+ * build: delete unneeded package from the `flake.nix` (rev.7f5ebc17)
+ * feat: changed background images processing logic (rev.b7ca1849)
+ * feat: updated libraries versions (rev.39527c18)
+ * build: updated `Cargo.lock` (rev.203f7e5f)
+ * build: updated nix flake (rev.42085c2b)
+ * Merge pull request #399 from ezKEa/next (rev.d3266498)
+ * build: replace shell.nix with flake.nix for dev shell (rev.14c71beb)
+ * Merge pull request #398 from ThunderGemios10/main (rev.d83b74bb)
+ * Place DEB format above Pacstall (rev.b24625b7)
+ * Add third-party DEB package link (rev.1eeaaf33)
+ * docs: little text clarifications (rev.3eff1e2a)
+ * build: updated cargo lock (rev.424da341)
+ * docs: added AUR source link (rev.eeae5bd9)
+ * docs: updated readme (rev.5d1cfb4f)
+ * Merge pull request #395 from Luk-ESC/next (rev.20ff3471)
+ * refactor: remove unsafe in i18n (rev.462ada83)
+ * feat: clarified runtime dependencies (rev.b7bfda5a)
+ * build: updated dependencies (rev.0c50bd70)
+ * docs: updated changelog (rev.bacc930c)
+
+
+ -- Nikita Podvirnyi Fri, 19 Jul 2024 14:08:50 -0000
+
+an-anime-game-launcher (3.10.1) noble; urgency=low
+
+ * 3.10.1 (rev.cdeca3b6)
+ * Merge pull request #391 from an-anime-team/next (rev.beb42aba)
+ * feat: updated changelog (rev.4d48cd77)
+ * build: updated sdk version (rev.79fc467d)
+ * fix: fixed last commit (rev.a7393156)
+ * feat: handle dwebp re-coding errors (rev.d125b270)
+ * docs: updated changelog (rev.d37e0fb7)
+ * 3.10.0 (rev.7b7400dc)
+ * docs: updated changelog (rev.ffc83554)
+
+
+ -- Nikita Podvirnyi Tue, 02 Jul 2024 07:40:43 -0000
+
+an-anime-game-launcher (3.10.0) noble; urgency=low
+
+ * 3.10.0 (rev.5f843df0)
+ * Merge pull request #385 from an-anime-team/next (rev.72a0345a)
+ * fix: fixed Italian localization breaking the launcher (rev.231e2368)
+ * feat: updated changelog (rev.abda7a35)
+ * build: updated core library (rev.d51b4285)
+ * feat: create primary background file if it doesn't exist (rev.eb0f0eae)
+ * feat: respect CN API for getting background image (rev.b529f3e7)
+ * feat: updated background images support (rev.d0f731d6)
+ * build: updated `Cargo.lock` (rev.d991f5aa)
+ * feat: updated background picture URI (rev.04a315ac)
+ * build: updated shell.nix (rev.e131dab8)
+ * Merge pull request #382 from mrvictory1/main (rev.a3fde330)
+ * Update anime-game-launcher.desktop (rev.1268a5b2)
+ * Merge pull request #375 from xxanqw/main (rev.45f86d29)
+ * Localizing force-grab-cursor (rev.c5904345)
+ * feat: list missing dependencies on non-standard distros (rev.19d1deea)
+ * feat: updated shell.nix (rev.d8a43562)
+ * build: added `shell.nix` and direnv integration (rev.222eb72d)
+
+
+ -- Nikita Podvirnyi Mon, 17 Jun 2024 13:25:19 -0000
+
+an-anime-game-launcher (3.9.6) noble; urgency=low
+
+ * 3.9.6 (rev.68a68a29)
+ * Merge pull request #367 from an-anime-team/next (rev.bcffcd91)
+ * ci: added `cmake` package (rev.2b015782)
+ * feat: updated changelog and about window (rev.3af24530)
+ * revert: reverted !354 (rev.c1426be1)
+ * Merge pull request #354 from blmarket/main (rev.ab3e3666)
+ * Merge pull request #362 from fautics/patch-1 (rev.1f28bc24)
+ * Merge pull request #357 from vbrabandt2005/main (rev.0cedcec2)
+ * Merge pull request #358 from panmourovaty/next (rev.a35e158f)
+ * Merge pull request #361 from cybik/fix-google-play (rev.80bfbc21)
+ * refactor: fixed warnings (rev.8e657c86)
+ * build: updated dependencies (rev.d0265192)
+ * Update to the maintanted ebuilds (rev.5e64554e)
+ * Better labels for the payment processing options (rev.1f7dfdb7)
+ * add czech localization (rev.5aff3993)
+ * update my username in credits (rev.18222ed1)
+ * Show some helpful error when --run-game cannot work (rev.860a8474)
+ * docs: fixed date in changelog (rev.e4bc7afa)
+
+
+ -- Observer KRypt0n_ Wed, 08 May 2024 17:44:23 -0000
+
+an-anime-game-launcher (3.9.5) noble; urgency=low
+
+ * 3.9.5 (rev.23eab458)
+ * Merge pull request #353 from an-anime-team/next (rev.c8b1ea3b)
+ * feat: updated changelog (rev.d853a1ea)
+ * feat(i18n): updated German (rev.70aa426e)
+ * Merge branch 'main' into next (rev.cb0db977)
+ * ci: (must have) fixed CI work (rev.388eef05)
+ * feat(i18n): updated Italian (rev.b1a94e8f)
+ * fix(ui): fixed doubled "go back" button in header bar (rev.1e33b48d)
+ * feat(i18n): updated locales (rev.4d04b2b8)
+ * fix(ui): further GtkSwitch UI state fixes (rev.0f1f7b8a)
+ * feat: added "force grab cursor" option to the gamescope settings (rev.bd439cc9)
+ * feat(core): updated SDK version (rev.41e00d1c)
+ * feat: improved app args parsing (rev.919de100)
+ * fix(ui): fixed GtkSwitch UI state representation (rev.f86c86e1)
+ * feat: get rid of deprecated libadwaita functions calls (rev.9914072c)
+ * feat: updated ui libraries (rev.a1d1950c)
+ * feat: update non-ui dependencies (rev.93957504)
+ * fix: bundle `applications-system-symbolic` icon to the app (rev.58398b03)
+ * Add Ukrainian language support (rev.519ebc13)
+ * Merge pull request #348 from TheGoogleRider2/thegooglerider2-ThaiTrans (rev.8f219504)
+ * Merge pull request #345 from ezKEa/wishes-fix (rev.d4de83c4)
+ * Merge pull request #326 from xxanqw/next (rev.61039fb9)
+ * minor updates and probably final (rev.da17e092)
+ * everything is now translated to Thai (rev.979663b4)
+ * minor updates to translation, almost done (rev.9483ec2f)
+ * oh lord, I'm almost done!! but.... (rev.5cc9c3eb)
+ * finished errors.ftl (rev.170eecd1)
+ * even more stuff (rev.05ae47ba)
+ * more stuff (rev.6bf33ed8)
+ * errors, first_run, game & gamescope WIP (rev.5ce247e3)
+ * Update environment.ftl (rev.2896239d)
+ * futher work (rev.6ae9348b)
+ * Finished components.ftl & enhancements.ftl (rev.96eb526d)
+ * Update enhancements.ftl (rev.2e2ef948)
+ * Second push of Thai translation (rev.c40ba585)
+ * fix: update wish url (rev.20385b3c)
+ * Add Ukrainian language support (rev.b2ebfe6c)
+ * docs: added versions links to the changelog (rev.fc9c6507)
+
+
+ -- Observer KRypt0n_ Sun, 24 Mar 2024 10:51:08 -0000
+
+an-anime-game-launcher (3.9.4) noble; urgency=low
+
+ * 3.9.4 (rev.50fe1bb1)
+ * Merge pull request #315 from an-anime-team/next (rev.ea006727)
+ * feat: updated changelog (rev.a22b582d)
+ * build: updated SDK version (rev.4c4a6476)
+ * feat(i18n): updated locales (rev.3a849d33)
+ * fix: updated fps unlocker executable name in kill game button (rev.a473a1a8)
+ * Merge pull request #314 from mkrsym1/new-fps-unlocker (rev.386c97c9)
+ * feat(i18n): improved FPS unlocker related translations (rev.c250d532)
+ * feat: remove the option to disable periodic writes (rev.445f545c)
+ * feat(i18n): added translations for new FPS unlocker keys (rev.2f522d3b)
+ * feat(ui): adapted to the new FPS unlocker (rev.35f13bb0)
+
+
+ -- Observer KRypt0n_ Fri, 29 Dec 2023 19:53:14 -0000
+
+an-anime-game-launcher (3.9.3) noble; urgency=low
+
+ * 3.9.3 (rev.d8fc5f11)
+ * Merge pull request #311 from an-anime-team/next (rev.b9ef7ccb)
+ * feat: updated changelog (rev.c0708c6e)
+ * feat: some workarounds with "kill game process" (rev.334539db)
+ * feat(i18n): updated locales (rev.c59261c2)
+ * feat(core): updated SDK version (rev.6122918a)
+ * feat(i18n): Update German translation (rev.af442d3d)
+ * Merge pull request #299 from kfolgerr/next (rev.f052206d)
+ * updated turkish (rev.43f60ed4)
+ * On branch next (rev.b1bd71fe)
+ * feat(i18n): updated locales (rev.fad5190a)
+ * build: updated core library (rev.fd9f2347)
+ * feat(ui): added "updating permissions" installation step (rev.203d5a9b)
+
+
+ -- Observer KRypt0n_ Sat, 23 Dec 2023 14:34:36 -0000
+
+an-anime-game-launcher (3.9.2) noble; urgency=low
+
+ * 3.9.2 (rev.5a6d7132)
+ * Merge pull request #291 from an-anime-team/next (rev.8a399df0)
+ * build: updated SDK version (rev.e544b034)
+ * feat: updated changelog (rev.35eea145)
+ * feat(i18n): updated Japanese (rev.142872bf)
+ * fix: fixed fluentscan.py script (rev.cac34976)
+ * build: updated development libraries versions (rev.e6076ef4)
+ * build: updated SDK version (rev.5e8db5b3)
+ * build: updated SDK version (rev.1a5e6c40)
+ * Merge pull request #279 from everlyy/main (rev.aef0d6bd)
+ * Merge pull request #272 from project-dy/main (rev.946b4ed2)
+ * Syntax error (rev.c881c154)
+ * Add Dutch translation (rev.097b4443)
+ * Korean Translation (rev.2926a71f)
+
+
+ -- Observer KRypt0n_ Mon, 13 Nov 2023 19:32:53 -0000
+
+an-anime-game-launcher (3.9.1) noble; urgency=low
+
+ * v3.9.1 (rev.5659208f)
+ * Merge pull request #269 from an-anime-team/next (rev.10ea4590)
+ * docs: updated changelog (rev.17af5c10)
+ * Merge remote-tracking branch 'origin/next' into next (rev.baa3b20b)
+ * build: Updated SDK (rev.2186506d)
+ * feat: Added 7z dependency requirement (rev.3e57468a)
+ * merge: add Vietnamese Localization (#248) (rev.f5c206ff)
+ * merge: Update Chinese Localization (#258) (rev.f7ac75fd)
+ * translation-zhcn: update errors.ftl (rev.3d1e19d8)
+ * translation-zhcn: update components.ftl (rev.6a60fe94)
+ * Merge pull request #255 from tigersoldier/next (rev.eba74e2a)
+ * Update errors.ftl (rev.ccfd34b8)
+ * Update chinese translation (rev.9a7b486b)
+ * Add Vietnamese (rev.13ccf375)
+ * chore: removed repository logo (rev.87a0bd6f)
+ * chore: updated repository pictures (rev.8bbf04e4)
+ * docs: removed patch reference from the readme (rev.a8811add)
+ * docs: updated changelog (rev.365c9764)
+
+
+ -- Observer KRypt0n_ Thu, 28 Sep 2023 16:21:06 -0000
+
+an-anime-game-launcher (3.9.0) noble; urgency=low
+
+ * 3.9.0 (rev.63202a60)
+ * Merge pull request #241 from an-anime-team/next (rev.0059a26f)
+ * feat: updated changelog (rev.512287ef)
+ * Merge pull request #244 from oritwoen/feat/i18n/pl (rev.b1911440)
+ * Merge branch 'next' into feat/i18n/pl (rev.8ed27fbd)
+ * feat(i18n): add `pl` (rev.9a25c729)
+ * feat: updated changelog (rev.bf91a59f)
+ * feat: added `--session ` flag to switch active session (rev.91e7019e)
+ * feat(i18n): updated Indonesian (rev.777675b1)
+ * feat(i18n): updated Japanese (rev.87af3e28)
+ * merge: update swedish localization (rev.e54f585f)
+ * Update Swedish translation to release 3.9.0 (rev.cdcb2ea8)
+ * feat: updated changelog (rev.e0a3ecca)
+ * feat(ui): updated about window (rev.5d8ac5ab)
+ * feat(i18n): Update German translation (rev.b4ab5229)
+ * feat(i18n): updated Italian (rev.0e540652)
+ * feat(core): improved files migration code (rev.eb5aa221)
+ * feat(i18n): added Portuguese (rev.8a5693f9)
+ * feat: added feature to map wine drives (rev.018b3c3d)
+ * docs: updated changelog (rev.76d7aaa7)
+ * feat: removed patch integration (rev.252c9480)
+ * Merge pull request #233 from jakobfridesjo/next (rev.db3dc481)
+ * improving swedish translations (rev.dab2d893)
+ * feat(i18n): updated Italian (rev.808aff17)
+ * docs: updated changelog (rev.f472a6ba)
+ * refactor: rewrote game edition selector (rev.e09efc6e)
+ * fix(ui): fixed logo size in the first run window (rev.ba41a3c0)
+ * feat(i18n): updated Japanese (rev.8b318722)
+ * feat(i18n): updated Italian (rev.beeedcfb)
+ * feat(i18n): updated Turkish (rev.0b2bca27)
+ * refactor: removed excess `set_visible` (rev.8906a4a7)
+
+
+ -- Observer KRypt0n_ Sun, 20 Aug 2023 14:38:50 -0000
+
+an-anime-game-launcher (3.8.0) noble; urgency=low
+
+ * feat: updated changelog (rev.f359be9f)
+ * Merge pull request #227 from jakobfridesjo/next (rev.4759df1a)
+ * 3.8.0 (rev.dde50e6b)
+ * Merge branch 'an-anime-team:next' into next (rev.e779c12b)
+ * Merge pull request #226 from an-anime-team/next (rev.ff55ef0e)
+ * feat: playing around game process killing method (rev.871cb401)
+ * Added Swedish localization (rev.7c99eeae)
+ * ci: renamed "check target branch" job (rev.112ef613)
+ * feat: updated changelog (rev.19642385)
+ * feat(i18n): update German translation (rev.78bed0f9)
+ * feat(i18n): multiple localization changes (rev.76145612)
+ * ci: check source code on pull requests (rev.cab5a1f6)
+ * ci: updated workflow files (rev.34a4bd79)
+ * feat: added `human_panic` crate for better panics handling (rev.6c58d715)
+ * feat: updated changelog (rev.69bd93bd)
+ * feat: made "kill game process" button kill fps unlocker process as well (rev.747c7e3d)
+ * feat(i18n): translated "kill game process" feature (rev.69d41e7c)
+ * feat: now "kill game process" button can kill chinese client as well (rev.2d5a8143)
+ * feat(core): improved game running status check (rev.11d9d3f7)
+ * feat: reworked app resources system (rev.0f932b86)
+ * feat(core): slightly optimized `tr!` macro (rev.06db94de)
+ * feat(core): replaced `tr` and `tr_args` functions by `tr!` macro (rev.7492aad6)
+ * feat: replaced "auto-close" option by "launcher behavior" (rev.d04bb3e5)
+ * build: updated `Cargo.lock` (rev.efc72297)
+ * build: updated SDK (rev.61926903)
+ * feat(i18n): updated Japanese (rev.7358a16c)
+ * feat(i18n): updated Italian (rev.43b31d7e)
+ * feat: added launcher auto-close option (rev.5d1473a6)
+ * feat: updated changelog (rev.d6208ee6)
+ * build: updated SDK version (rev.448be140)
+ * fix: fixed predownload button sensitivity (rev.76372d4b)
+ * feat(ui): improved pre-downloads state checking (rev.82f6d2c9)
+
+
+ -- Observer KRypt0n_ Wed, 02 Aug 2023 14:40:54 -0000
+
+an-anime-game-launcher (3.7.6) noble; urgency=low
+
+ * 3.7.6 (rev.1479edf2)
+ * fix: fixed game launching on installs without `launcher.bat` file (rev.51e992d2)
+
+
+ -- Observer KRypt0n_ Sat, 15 Jul 2023 12:53:45 -0000
+
+an-anime-game-launcher (3.7.5) noble; urgency=low
+
+ * 3.7.5 (rev.ac566f5e)
+ * Merge pull request #221 from an-anime-team/next (rev.e7ddb3b6)
+ * feat: added support to the new wishes url cache location (rev.ee5ab239)
+ * feat: updated changelog (rev.76103af9)
+ * feat(core): updated SDK version with disabled by default patch applying (rev.1520b6aa)
+ * build: updated `Cargo.lock` (rev.995052c2)
+ * Merge pull request #217 from tigersoldier/lang-zh-374 (rev.5f5a9626)
+ * Update Chinese tranlsation (rev.da7b7012)
+ * broken light theme (rev.212acf46)
+ * chore: image changing to 3.8 (rev.dd35e66c)
+ * fix: fixed #208 (rev.4b242e94)
+ * Merge pull request #214 from RabbyDevs/main (rev.2925a5a2)
+ * broken light theme (rev.9e80dd15)
+ * chore: image changing to 3.8 (rev.65098b2d)
+ * Merge pull request #208 from pan93412/ready-to-atomic (rev.88b13449)
+ * feat: added formatting in telemetry disabling (rev.6600cd98)
+ * feat: (yet again) updated telemetry disabling (rev.40d0b8a3)
+ * fix: added `-e` to `echo` call in telemetry disabling (rev.1cb1f045)
+ * fix(i18n): removed excess whitespace (rev.ee8b894a)
+ * feat(i18n): updated Turkish (rev.2b2f395b)
+ * feat(i18n): updated Spanish (rev.35b10e45)
+ * feat(i18n): updated Indonesian (rev.2b18f7e7)
+ * feat(i18n): updated Japanese (rev.475e2523)
+ * feat(i18n): updated Hungarian (rev.4c302a73)
+ * feat(i18n): updated Italian (rev.2e9b62a5)
+ * refactor(core): :bug: Use AtomicBool for READY (rev.2c765700)
+ * Use 'sh -c' to properly execute 'echo' when disabling telemetry (rev.3ba2beb3)
+
+
+ -- Observer KRypt0n_ Fri, 14 Jul 2023 06:43:22 -0000
+
+an-anime-game-launcher (3.7.4) noble; urgency=low
+
+ * 3.7.4 (rev.67ba65a3)
+
+
+ -- Observer KRypt0n_ Mon, 19 Jun 2023 08:46:58 -0000
+
+an-anime-game-launcher (3.7.3) noble; urgency=low
+
+ * 3.7.3 (rev.3eb7421c)
+ * Merge pull request #199 from an-anime-team/next (rev.f5eaebdd)
+ * feat(i18n): update German translation (rev.1b734b15)
+ * feat(i18n): clarified Russian (rev.93e1bfe2)
+ * feat(i18n): updated Russian (2) (rev.9f846551)
+ * feat(core): updated SDK (rev.06d38c76)
+ * feat(i18n): updated Russian (rev.e520753d)
+ * feat(i18n): added base English localization for new features (rev.af226090)
+ * feat: updated changelog (rev.cdfc9c92)
+ * feat(core): added discord rpc icons updating (rev.b43b6899)
+ * feat: updated changelog (rev.1cd918c1)
+ * Merge branch 'main' into next (rev.31e53636)
+ * feat(ui): updated "disable telemetry" icon (rev.0634f333)
+ * feat: added telemetry disabling state support (rev.07fbb13b)
+ * feat(ui): updated "disable mhypbase" description (rev.2dea43fb)
+ * feat: replaced xlua patch by "disable mhypbase" option (rev.d00dee3e)
+ * ci: added target branch checker for pull requests (rev.a1962a52)
+ * 3.7.2 (rev.cc808bf8)
+ * ci: added target branch checker for pull requests (rev.59f58d1d)
+ * build: updated `Cargo.lock` (rev.b8265b2b)
+ * feat(core): updated SDK (rev.2d93c5ac)
+ * revert: returned back old background picture path (rev.cdef7c11)
+
+
+ -- Observer KRypt0n_ Sun, 18 Jun 2023 14:25:59 -0000
+
+an-anime-game-launcher (3.7.2) noble; urgency=low
+
+ * 3.7.2 (rev.ded31b9f)
+ * Merge pull request #197 from an-anime-team/next (rev.0a7ec00c)
+ * build: update `Cargo.lock` (rev.95c87ac5)
+ * docs: updated changelog (rev.43eb0e46)
+ * feat(i18n): updated Hungarian (rev.2da57a34)
+ * feat(i18n): updated Spanish (rev.6d1df852)
+ * fix(ui): fixed current game session selection when selected one is removed (rev.ca838db7)
+ * chore: change images + improve corners (rev.422e66b7)
+ * Merge pull request #193 from xstraok/main (rev.157c9d46)
+ * Merge pull request #196 from RabbyDevs/main (rev.685f9400)
+ * Merge branch 'an-anime-team:main' into main (rev.41434291)
+ * chore: change images + improve corners (rev.b4d1f526)
+ * fix(ui): fixed repairer's NaN progress (rev.5557c318)
+ * fix(ui): fixed check button style for newly made sessions (rev.85fd0aed)
+ * refactor: rewrite some parts of fluentscanner.py (rev.956d4f85)
+
+
+ -- Observer KRypt0n_ Wed, 14 Jun 2023 09:51:34 -0000
+
+an-anime-game-launcher (3.7.1) noble; urgency=low
+
+ * build: updated `Cargo.lock` (rev.4db774eb)
+ * 3.7.1 (rev.427d1ef9)
+ * Merge pull request #187 from an-anime-team/next (rev.7a281c3f)
+ * build: updated `Cargo.lock` (rev.96854937)
+ * style: reordered some imports (rev.83ed703a)
+ * feat(core): updated SDK version (rev.03b8b1ff)
+ * feat(i18n): updated French (rev.51adde73)
+ * feat(i18n): updated Indonesian (rev.a97a9bc1)
+ * feat(i18n): updated Turkish (rev.4e113d7d)
+ * feat(i18n): updated Japanese (rev.996c7e14)
+ * feat(i18n): fixed unintended newline (rev.bdecd32e)
+ * feat(i18n): updated Italian (rev.2d9aa775)
+ * feat(i18n): added Hungarian (rev.11b087c9)
+ * feat(i18n): Translate new lines in german (rev.62567a9f)
+ * upd(i18n): Correct German Localisation grammar/sentences (#192) (rev.a260289b)
+ * feat(i18n): added base translations for new discord rpc icons feature (rev.ff5e53b0)
+ * feat: added Japanese (rev.cb70f29b)
+ * Merge pull request #191 from zozonteq/next (rev.8bdf676a)
+ * Japanese translation (rev.f33014fe)
+ * docs: removed the team member (rev.b6abe2f1)
+ * docs: added small comment about credits (rev.ab741857)
+ * feat: updated credits in about window (rev.1e1d296c)
+ * feat: updated changelog (rev.d07a144a)
+ * feat(ui): added discord rpc icon selection (rev.df772610)
+ * feat(core): added support for `format` wine/dxvk components field (rev.15fde050)
+ * build: updated SDK (rev.173ef716)
+ * feat: removed 3.7.0 workaround (rev.1018cb09)
+ * feat(core): made initial tasks async which has decreased startup time (rev.18b00516)
+ * build: updated SDK (rev.31f0f785)
+ * feat: updated `get_default_lang()` (rev.2d0e486d)
+ * feat(i18n): updated French (rev.bbe5d180)
+ * feat(i18n): updated Indonesian (rev.818c76ff)
+ * build: updated relm4 (rev.e9bc3959)
+ * feat(ui): reworked game sessions selection (rev.636ccffe)
+ * feat(core): updated SDK (rev.4b409011)
+ * feat: removed toasts when failed to get main/xlua patch status in repairer (rev.3ca0d085)
+ * fix: fixed repair button functionality (rev.cb529f10)
+ * fix: fixed progress bar style after running game repairer (rev.1c595791)
+ * 3.7.0 (rev.9c65486a)
+ * Merge pull request #178 from RabbyDevs/main (rev.13a8aa4a)
+ * image change, we are now stable! (rev.e689d4cc)
+ * Merge pull request #173 from RabbyDevs/main (rev.28c09ce2)
+ * chores: change all images (rev.cd1ac6f9)
+
+
+ -- Observer KRypt0n_ Sun, 11 Jun 2023 10:36:57 -0000
+
+an-anime-game-launcher (3.7.0) noble; urgency=low
+
+ * 3.7.0 (rev.7bae1890)
+ * Merge pull request #167 from an-anime-team/next (rev.d9adc161)
+ * feat(i18n): updated Italian (rev.e069244e)
+ * docs: removed excess whitespace (rev.4894ae8f)
+ * feat: updated changelog (rev.6491c3e3)
+ * feat(core): updated SDK (rev.97939582)
+ * feat(i18n): updated Turkish (rev.feca65b3)
+ * feat(i18n): updated German (rev.9f13450e)
+ * feat(i18n): updated Spanish (rev.54dcfeff)
+ * feat(i18n): added base locales for main patch applying option (rev.06eb6715)
+ * feat(i18n): updated German (rev.4f709292)
+ * feat(i18n): updated Italian (rev.844be6d9)
+ * feat(i18n): updated Spanish (rev.ad51593e)
+ * feat(core): updated SDK (rev.03b525a3)
+ * feat(i18n): Update German `resume` locale (rev.5ea163ef)
+ * Merge branch 'main' into next (rev.afe635f3)
+ * feat(ui): translated components settings page title (rev.c43acb22)
+ * feat(i18n): updated base forgotten shared libraries locales (rev.7c791323)
+ * fix: added 3.7.0 game update workaround (rev.3edd5ea1)
+ * feat: updated changelog (rev.ba5963ae)
+ * feat(i18n): machine-translated "Resume" (rev.dfde3be9)
+ * feat(i18n): updated Italian (rev.854a3ff6)
+ * feat(i18n): updated German (rev.c88fda60)
+ * feat(i18n): updated Turkish (rev.b5e32c74)
+ * feat(i18n): updated French (rev.6a51ad0b)
+ * feat(i18n): second part of features translation (rev.920911cc)
+ * feat(i18n): first part of features translation (rev.15bdd3cb)
+ * docs: updated changelog (rev.6533d5f8)
+ * feat(ui): set fsr quality in enhancements settings instead of strength (rev.6e847c61)
+ * feat(ui): removed Futex2 wine sync option (rev.45fab721)
+ * feat: added options to use wine/dxvk shared libraries (rev.cf02bcab)
+ * fix(ui): fixed predownload button ui (rev.c4a9acb4)
+ * feat(ui): changed "Continue" to "Resume" for partial downloads (rev.c26870d9)
+ * feat(ui): set button label as "Continue" when the diff is part downloaded (rev.d031b63b)
+ * feat(ui): added dynamic main button icon switching (rev.0f0cb33d)
+ * feat(core): implemented SDK 1.4.0 (rev.f3b7a53f)
+ * feat(ui): renamed additional enhancement options (rev.aa407308)
+ * feat(i18n): added Indonesian (rev.b564bb77)
+ * feat(ui): moved sandbox, environment and game settings into separate pages (rev.e520d867)
+ * feat(ui): moved wine/dxvk settings to separate page (rev.3a418126)
+ * feat(core): use `whatadistro` library to identify package manager in first run window (rev.4676ac3a)
+ * feat(about): add credit for italiano (rev.3ad7993b)
+ * merge: add italian localization (#163) (rev.dcaf6a02)
+ * feat(ui): redesigned main button (rev.e2f66180)
+ * feat(core): updated SDK version (rev.7a7cdb38)
+ * feat(core): updated SDK version (rev.3d846670)
+ * fix: fixed session applying on each launcher start (rev.a58bd18a)
+ * docs: updated changelog (rev.9072ad87)
+ * chore: updated launcher pictures (rev.f690240e)
+ * docs: updated changelog (rev.17953864)
+ * chore: updated launcher pictures (rev.e1b2f15e)
+
+
+ -- Observer KRypt0n_ Wed, 24 May 2023 19:50:45 -0000
+
+an-anime-game-launcher (3.6.0) noble; urgency=low
+
+ * Merge pull request #153 from an-anime-team/next (rev.c2208070)
+ * Merge branch 'main' into next (rev.9ea4019f)
+ * 3.6.0 (rev.bd60396f)
+ * feat: updated changelog (rev.33e47978)
+ * feat(i18n): updated Turkish (rev.fa488244)
+ * feat(i18n): updated French (rev.3a13246f)
+ * feat(i18n): updated Spanish (rev.90dcda8c)
+ * docs: separated lutris wiki ref from other installation methods (rev.a70a6e29)
+ * docs: add Lutris to download (rev.7df40fcc)
+ * feat(i18n): updated German (rev.a89f9be2)
+ * feat(ui): decreased logo size a bit more (rev.6671486d)
+ * feat(i18n): added base localizations (rev.719fffb8)
+ * feat: added game sessions manager (rev.c872475f)
+ * chore: added lldb debug config (rev.e4ea3215)
+ * feat(core): updated Relm4 to `0.6.0-beta.1` (rev.a122acb0)
+ * feat(ui): reworked entry rows in the settings (rev.3d036e6a)
+ * feat(ui): updated translators credits in about dialog (rev.bdd45471)
+ * feat(ui): initial game settings section rework (rev.073193e5)
+ * Merge pull request #152 from kayranachfolger/next (rev.33cb1b01)
+ * Merge branch 'next' into next (rev.317306cc)
+ * feat(i18n): updated Turkish (rev.8652590a)
+ * feat(i18n): Correct Turkish name in selection (rev.72b50a51)
+ * feat(i18n): updated Turkish (rev.d526bc40)
+ * feat(i18n): updated Turkish (rev.8b0daa87)
+ * feat(i18n): updated Turkish (rev.308c6b17)
+ * feat(core): updated SDK version (rev.f2e10510)
+ * feat(ui): made launcher icon a bit smaller (rev.140eb38a)
+ * feat(core): updated SDK version (rev.5da290bf)
+ * feat(i18n): updated German (rev.45e58267)
+ * feat(i18n): updated base tos dialog locales (rev.e887c629)
+ * feat(i18n): made tos violation warning game-neutral (rev.2a8637c3)
+ * chore: updated repository logo (rev.5888cf89)
+ * docs: added distribution names in download section (rev.33b2f978)
+ * docs: updated download section in readme (rev.a7c0ff29)
+ * chore: updated repository logo (rev.27573769)
+ * feat: some initial work on adding "game" settings section (rev.c765448e)
+ * feat(i18): add rules approving to german locale (rev.7c4ea25b)
+ * feat(i18): Update German locales (rev.fc2feb48)
+ * feat(ui): improved launcher logo rendering quality (rev.9534f072)
+ * feat: added rules approving dialog to the first run window (rev.aa521553)
+ * docs: added distribution names in download section (rev.b7fe2ffb)
+ * docs: added distribution names in download section (rev.7862504c)
+ * docs: updated download section in readme (rev.be1df232)
+ * docs: updated download section in readme (rev.123f4030)
+ * feat: updated readme (rev.58e69bf7)
+ * feat: updated readme (rev.36a2b226)
+ * feat(i18n): updated Chinese and Spanish (rev.3d281e8a)
+ * build(fluentscan): style changes (rev.4d1ed70e)
+ * Merge pull request #135 from xstraok/fluentscanner-update (rev.7d14c65b)
+ * feat: fixed wine tools running using proton builds (rev.c2bbde85)
+ * docs: updated changelog (rev.f475b025)
+ * 3.5.2 (rev.2ec976c8)
+ * finalize error checking and format printing (rev.c82fbcfe)
+ * add detection of missing entries (rev.3cea26c0)
+ * docs: updated changelog (rev.3b612914)
+
+
+ -- Observer KRypt0n_ Sat, 06 May 2023 12:11:29 -0000
+
+an-anime-game-launcher (3.5.2) noble; urgency=low
+
+ * 3.5.2 (rev.a52dcd03)
+ * Update fluentscan.py (rev.2739006b)
+ * Merge pull request #134 from an-anime-team/next (rev.dceb4ea1)
+ * docs: updated changelog (rev.f9bf0acc)
+ * Merge branch 'main' into next (rev.13d5394c)
+ * feat(i18n): updated base sandbox locales (rev.6281d1a4)
+ * feat(ui): added symlinks and args to sandbox settings (rev.e5daf0cf)
+ * build(i18n): added fluent files scanning tool (rev.3f197708)
+ * feat(i18n): updated Spanish (rev.db5a27df)
+ * feat: add inputs clearing in environment/sandbox settings (rev.addb7130)
+ * build: updated dependencies (rev.dc8377c9)
+ * 3.5.1 (rev.edaecf9e)
+ * docs: updated changelog (rev.5fed930c)
+ * 3.5.0 (rev.6025432a)
+
+
+ -- Observer KRypt0n_ Mon, 17 Apr 2023 17:15:56 -0000
+
+an-anime-game-launcher (3.5.1) noble; urgency=low
+
+ * 3.5.1 (rev.88390664)
+ * docs: updated changelog (rev.3f805ba8)
+
+
+ -- Observer KRypt0n_ Sun, 16 Apr 2023 17:44:57 -0000
+
+an-anime-game-launcher (3.5.0) noble; urgency=low
+
+ * 3.5.0 (rev.1a6302e5)
+ * Merge pull request #130 from an-anime-team/next (rev.b756caba)
+ * build: updated SDK version (rev.6c917ee5)
+ * feat(i18n): updated Chinese (rev.671bc189)
+ * feat(i18n): added new base locale to French (forgot to) (rev.60baf267)
+ * feat(i18n): added base locales to all unupdated languages (rev.59aba5f8)
+ * feat(i18n): updated Chinese (rev.8637c684)
+ * feat(ui): added debugger to wine tools (rev.38e285ce)
+ * fix(ui): fixed hostname option in sandbox settings (rev.f64d6012)
+ * feat(i18n): updated Russian (rev.f42a91c0)
+ * feat(i18n): updated base locales (rev.7ca492b6)
+ * docs: updated changelog (rev.704b238e)
+ * build: updated dependencies (rev.c5fbeb2a)
+ * feat(ui): added sandboxing feature (rev.1954f997)
+ * feat: added game sandboxing (rev.d0583428)
+ * feat: listed Krock in about window (rev.07a992be)
+ * feat(core): fixed use of fps unlocker (rev.ce20f1e6)
+ * feat(core): initial core/sdk migration patch set (rev.4eed9946)
+ * chore: updated logo (rev.4ab8a6cc)
+ * feat(ui): small progress bar changes (rev.176789ad)
+ * chore: updated logo (rev.fbf3d0cc)
+ * feat(ui): small progress bar changes (rev.fb0b8d4f)
+
+
+ -- Observer KRypt0n_ Sun, 16 Apr 2023 16:18:57 -0000
+
+an-anime-game-launcher (3.4.1) noble; urgency=low
+
+ * Merge pull request #127 from an-anime-team/next (rev.c6f1371e)
+ * Merge branch 'main' into next (rev.bdf52264)
+ * 3.4.1 (rev.a2e1db38)
+ * feat(i18n): updated Spanish (rev.8bcf1c19)
+ * feat: updated changelog (rev.9308086b)
+ * feat(ui): disabled fraction displaying in repairer's progress bar (rev.985b66d7)
+ * feat(core): updated SDK to 0.5.17 with some hotfixes (rev.3d6b3bfd)
+ * chore: updated repository pictures (rev.d790a371)
+ * docs: fixed changelog format (rev.2ab5fc5b)
+ * chore: updated repository pictures (rev.235e7a72)
+ * docs: fixed changelog format (rev.2730d2f8)
+
+
+ -- Observer KRypt0n_ Wed, 12 Apr 2023 14:01:52 -0000
+
+an-anime-game-launcher (3.4.0) noble; urgency=low
+
+ * Merge pull request #123 from an-anime-team/next (rev.b7718d41)
+ * Merge branch 'main' into next (rev.a3c8b705)
+ * 3.4.0 (rev.fc096b6e)
+ * feat(i18n): updated Spanish (rev.3e17e243)
+ * feat: preparations for upcoming 3.6 changes (rev.f66111f8)
+ * feat(i18n): added base migration-related locales (rev.4e173fe9)
+ * feat(i18n): added base 3.4.0 localization (rev.01748695)
+ * feat(i18n): updated Chinese (rev.5fe9c701)
+ * feat(ui): Added preferences search (rev.9189a672)
+ * feat(ui): fixed app version display in changelog (rev.3b8ec109)
+ * docs: updated changelog (rev.032e6be5)
+ * feat(ui): made wine / dxvk versions always visible if they're downloaded (rev.9453a2bb)
+ * feat(ui): replaced static image by spinner in wine / dxvk version selection (rev.16e6c8e1)
+ * feat: added whitespaces removing from environment values (rev.13fd1ebb)
+ * feat: added wine tools to settings (rev.f7779635)
+ * feat: made migrate installation button work (rev.567df166)
+ * fix: fixed game edition changing on switcher change (rev.28519595)
+ * feat(ui): added changelog to updated components toast (rev.49ebbc35)
+ * docs: updated changelog (rev.22598efb)
+ * feat(core): implemented SDK 0.5.12 (rev.deacef37)
+ * feat(ui): utilized new `recommended` feature for wine / dxvk versions (rev.941851c2)
+ * feat(ui): used dxvk component's title field (rev.487fdd79)
+ * docs: updated changelog (rev.7fb37d92)
+ * feat: added environment emulation support (rev.d7a46b25)
+ * docs: updated changelog, added it to about window (rev.b20df574)
+ * feat(core): implemented core 0.5.8 (rev.02323bad)
+ * feat(ui): added initial installation migration window support (rev.7e20abf9)
+ * feat: improved game repairing feature (rev.5a4eeb56)
+ * feat: first run: made default game folder name depend on game edition (rev.f1b10c6b)
+ * feat(ui): small ui fixes (rev.71d454d8)
+ * style: updated sdk dependency style (rev.017f0309)
+ * chore(core): replaced sdk's git submodule by cargo git dependency (rev.6a306e98)
+ * 3.3.0 (rev.0a505a65)
+
+
+ -- Observer KRypt0n_ Tue, 11 Apr 2023 20:46:37 -0000
+
+an-anime-game-launcher (3.3.0) noble; urgency=low
+
+ * 3.3.0 (rev.6577c579)
+ * Merge pull request #113 from an-anime-team/next (rev.8a355f4a)
+ * docs: updated keep a changelog version (rev.534474d5)
+ * feat(ui): reduced toasts timeout from 5 to 4 seconds (rev.e24f642e)
+ * feat(i18n): updated locales (Spanish, Russian) (rev.d85dab86)
+ * feat(ui): changed background for the main progress bar in classic style (rev.a3e4e40b)
+ * fix: fixed infinite retries to download some update or patch the game if it failed (rev.f0286a41)
+ * docs: updated changelog (rev.7c02c318)
+ * chore(core): updated core library to 1.4.5 (rev.a54148bb)
+ * feat(core): removed `launcher.speed_limit` config (rev.ac652529)
+ * style: small style changes (rev.ec1d3aee)
+ * Added dark repository pictures variants (rev.d13e54f7)
+ * docs: added info about branches (rev.3bb796ab)
+ * feat(core): swapped game version gathering and patch repo updating tasks order (rev.1a8bb8bf)
+ * docs: updated changelog (rev.3c947cea)
+ * Squashed commit of the following: (rev.4d75a85d)
+ * Added dark repository pictures variants (rev.a8f0d32a)
+ * merge: Match branch to head branch (#111) (rev.06dc789f)
+ * feat(ui): added menu button to open wishes history in your browser (rev.666a3e29)
+ * feat(i18n): updated Turkish (rev.261adc3b)
+ * refactor: used `std::env::temp_dir()` instead of `std::path::PathBuf::from("/tmp")` (rev.2d81e50e)
+ * docs: updated changelog (rev.b5f8f7a4)
+ * fix(core): updated core library with fixed `XluaPatch` work (rev.e8455d79)
+ * feat(i18n): updated German (rev.a733d94f)
+ * build: changed required `gtk` version to `4.8` (rev.8ed00781)
+ * feat(ui): initial xlua patch implementation (rev.907361df)
+ * feat(core): implemented core library 1.4.0 (rev.ddc122d6)
+ * chore: Replace download section (rev.711cc820)
+ * chore: updated repository pictures (rev.b5d38a74)
+ * refactor: changed deprecated method `show` to `present` (rev.3d167497)
+ * docs: changed ascii chart to png (rev.a73eda5b)
+ * docs: added info about branches (rev.c10b6e3d)
+ * ci: added `next` branch to github actions (rev.2fb7ba14)
+ * docs: changed ascii chart to png (rev.f52c8ec9)
+ * docs: added info about branches (rev.5df5ce46)
+ * ci: added `next` branch to github actions (rev.f0a7fdd5)
+ * feat: implemented `relm4 0.6.0-alpha.2` and `gtk 4.10` (rev.25b18958)
+ * fix: fixed downloaded wine version selection on "download wine" button (rev.fcab428c)
+ * docs: fixed 3.2.1 tag changelog (rev.57dce12d)
+
+
+ -- Observer KRypt0n_ Fri, 24 Mar 2023 18:36:11 -0000
+
+an-anime-game-launcher (3.2.1) noble; urgency=low
+
+ * 3.2.1 (rev.beedb31d)
+ * fix: fixed DXVK applying on changed default path during initial setup (rev.12ce4f18)
+ * Added wiki link (rev.ee4f78e5)
+
+
+ -- Observer KRypt0n_ Sat, 18 Mar 2023 18:46:29 -0000
+
+an-anime-game-launcher (3.2.0) noble; urgency=low
+
+ * 3.2.0 (rev.e1475f05)
+ * docs: updated changelog (rev.80be1901)
+ * chore(core): updated SDK (rev.23175137)
+ * fix: fixed "wine not installed" button work (rev.59d0e27c)
+ * fix: fixed components related error on changing default path (rev.b2ff2c58)
+ * feat: changed default paths in initial setup window (rev.9a0a327b)
+ * docs: updated readme (rev.de0d6054)
+ * feat(core): implemented new SDK (rev.4efa6abb)
+ * feat(i18n): updated locales (rev.991b9b33)
+ * feat(i18n): added missing `fps-unlocker-folder` locale (rev.112e83cd)
+ * feat(ui): added fps unlocker path chooser in initial setup (rev.7d46f9b6)
+ * fix(ui): fixed main button sensitivity after prefix creation (rev.ab2bad95)
+ * chore: update additional configuration URL (rev.b83224fd)
+ * chore: Add matrix to readme (rev.a98cc047)
+ * feat: added wine/dxvk downloading skipping in initial setup (rev.942abd84)
+ * build: changed `opt-level` to `s` (optimize for size) (rev.b4f205b8)
+ * feat(ui): added "components index updated" toast (rev.c5ec736f)
+
+
+ -- Observer KRypt0n_ Sat, 18 Mar 2023 11:51:02 -0000
+
+an-anime-game-launcher (3.1.5) noble; urgency=low
+
+ * 3.1.5 (rev.7f6b1b75)
+ * feat(i18n): added Turkish (rev.9db637cf)
+ * feat(i18n): added "disabled dxvk selection" translations (rev.da60529a)
+ * feat(core): implemented SDK 0.5.0 (rev.e21dddd2)
+ * docs: updated changelog (rev.bf125a68)
+ * feat(core): implemented SDK 0.4.0 (rev.ae990e99)
+ * chore: fixed changelog (rev.afdf8f57)
+
+
+ -- Observer KRypt0n_ Wed, 08 Mar 2023 19:12:40 -0000
+
+an-anime-game-launcher (3.1.4) noble; urgency=low
+
+ * 3.1.4 (rev.58743eca)
+
+
+ -- Observer KRypt0n_ Tue, 07 Mar 2023 20:52:24 -0000
+
+an-anime-game-launcher (3.1.3) noble; urgency=low
+
+ * 3.1.3 (rev.095966d4)
+ * feat: improved components downloading in initial setup (rev.438467e9)
+ * feat(i18n): added Spanish (rev.25f3c41d)
+ * chore(core): updated SDK (rev.d3f8498d)
+
+
+ -- Observer KRypt0n_ Tue, 07 Mar 2023 18:17:58 -0000
+
+an-anime-game-launcher (3.1.2) noble; urgency=low
+
+ * 3.1.2 (rev.9b91f73d)
+ * fix: fixed initial setup window panic (rev.032ca88a)
+
+
+ -- Observer KRypt0n_ Tue, 07 Mar 2023 11:25:42 -0000
+
+an-anime-game-launcher (3.1.1) noble; urgency=low
+
+ * 3.1.1 (rev.7f38c15c)
+ * feat(ui): added components index path selection to initial setup (rev.2427faa0)
+
+
+ -- Observer KRypt0n_ Mon, 06 Mar 2023 20:35:38 -0000
+
+an-anime-game-launcher (3.1.0) noble; urgency=low
+
+ * 3.1.0 (rev.578f475a)
+ * fix(ui): updated launcher urls in about window (rev.245f8f55)
+ * chore(core): updated SDK with fixed wine `LANG` values (rev.da70ae17)
+ * feat(i18n): listed @tigersoldier in translators section (rev.09fe6a91)
+ * Merge pull request #88 from tigersoldier/zh-translation (rev.3e8b63e1)
+ * adding new transation items (rev.dfd2618e)
+ * update translation (rev.a5ad6285)
+ * chore: remove -bin suffix from Gentoo package (rev.186d78aa)
+ * chore: updated changelog & readme (rev.403fa3dd)
+ * chore: remove -bin suffix from Gentoo package in Download section (rev.bd921529)
+ * chore: add NixOS to Download section on `README.md` (rev.ce7ea860)
+ * feat: added commit hashes to core/sdk versions in about (rev.5de6f0aa)
+ * feat(ui): added signal blockings to recommended only switches (rev.95548fc3)
+ * feat: add `de` translation for component index (rev.c477f21a)
+ * Merge remote-tracking branch 'upstream/main' into zh-translation (rev.f46ae89d)
+ * Adding translation for zh-cn (Simplified Chinese) (rev.b2aef084)
+ * feat(ui): shrinked wine/dxvk lists to 12 versions (rev.c220c74d)
+ * feat(i18n): listed @zeGolem in translators section (rev.2a83423a)
+ * feat(i18n): translated components index updating (rev.309da61f)
+ * feat(core): added dynamic components loading (rev.d69107df)
+ * Merge pull request #85 from cybik/vain (rev.5f0d6f5c)
+ * I am vain (rev.6723ac8a)
+ * refactor: implemented #84 (rev.7fead375)
+ * feat: updated core library (rev.b1b3455f)
+ * Merge pull request #84 from cybik/xdg-nit (rev.824da895)
+ * xdg open (rev.e1e53d4b)
+ * fix(ui): fixed titlebar behavior on some DEs (rev.7c6a559f)
+ * feat(i18n): Added french translations (#81) (rev.1eff7448)
+ * feat: update `de` translation (rev.d259940e)
+ * feat(ui): moved integer scaling, fsr and nis into separate group in gamescope settings (rev.f8c457b6)
+ * feat: add `de` translation for repair game function (rev.57d92105)
+ * chore: Update link to the documentation (#72) (rev.facc3882)
+ * feat: added game repairing function (rev.3c7eba4d)
+ * feat(i18n): changed default language from `en` to `en-us` (rev.e008a978)
+ * fix(i18n): forced `format_lang` to return regions for language codes (rev.f109454c)
+ * chore(readme): fix flatpak id in install section (rev.da7540ba)
+
+
+ -- Observer KRypt0n_ Mon, 06 Mar 2023 19:22:33 -0000
+
+an-anime-game-launcher (3.0.1) noble; urgency=low
+
+ * 3.0.1 (rev.e475fa9d)
+ * feat(ui): temporary hidden repair game button (rev.e6c99ba5)
+ * fix(ui): fixed background picture updating on "update background" switch disabled (rev.3ccd66aa)
+ * chore(core): updated SDK (rev.714c4758)
+ * feat(core): updated core library & sdk, changed game running mechanism (rev.24c8f7fb)
+
+
+ -- Observer KRypt0n_ Sat, 04 Mar 2023 17:41:27 -0000
+
+an-anime-game-launcher (3.0.0) noble; urgency=low
+
+ * add(desktop): Required for flatpak (rev.f11b527e)
+ * 3.0.0 (rev.820fb1bf)
+ * chore: changed link from gtk to default (rev.391e064c)
+ * chore: updated repository related stuff (rev.12f2876f)
+ * upd(buildnup.yml): fixed submodules (rev.dd8036db)
+ * chore(core): updated SDK with new wine versions (rev.f3e6b294)
+ * fix(ui): changed some icons names to `-symbolic` variants (rev.5075588f)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 (rev.69f717e8)
+ * chore: changed app id (rev.3a51768b)
+ * feat(i18n): translate discord text into `de` (rev.a200fe0e)
+ * feat(ui): added experimental discord rpc support (rev.3f6fe2b8)
+ * feat(i18n): add `de` translations for gamescope (rev.80a2c6ee)
+ * feat(ui): added gamescope settings support (rev.84683ded)
+ * feat: added app launch flags (rev.ec30411e)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 (rev.f74d67a5)
+ * fix: added regions to `SUPPORTED_LANGUAGES` (rev.38c2532f)
+ * feat(i18n): translate menu items into `de` (rev.f87248d5)
+ * feat(i18n): added menu items translation (rev.f465e205)
+ * feat(ui): added backgrounds to main window buttons (rev.9d98f289)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 (rev.6ab04235)
+ * fix(ui): fixed background picture updating (rev.5ae39efb)
+ * feat: Translate `de` voice package error (rev.9f328801)
+ * fix: fixed mistake in the previous commit (rev.7d080fcd)
+ * fix: fixed (?) error on deleting non-installed voice package (rev.a3aad7a2)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 (rev.8935e566)
+ * feat: added voice packages selection to settings (rev.f5231fe6)
+ * feat: Add predownload-update translation to `de` (rev.138a4e06)
+ * fix: added progress bar hiding after update predownloading (rev.6cc5b265)
+ * feat: added update predownloading support (rev.f31e31ef)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 (rev.14859e3e)
+ * feat: added translators credits to about window (rev.08004a89)
+ * feat(i18n): Correct first_run translation for `de` (rev.20ab0d64)
+ * feat(i18n): Add `de` translations for environment page (rev.7e184688)
+ * feat(ui): added environment settings page (rev.3b40ce75)
+ * fix(i18n): fixed some stuff idk (rev.6f794947)
+ * fix(i18n): changed format of selected launcher language in config file (rev.ad0893ec)
+ * feat(i18n): added automatic language settings updating from `i18n` mod (rev.c8e8413a)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 (rev.b1bdfc91)
+ * perf(core): updated sdk with changed md5 library (rev.38f604d2)
+ * Add new lines to `de` (rev.e8ba3bbd)
+ * Add `de` (rev.6284233c)
+ * feat(i18n): translated wine-downloading error toasts (rev.5ddbe878)
+ * feat: added `LauncherState::WineNotInstalled` state support (rev.84697bb9)
+ * feat: added game/voice downloading functionality (rev.099d3c23)
+ * perf: ~23.5% startup performance improvements (rev.d8015669)
+ * feat(core): added `LauncherState::PrefixNotExists` state support (rev.1755faaa)
+ * feat(core): reworked main window's messages (rev.0e07cb06)
+ * refactor(i18n): changed i18n mod again, nothing important (rev.c7a92718)
+ * feat(i18n): added localization to first run window (rev.681ad018)
+ * feat(i18n): added automatic default launcher language selection (rev.cbd91c42)
+ * fix(ui): :bug: added background downloading on style's change from settings (rev.b7e85b7a)
+ * feat(ui): added final page to the first run window (rev.6024ef88)
+ * feat(ui): added voiceover selection page to the first run window (rev.7e2059a3)
+ * feat(ui): added components downloading page to the first run window (rev.5d1633ef)
+ * style(ui): improved style of fullscreen first run window (rev.aa182e6e)
+ * feat(core): added speed limit applying for components downloading (rev.4bdce190)
+ * feat(ui): added blank components downloading page to first run window (rev.cd3614df)
+ * feat(ui): added paths selection page in first run window (rev.4f560eaa)
+ * feat(ui): added new pages to the first run window (rev.9d4ad8df)
+ * feat(ui): initial work on adding first run window (rev.3f5ce430)
+ * feat(ui): made "update background" switcher (rev.fcb24f80)
+ * feat(core): added background picture downloading (rev.6340ccbd)
+ * style(ui): about window: updated debug info format (rev.5651544a)
+ * chore: added recommended extensions for vscode (rev.5c3f6dbd)
+ * style(tracing): added pretty formatting to debug.log file (rev.82657f2d)
+ * tracing: removed `env-filter` and use of `RUST_LOG` (rev.efa96b9d)
+ * tracing: improved logs output (rev.1dcc1b54)
+ * main window: added colors and tooltips to action button (rev.4e6325dd)
+ * i18n: updated Russian (rev.1d420d27)
+ * main window: made action button to follow launcher's state (rev.9497136a)
+ * main window: added initial states system support (rev.f2a04f5e)
+ * main window: added functionality to menu actions (rev.14067c7b)
+ * components: made all preferences components async (rev.8199e0ea)
+ * core: done dynamic heavy tasks initialization (rev.6525fbb0)
+ * preferences: made settings sections separate components (rev.ba751808)
+ * styles: fixed `AdwStatusPage` background (rev.3d5cf4a8)
+ * appearance settings: added initial "download background" option support (rev.76538fbf)
+ * general settings: added test launcher style switcher (rev.58703167)
+ * packages: updated `relm4` and `glib-build-tools` version (rev.949a0f37)
+ * i18n: added forgoten patch-related translations (rev.b26ff37b)
+ * Changed debug logging (rev.44d074d8)
+ * Settings: added toast messages on errors (rev.4965a9f0)
+ * Settings: added wine/dxvk applying on one's selection (rev.036beac9)
+ * Changed `--debug` behavior to only affect stdout debug/info messages (rev.82fdb7b2)
+ * Removed unnecessary things (rev.5ad110a9)
+ * Progress bar: added status translations (rev.fe898e6b)
+ * Progress bar: added proper title updating (rev.28d76634)
+ * core: made some components async and updated launcher sdk (rev.09168941)
+ * Components list: added on_downloaded / deleted events (rev.2a96982f)
+ * preferences: added downloaded wine/dxvks lists (rev.7ba02548)
+ * settings: added patch status displaying (rev.29702782)
+ * config: fixed test path fox game diff getter (rev.84163c47)
+ * settings: added showing of installed game version (rev.bf3e58e2)
+ * Updated SDK (rev.14c425ae)
+ * UI: Made progress bar component; added it to the components list (rev.12cf7b3e)
+ * Component list: added base download/delete functions (rev.d9086186)
+ * Components list: added base components states system (rev.db24d1bd)
+ * Components list: added working "recommended only" switcher (rev.f168862c)
+ * General settings: added wine/dxvk selection skeleton (rev.48d7f0fc)
+ * General settings: added wine & dxvk selection UI (rev.d38d0988)
+ * Tracing: added some debug and info messages (rev.a3c760bb)
+ * UI: added more info to the about dialog (rev.a00df927)
+ * Splitted localization files & added about dialog (rev.e3d36f1f)
+ * Added 3 remaining options to the fps unlocker settings (rev.7bb2ecb2)
+ * Implemented all remained enhancements properties (rev.6839ec1b)
+ * Updated launcher SDK (rev.d7e2380a)
+ * Repo changes (rev.51569ee2)
+ * relm4 init commit (rev.d6b5eb64)
+
+
+ -- Marie Sat, 04 Mar 2023 14:02:05 -0000
+
+an-anime-game-launcher (1.2.4) noble; urgency=low
+
+ * 1.2.4 (rev.da37ea21)
+ * Added new options to the fps unlocker (rev.7d91714d)
+
+
+ -- Observer KRypt0n_ Sat, 24 Dec 2022 20:12:51 -0000
+
+an-anime-game-launcher (1.2.3) noble; urgency=low
+
+ * 1.2.3 (bugfix) (rev.219bac46)
+ * Updated wincompatlib with fixed dxvk 2.0 identification (rev.fb28ecf7)
+
+
+ -- Observer KRypt0n_ Wed, 07 Dec 2022 20:15:13 -0000
+
+an-anime-game-launcher (1.2.2) noble; urgency=low
+
+ * 1.2.2 (rev.82fc7a16)
+ * Several changes (rev.9fa5f9e3)
+ * upd(buildnup.yml): Merge exp into normal job (rev.755a4aee)
+ * Updated components list (rev.41fb9097)
+ * Change from command to action for rust (rev.e15d2034)
+ * Install rust via rustup (rev.082b9eae)
+
+
+ -- Observer KRypt0n_ Wed, 07 Dec 2022 18:06:35 -0000
+
+an-anime-game-launcher (1.2.1) noble; urgency=low
+
+ * 1.2.1 fix of jap and kor voiceovers versioning (rev.e7b2024f)
+ * 1.2.1 (rev.5ae34958)
+ * Added `--just-run-game` flag (rev.cae4bd5f)
+ * Now launcher will run the game with `--run-game` flag (rev.e375af1c)
+ * Fixed predownload button's state updating (rev.a462583b)
+ * Added ebuild link (#13) (rev.4b9eed36)
+ * "Fixed" `--run-game` flag work (rev.f47bbfce)
+ * Updated git submodules (rev.c6e70cbd)
+ * 1.2.0 (rev.bd41ba30)
+ * Several changes (rev.f9bf1205)
+ * Not sure what I wanted to fix initially (rev.eaa83799)
+ * Fixed about window re-opening issue (rev.aa6f08f0)
+ * Fixed game files repairing (rev.d92674ca)
+ * Updated changelog (rev.2544e1ab)
+
+
+ -- Observer KRypt0n_ Wed, 02 Nov 2022 20:43:38 -0000
+
+an-anime-game-launcher (1.1.3) noble; urgency=low
+
+ * Fixed wine prefix creation (rev.9869696d)
+ * Updated changelog (rev.fae42d93)
+ * 1.1.3 (rev.a6c53280)
+
+
+ -- Observer KRypt0n_ Wed, 28 Sep 2022 09:54:35 -0000
+
+an-anime-game-launcher (1.1.2) noble; urgency=low
+
+ * 1.1.2 (rev.435f00fd)
+
+
+ -- Observer KRypt0n_ Mon, 26 Sep 2022 19:35:29 -0000
+
+an-anime-game-launcher (1.1.1) noble; urgency=low
+
+ * 1.1.1 (rev.a9e3797f)
+ * Several changes (rev.002c77a9)
+ * Added partial support of wincompatlib (rev.7ac3935a)
+ * add libssl-dev (rev.a647e686)
+ * add missing deps (rev.ce18c553)
+ * swap containter to devel (rev.5cd8a278)
+ * Fix workflow (rev.7b90cc40)
+ * Swap Install Deps and Get Submodules (rev.462bca57)
+ * Fix submodule cloning (rev.1d68188a)
+ * Replace " with ' (rev.53cc342b)
+ * fix github action error (rev.5de3aebc)
+ * Add dispatch support (rev.b8090ee2)
+ * Add experimental build and upload (rev.191d3e6d)
+ * Moved to libadwaita 1.2 (rev.5d26f846)
+ * Added support for 1.1.0 core library (rev.6fd220e6)
+ * Added desktop file for flatpak builds (rev.7af63ae7)
+ * 1.1.0 (rev.aa3d7c3f)
+ * Added 165, 180 and 240 fps options for unlocker (rev.f751d4ac)
+ * Fixed DXVK applying using system wine (rev.afafd6bb)
+ * Added usage of xdg-portals for folders chooser during initial setup (rev.8efd07c7)
+ * Added theoretical support for system wine during initial setup (rev.d8a48caf)
+ * Improved FPS unlocker support (rev.368710fd)
+ * Fixed downloading of fps unlocker and launcher hiding (rev.41dc6532)
+ * Added support for FPS unlocker (rev.a7b13453)
+ * Updated changelog, removed AppImage building script (rev.e7c0228f)
+
+
+ -- Observer KRypt0n_ Mon, 26 Sep 2022 15:56:12 -0000
+
+an-anime-game-launcher (1.0.4) noble; urgency=low
+
+ * 1.0.4 (rev.c8fc6d3c)
+ * Removed patch-related buttons, changed FSR description (rev.d3335db9)
+ * Added initial updates pre-downloading support (from 1.0.3 core) (rev.1eedbb52)
+ * Several changes (rev.57c36ae5)
+ * Updated modules; fixed thread issues when calling `MainApp::update_state` (rev.79d63a17)
+ * Reworked DXVKs UI components to support different builds (rev.8a62ed56)
+ * Implemented updated core library and new components system (2) (rev.00ff5c64)
+ * Implemented updated core library and new components system (rev.8fb93d43)
+ * Fixed ability to use system wine to run the game (rev.c1af50b8)
+ * Added creation of wine/dxvk folders at start if needed (rev.f66624d4)
+ * consistency (rev.ac3d29de)
+ * make action only run on changes in src folder (rev.e16f2b21)
+ * Updated readme (rev.94bfbcb5)
+ * Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-gtk (rev.7f5981aa)
+ * Changed repos links to github (rev.17ad2f71)
+ * add libadwaita dev package (rev.aa7ebf13)
+ * Update buildnup.yml (rev.6514430d)
+ * Create buildnup.yml (rev.aa395cc7)
+
+
+ -- Observer KRypt0n_ Sun, 11 Sep 2022 14:14:06 -0000
+
+an-anime-game-launcher (1.0.3) noble; urgency=low
+
+ * 1.0.3 (rev.f4684dcf)
+ * Reworked components downloading during initial setup (rev.24673fd8)
+ * Updated core library, fixed work with `patch` folder (rev.4843b6f5)
+ * Updated readme a bit (rev.02dc016e)
+
+
+ -- Observer KRypt0n_ Thu, 25 Aug 2022 15:44:12 -0000
+
+an-anime-game-launcher (1.0.2) noble; urgency=low
+
+ * 1.0.2 (rev.73a0a274)
+ * Updated core library with lots of fixes, added new wine versions (rev.69cccd3a)
+ * Fixed Polish LANG value, made FSync default wine sync option (rev.b27bda58)
+
+
+ -- Observer KRypt0n_ Wed, 24 Aug 2022 16:42:10 -0000
+
+an-anime-game-launcher (1.0.1) noble; urgency=low
+
+ * 1.0.1 (rev.a53facfa)
+ * Added icon loading from "icon" file, added `--run-game` argument (rev.13de707b)
+ * Fixed gamescope switcher's state loading from config (rev.6e2ca304)
+ * Fixed FSR switch in gamescope settings (rev.3bb1688e)
+ * 1.0.0 (rev.43b09f29)
+ * Removed open launcher folder button from settings (rev.bfa8276a)
+ * Updated core library with improved Chinese version support (rev.c878841a)
+ * Changed preferences icon, updated main window's menu (rev.049a9b72)
+ * Swap patch link (rev.ac8ed8df)
+ * Another small fix for dxvk applying (rev.8cf0772f)
+ * Added fix for dxvk applying with spaces to the runners folder path (rev.02abfd1b)
+ * Changed abandoned patch repo link (rev.ab8cc075)
+ * Added default game edition prediction based on system locale (rev.bc4a246c)
+ * Updated core library; added support for Chinese version (rev.cd76c228)
+ * Added ability to run the game when all patch servers are down (rev.59b50afa)
+ * Used `std::process::Output` on DXVK applying instead of String (rev.a1cdf81e)
+ * Fixed initial setup window (rev.5e2bac1a)
+ * Several changes (rev.08a6e3bc)
+ * Added errors toasting for initial setup window (rev.7efa5e4a)
+ * 1.0.0-rc2 (rev.7938da4b)
+ * Several changes (rev.bcdb0217)
+ * Updated core library and AppImage building script (rev.a425c3cd)
+ * Reworked work with config file (rev.bf313275)
+ * Initial setup changes (rev.82691f70)
+ * Disabled mangohud if gamescope is enabled (rev.116b31fb)
+ * Added launcher pics (rev.d135ef69)
+ * 1.0.0-rc1 (rev.a24f419a)
+
+
+ -- Observer KRypt0n_ Thu, 18 Aug 2022 19:29:25 -0000
+
+an-anime-game-launcher (0.7.1) noble; urgency=low
+
+ * 0.7.1 (rev.cc5e9b3d)
+ * Added `dxvk-async-1.10.3` (rev.027dad12)
+ * Updated changelog (rev.7da9b6c6)
+ * Merge branch 'main' of https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk (rev.1d44744c)
+ * 0.7.0 (rev.ea6094da)
+ * Add CHANGELOG (rev.c764cb07)
+
+
+ -- Observer KRypt0n_ Wed, 03 Aug 2022 20:37:36 -0000
+
+an-anime-game-launcher (0.6.3) noble; urgency=low
+
+ * 0.6.3 (rev.a5caf1a2)
+ * Use `patch.root = false` by default in flatpak (rev.cb1936bb)
+ * Fixed settings game command default value in environment settings (rev.bbedc288)
+
+
+ -- Observer KRypt0n_ Wed, 03 Aug 2022 11:44:48 -0000
+
+an-anime-game-launcher (0.6.2) noble; urgency=low
+
+ * 0.6.2 (rev.c3a6cf37)
+ * Added `WINEARCH=win64` to some places (rev.30ff83b8)
+ * Added `devel` style to `FirstRunApp` if it's debug mode (rev.50b69482)
+ * Changed app's id (rev.724ff903)
+ * Added `Cargo.lock` (rev.67a34d9d)
+ * Added xdelta3 requirement during initial setup (rev.e021b79a)
+ * Added wine & dxvk version selection during initial setup (rev.ceffbe79)
+ * Several changes (rev.b5fe109b)
+ * Several changes (rev.0baa3593)
+
+
+ -- Observer KRypt0n_ Wed, 03 Aug 2022 08:49:13 -0000
+
+an-anime-game-launcher (0.6.1) noble; urgency=low
+
+ * 0.6.1 (rev.0990340a)
+ * 0.6.0 (rev.2d520f5e)
+ * Several changes (rev.114d388a)
+ * Added automatic `DXVK_ASYNC=1` setting for dxvk-async (rev.85b2e674)
+
+
+ -- Observer KRypt0n_ Tue, 02 Aug 2022 10:22:37 -0000
+
+an-anime-game-launcher (0.5.3) noble; urgency=low
+
+ * 0.5.3 (rev.4a83100b)
+ * Several changes (rev.21ee39ad)
+
+
+ -- Observer KRypt0n_ Mon, 01 Aug 2022 18:04:32 -0000
+
+an-anime-game-launcher (0.5.2) noble; urgency=low
+
+ * 0.5.2 (rev.c378f8e3)
+
+
+ -- Observer KRypt0n_ Sun, 31 Jul 2022 11:42:16 -0000
+
+an-anime-game-launcher (0.5.1) noble; urgency=low
+
+ * 0.5.1 (rev.1aa144bf)
+ * 0.5.0 (rev.2f086294)
+ * Probably fixed startup gtk errors (rev.cb1125df)
+ * 0.4.0 (rev.4c5a38df)
+ * Several changes (rev.dcf2a782)
+ * Added AppImage building script (rev.3e413064)
+
+
+ -- Observer KRypt0n_ Sat, 30 Jul 2022 17:17:38 -0000
+
+an-anime-game-launcher (0.3.1) noble; urgency=low
+
+ * 0.3.1 (rev.9ff00c70)
+ * 0.3.0 (rev.2ce9e44a)
+ * Fixed app title (rev.69e1c719)
+ * Removed excess use statements to hide warning messages (rev.fbfba474)
+
+
+ -- Observer KRypt0n_ Thu, 28 Jul 2022 16:54:28 -0000
+
+an-anime-game-launcher (0.2.1) noble; urgency=low
+
+ * 0.2.1 (rev.c85805d1)
+ * Small first run UI changes, marked some wine version as not recommended (rev.3e9f32a1)
+ * 0.2.0 (rev.ecb50947)
+ * I don't wanna die, I don't wanna die (rev.0f6ebfff)
+ * Several changes (rev.744f234a)
+
+
+ -- Observer KRypt0n_ Thu, 28 Jul 2022 11:50:44 -0000
+
+an-anime-game-launcher (0.1.1) noble; urgency=low
+
+ * 0.1.1 (rev.daac4c8f)
+ * Updated core library (rev.9860c54d)
+ * Added about dialog (rev.c7c0c3d9)
+ * Improved DXVK applying experience (rev.b1b6f2d6)
+ * Added hot config system, fixed gamemode option (rev.737aa7e8)
+ * Updated libs, added icon to the gtk resources (rev.a6667f73)
+ * Fixed wine lang preference (rev.83d1a4cd)
+ * Added temp folder path param to config (rev.5fee051c)
+ * Updated core and blueprint compiler versions (rev.5565e10e)
+ * Several changes (rev.3f4949fc)
+ * Made some progress on adding game/voiceovers downloading (rev.9d5b3b27)
+ * Made proper voice packages processing in state getting (rev.a4df021a)
+ * Added foundation of the launcher states functionality (rev.bc5b9d2b)
+ * Added working wine version selection (rev.82a6e012)
+ * Added dxvks downloading and deleting functionality (rev.b6bfc4d2)
+ * Made an abstraction over widgets with downloading functionality (rev.741513ab)
+ * Added ability to delete wine versions (rev.30c7d836)
+ * Added working wine downloading with unpacking progress bar (rev.8de240d5)
+ * Added wine downloading feature (rev.c3413cef)
+ * Added WineRow and WineGroup components, made dynamic loading (rev.fb021a07)
+ * Added async preferences opening (rev.8c068583)
+ * Added `DxvkRow` component, made example downloading progress (rev.9817cbd9)
+ * Synced project structure with krypt0nn/gtk-example-app (rev.fd6e729c)
+ * Reworked pages code (rev.8f65f6f3)
+ * Updated DXVK / wine versions UI, added dynamic data loading (rev.0524cf80)
+ * Small UI changes (rev.d26c75c7)
+ * Changed FSR and DXVK HUD env values (rev.edf5e69d)
+ * Synced project structure with krypt0nn/gtk-example-app (rev.e2754a4e)
+ * Added game voiceover selection ui (rev.9d5c0cc9)
+ * Preparations for loading page (rev.178c45ae)
+ * Added wine language option, added gamemode option sync (rev.3be54b22)
+ * Added FSR support in game launching (rev.40e6de29)
+ * Added HUD support in game launching (rev.eb2620f9)
+ * Added wine sync and fsr options syncronization (rev.6cd2c326)
+ * Preparations for preferences updates (rev.919d7eaa)
+ * Added game and patch status updating in settings (rev.59405f44)
+ * Added wine sync support and prepared to add debug launch (rev.86de977e)
+ * Changed config file format and struture (rev.8bec171c)
+ * Several changes (rev.1eed56e5)
+ * Separated preferences pages, added better debugging (rev.48d354cc)
+ * Merge branch 'main' of https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk (rev.a6940d6d)
+ * Synced project structure with `krypt0nn/gtk-example-app` (rev.992f1ad0)
+ * Merge branch 'fix-python' into 'main' (rev.0f94fef3)
+ * explicitely use 3 (rev.b8e71f65)
+ * Removed `Cargo.lock` (rev.3f3ca086)
+ * Init commit (rev.baca5a78)
+
+
+ -- Observer KRypt0n_ Tue, 26 Jul 2022 15:34:46 -0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0a616f3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: an-anime-game-launcher
+Build-Depends: debhelper
+Homepage: https://github.com/an-anime-team/an-anime-game-launcher
+Maintainer: ThunderGemios10
+Section: games
+Priority: optional
+
+Package: an-anime-game-launcher
+Architecture: all
+Essential: no
+Depends: libc6 (>= 2.38), libadwaita-1-0, git, p7zip-full, webp
+Recommends: mangohud, gamemode
+Description: An Anime Game launcher for Linux with telemetry disabling
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..359ddc0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: an-anime-game-launcher
+Upstream-Contact: Nikita Podvirnyi
+Source: https://github.com/an-anime-team/an-anime-game-launcher
+
+Files: *
+Copyright: 2024 Nikita Podvirnyi
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or (at
+ your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
\ No newline at end of file
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..09beaf7
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+usr
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ed7f152
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
\ No newline at end of file