diff options
Diffstat (limited to 'gummi/welcome.tex')
-rw-r--r-- | gummi/welcome.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/gummi/welcome.tex b/gummi/welcome.tex new file mode 100644 index 0000000..1fd8931 --- /dev/null +++ b/gummi/welcome.tex @@ -0,0 +1,36 @@ +\documentclass[11pt]{article} + \title{\textbf{Gummi 0.8.3}} + \author{Alexander van der Meij} + \date{} + + \addtolength{\topmargin}{-3cm} + \addtolength{\textheight}{3cm} +\begin{document} + +\maketitle +\thispagestyle{empty} + +\section{Introduction} +Welcome to the latest version of Gummi - the simple {\LaTeX} editor. After a long break in development, we're finally back with the 0.8.x series.\\ +With these releases we say farewell to the GTK2 toolkit and mark the beginning of the use of GTK3 within our codebase. Many other improvements were also made to enhance your Gummi experience. For a complete list of changes, please see our changelog\footnote{https://raw.githubusercontent.com/alexandervdm/gummi/master/ChangeLog}. + +\section{Contributing} +If you'd like to contribute to this project, here's some ideas: +\begin{description} +\addtolength{\itemindent}{0.80cm} +\itemsep0em +\item[Development] fix bugs or add features to our C/GTK codebase +\item[Documentation] edit the user guide to improve user experience +\item[Localization] translate Gummi in your native language +\item[Testing] try out the latest and report your findings +\end{description} +Refer to the \emph{Getting Involved}\footnote{https://github.com/alexandervdm/gummi/wiki/Getting-Involved} section on our wiki for more information. + +\section{What's next} +Within the 0.8.x release series we will focus on adding minor features but mostly fixing bugs. New functionality will be integrated into the next major release. An overview of currently accepted features can be found on the 0.9.0 milestone\footnote{https://github.com/alexandervdm/gummi/milestone/3} page. + +\section{In closing} +We hope you will enjoy using this release as much as we enjoyed creating it. If you have any further comments, suggestions or wish to report an issue, please visit \emph{\textbf{https://gummi.app}}. + +\end{document} + |