Translations:Release notes/1.1/164/en

From Inkscape Wiki
Revision as of 23:35, 23 May 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Documentation for developers was updated and improved continuously, helping developers better understand other people's code
  • Refactoring: Outdated code was updated continuously, making it easier to handle the code moving forwards. This includes a continued effort to convert old C code to modern C++, removing dead code and rewriting parts of the code in a more modern way.
  • Code formatting was improved continuously, improving readability of the code
  • Continuous integration was updated and improved continuously, ensuring that each code change will be tested automatically and can be reviewed by bug reporters before it is included into the main line code, also keeping up with changes in GitLab, AppVeyor and other infrastructure that is used by Inkscape
  • Improvements were made to the build system, so Inkscape can be built on more Linux, Windows and macOS versions, keeping up with changes in software libraries that Inkscape depends upon
  • Many tests were added and improved, reducing the risk of accidental loss of functionality
  • The conversion process from verbs to actions was continued
  • Running test versions on Windows was simplified by adding shortcuts to the top level folder: Run Inkscape !.bat, Run Inkscape and create debug trace.bat, Run Inkscape with GTK Inspector.bat (Bug inbox#4615)