Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
Archivy began as a small personal project in August 2020. However, since then it's grown into much more, with the help of contributors and the many discussions and ideas we've brainstormed on the discord server (https://discord.gg/uQsqyxB).

There have been major improvements in the design, structure and general features
of the project like for example:

- development of a CLI interface and deployment of archivy on pip, docker, the aur and nixpkgs
- redesign to make archivy actually look good :slight_smile:
- introduction of a powerful markdown editor / rendering
- a complete documentation website
- auth system
- focus on extensibility: Python API / Web API / plugin system

and much more!

I'm extremely excited for the current state of Archivy and it's future
even beyond v1, outlined in the roadmap #74 (comment).

Thank you to all the people who have shaped this project, and as
always, don't hesitate to ask any questions or talk to us if you'd like to share your opinion or ideas!
  • Loading branch information
Uzay-G committed Feb 1, 2021
1 parent 935e453 commit efd3652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="archivy",
version="1.0.0rc2",
version="1.0.0",
author="Uzay-G",
author_email="uzgirit@gmail.com",
description=(
Expand Down

0 comments on commit efd3652

Please sign in to comment.