Changelog
2022-10-16
- Fixed typo errors.
- Fixed Algolia docsearch weir behavior when clicking on a result (#133)
- Added a share button to every
h1
tag that only shows on hover (#134)
2022-10-02
Website
- Updated dependencies to the latest version
- Removed some workarounds for workbox that were not needed anymore
Cheatsheet
- Added Python Zipfile Module (e7538ee).
- Added Python Shelve Module (0afd2b3).
2022-09-12
- Added Python Switch-Case Statement or Structural Pattern Matching (6397b0f).
2022-09-03
Website
- Added font size controls for Reader mode and updated navbar layout (1978f69)
- Added a Sponsor link to the navbar (dd22f81)
- Added transitions for mobile navigation (4cdfca4)
- Fixed an issue that prevented the sidebar to close on mobile navigation(48b58e0)
Cheatsheet
- Simplify json load/dump usage (#118)
2022-08-21
Website
- Launched Python Cheatsheet newsletter 🎉
- Added a newsletter subscription form component.
Cheatsheet
- Fixed many code examples, grammar and typo errors.
- Added examples for:
2022-08-05
Website
- Fixed a bug that prevented the toc to be updated when scrolling (1e5eb39)
Cheatsheet
- Added a
Removing Items
section toDictionaries
(971aef6) - Fixed a
lists-and-tuples.md
example (41519b3) - Changed several titles (05603c0) (c595143)
2022-07-31
Website
- Optimized TOC by enabling
markdown-it-anchor
anchor links (#87) - Optimized Mobile PageSpeed score (#88)
- Fixed DocSearch results by enabling
renderJavaScript
. - Fixed DocSearch behavior.
Cheatsheet
- Added
Formatting Digits
toString formatting
(#92) (caac300) - Fixed
function.md
example (#89) - Fixed
pop
method example (#91)
2022-07-28
- Enable Algolia DocSearch 🎉
- Update all internal navigation to use
router-link
. - Fixed anchor link navigation.
- Fixed broken links.
2022-07-24
Website
- Added a
contribute
placeholder for unfinished sections. - Added useful community links to the footer.
- Added Pagination.
Cheatsheet
- Changed titles to be more descriptive.
- Changed TOC titles to be more concise and descriptive.
- Added Python Built-in Functions.
- Added Python standard library modules:
- datetime
- itertools
- json
- os
- pathlib
- random
2022-07-19
- Added this changelog file.
2022-07-17
The release of the new pythoncheatsheet.org website:
- Complete re-design with Vue 3 and Tailwind CSS.
- The site is now a PWA (Progressive web app) and can be installed in any platform that has a compatible web browser. It is also available offline.
- Added a dark mode.
- Added a reader mode.
- Added Algolia search (not available yet).
- Added contributors to the index page 🥰
- Added, fixed and removed code examples.
- Added an Edit this page on GitHub link to make it easier to contribute.
- Changed hosting to Netlify with an OSS plan 🎉
- Removed and joined cheatsheet sections.
- Fixed grammar and spelling mistakes.